codeclimate-sonar-python
is a Code Climate engine that wraps Sonarlint 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: true
config:
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 using SonarLint, it is not endorsed by SonarSoruce.
See LICENSE