Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for source code analysis on Nemo #1211

Open
wants to merge 1 commit into
base: 2.4
Choose a base branch
from
Open

Add support for source code analysis on Nemo #1211

wants to merge 1 commit into from

Conversation

bellingard
Copy link

@thboileau As discussed, here's the PR the activate analysis on Nemo. Note that it's activated only on branch 2.3 (see comment in the "runSonarQubeAnalysis.sh" script) because SQ does not manage branches correctly yet. We can discuss this point later.

# let's analyse only Java files for the moment
sonar.inclusions=**/src/**/*.java
# but exclude the code used for the examples
sonar.exclusions=**/org.restlet.example*/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@thboileau thboileau changed the base branch from 2.3 to 2.4 October 20, 2017 09:38
@thboileau thboileau force-pushed the 2.4 branch 4 times, most recently from 660ec16 to 423c818 Compare October 26, 2017 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants