Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

laura-mlg/codeclimate-sonar-python

 
 

Repository files navigation

codeclimate-sonar-python is a Code Climate engine that wrapsSonarlint in standalone mode.

Installation

make image

Tests

make test

Usage

  1. If you haven't already,install the Code Climate CLI.
  2. Configure a.codeclimate.yml file in your repo.
engines:sonar-python:enabled:trueconfig:tests_patterns:        -src/test/**exclude_paths:  -build/
  1. Runcodeclimate analyze.

Custom configurations

Severity

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

Sonar Documentation

http://www.sonarlint.org/commandline

http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner

Issue Tracker:http://jira.sonarsource.com/browse/SLCLI

Copyright

This engine is developed by Code Climate usingSonarLint, it is not endorsed by SonarSoruce.

SeeLICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java52.0%
  • Dockerfile22.8%
  • Shell13.4%
  • Makefile9.4%
  • Python2.4%

[8]ページ先頭

©2009-2025 Movatter.jp