Skip to content

Skeleton showing howto setup / structure a python project for analysing with the sonar python plugin

Notifications You must be signed in to change notification settings

wenns/sample_sonar_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

** Sample Python Project **

This is a sample project demonstrating the setup needed by the sonar
python plugin. In order to use, do:

1. Install sonar (see http://docs.codehaus.org/display/SONAR/Install+Sonar)

2. Install python plugin (see http://docs.codehaus.org/display/SONAR/Python+Plugin)

3. Install either sonar-runner or maven (see
   http://docs.codehaus.org/display/SONAR/Analyse+with+a+simple+Java+Runner
   or http://docs.codehaus.org/display/SONAR/Analyse+with+Maven)

4. run either 'mvn sonar:sonar' or 'sonar-runner'
   in the root directory of the project. After this, you should
   see the results in sonar. 

Have fun.

About

Skeleton showing howto setup / structure a python project for analysing with the sonar python plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages