To check locally all rules on Python language. To do this :
- first launch local development environment (SonarQube)
- launch sonar maven command to send sonar metrics to local SonarQube
- on local SonarQube, check if each Python file contains (or not) the rule error defined for this class
To launch local environment : please follow https://github.com/green-code-initiative/creedengo-common/blob/main/doc/HOWTO.md#installing-local-environment-local-sonarqube (especially SonarQube configuration part and get generated private token)
./tool_send_to_sonar.sh MY_SONAR_PORT MY_SONAR_TOKEN
or
mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar -Dsonar.login=MY_SONAR_TOKEN
on local SonarQube, check if each Python file contains (or not) the rule error defined for this class
(for example : you can search for tag eco-design
rule on a special file)