You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Code Quality and Security for Python [](https://cirrus-ci.com/github/SonarSource/sonar-python)[](https://next.sonarqube.com/sonarqube/dashboard?id=https://next.sonarqube.com/sonarqube/dashboard?id=org.sonarsource.python%3Apython)
2
-
#### Python analyzer for SonarQube, SonarCloud and SonarLint
2
+
#### Python analyzer for SonarQube, SonarCloud, and SonarLint
3
+
4
+
Sonar's [Clean Code solutions](https://www.sonarsource.com/solutions/clean-code/?utm_medium=referral&utm_source=github&utm_campaign=clean-code&utm_content=sonar-python) help developers deliver high-quality, efficient code standards that benefit the entire team or organization.
3
5
4
6
## Useful links
5
7
@@ -20,7 +22,7 @@ The easiest way to build the Project is by running:
20
22
21
23
`mvn clean install -DskipTypeshed`
22
24
23
-
It builds only Java Maven modules, run tests, and install jar locally.
25
+
It builds only Java Maven modules, runs tests, and installs jar locally.
24
26
The Python interpreter is not required in that case.
25
27
26
28
### Full build
@@ -32,16 +34,16 @@ The Python interpreter is not required in that case.
0 commit comments