Skip to content

Commit 37a70ce

Browse files
Fix SonarCloud analysis (#2587)
* Remove pylint action. Update Sonar action. * Update readme, rename workflow file (#139) * Update readme, rename workflow file * Update name of workflow actions * Fix typo in Sonar configuration
1 parent 0e00de5 commit 37a70ce

File tree

3 files changed

+5
-29
lines changed

3 files changed

+5
-29
lines changed

.github/workflows/pylint.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#name: Build
1+
name: Sonar
22
on:
33
push:
44
branches:
@@ -42,11 +42,10 @@ jobs:
4242
with:
4343
projectBaseDir: ${{ github.workspace }}
4444
args: >
45-
-Dsonar.organization=helioguilherm66
45+
-Dsonar.organization=helioguilherme66
4646
-Dsonar.projectKey=HelioGuilherme66_RIDE
4747
-Dsonar.python.coverage.reportPaths=.coverage-reports/coverage.xml
4848
-Dsonar.sources=src/
49-
-Dsonar.test.exclusions=utest/**
5049
-Dsonar.tests=utest/
5150
-Dsonar.verbose=true
5251
env:

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ You can use the tag *robotframework-ide* to search and ask on https://stackoverf
1616

1717
== **Welcome to the development version of RIDE - next major release will be version 2.1**
1818

19-
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.0.3[release/2.0.3]**
19+
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.0.5[release/2.0.5]**
2020

21-
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.3.rst[release notes] for latest release version 2.0.3.
21+
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.0.5.rst[release notes] for latest release version 2.0.5.
2222

2323
**Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7**
2424

2525

26-
**The current development version is based on 2.0.4, supports Python from 3.6 up to 3.10 (30th April 2023).**
26+
**The current development version is based on 2.0.5, supports Python from 3.6 up to 3.10 (8th May 2023).**
2727

2828
Currently the unit tests are only tested on Python 3.10 (which is the recommended version).
2929
Likewise, the current version of wxPython, is 4.2.0, but RIDE is known to work with 4.0.7 and 4.1.1 versions.

0 commit comments

Comments
 (0)