forked fromcodeclimate/codeclimate-sonar-python
- Notifications
You must be signed in to change notification settings - Fork0
License
NotificationsYou must be signed in to change notification settings
laura-mlg/codeclimate-sonar-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
codeclimate-sonar-python
is a Code Climate engine that wrapsSonarlint in standalone mode.
make image
make test
- If you haven't already,install the Code Climate CLI.
- Configure a
.codeclimate.yml
file in your repo.
engines:sonar-python:enabled:trueconfig:tests_patterns: -src/test/**exclude_paths: -build/
- Run
codeclimate analyze
.
Ignore issues with severity below the minimum:
engines: sonar-python: enabled: true config: minimum_severity: critical # default: major # valid values are: info, minor, major, critical, blocker
http://www.sonarlint.org/commandline
http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner
Issue Tracker:http://jira.sonarsource.com/browse/SLCLI
This engine is developed by Code Climate usingSonarLint, it is not endorsed by SonarSoruce.
SeeLICENSE
About
No description, website, or topics provided.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Java52.0%
- Dockerfile22.8%
- Shell13.4%
- Makefile9.4%
- Python2.4%