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

US: turn cxx plugin file indexing off #1807

Closed
guwirth opened this issue Feb 13, 2020 · 0 comments · Fixed by #1841
Closed

US: turn cxx plugin file indexing off #1807

guwirth opened this issue Feb 13, 2020 · 0 comments · Fixed by #1841
Assignees
Milestone

Comments

@guwirth
Copy link
Collaborator

guwirth commented Feb 13, 2020

Align turning off analysis for cxx with CFamily:

https://community.sonarsource.com/t/sonar-cfamily-build-wrapper-output/4927/6

...if you don’t want to analyze C/C++/Objective-C files and don’t want to see them in SonarQube, then as was already said before, you can exclude them by setting...

sonar.c.file.suffixes=-
sonar.cpp.file.suffixes=-
sonar.objc.file.suffixes=-
@guwirth guwirth added this to the 2.0.0 milestone Feb 15, 2020
guwirth added a commit to guwirth/sonar-cxx that referenced this issue Apr 4, 2020
- to turn off the CXX language, set the value to 'sonar.cxx.file.suffixes=-' (in the user interface set the first entry to '-')
- close SonarOpenCommunity#1807
@guwirth guwirth self-assigned this Apr 4, 2020
guwirth added a commit to guwirth/sonar-cxx that referenced this issue Apr 5, 2020
- to turn off the CXX language, set the value to 'sonar.cxx.file.suffixes=-' (in the user interface set the first entry to '-')
- close SonarOpenCommunity#1807
guwirth added a commit to guwirth/sonar-cxx that referenced this issue Apr 5, 2020
- to turn off the CXX language, set the value to 'sonar.cxx.file.suffixes=-' (in the user interface set the first entry to '-')
- close SonarOpenCommunity#1807
guwirth added a commit to guwirth/sonar-cxx that referenced this issue Apr 5, 2020
- to turn off the CXX language, set the value to 'sonar.cxx.file.suffixes=-' (in the user interface set the first entry to '-')
- add sample to test it
- use SQ 7.9.3 LTS
- close SonarOpenCommunity#1807
guwirth added a commit to guwirth/sonar-cxx that referenced this issue Apr 5, 2020
- to turn off the CXX language, set the value to 'sonar.cxx.file.suffixes=-' (in the user interface set the first entry to '-')
- add sample to test it
- use SQ 7.9.3 LTS
- close SonarOpenCommunity#1807
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant