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

use 'sonar.cxx.file.suffixes' #1829

Merged
merged 1 commit into from
Mar 18, 2020
Merged

use 'sonar.cxx.file.suffixes' #1829

merged 1 commit into from
Mar 18, 2020

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Mar 18, 2020

align file suffix configuration with other plugins:

  • use key sonar.cxx.file.suffixes
  • instead of sonar.cxx.suffixes.sources and sonar.cxx.suffixes.headers (both deprecated)
  • default cxx files suffixes are .cxx,.cpp,.cc,.c,.hxx,.hpp,.hh,.h

for API detection there is a new key now:

  • sonar.cxx.api.file.suffixes instead of sonar.cxx.suffixes.headers

This change is Reviewable

… and 'sonar.cxx.suffixes.headers'

align file suffix configuration with other plugins:
- use key "sonar.cxx.file.suffixes"
- instead of "sonar.cxx.suffixes.sources" and "sonar.cxx.suffixes.headers" (deprecated)
- default cxx files suffixes are ".cxx,.cpp,.cc,.c,.hxx,.hpp,.hh,.h";

for API detection there is a new key now:
- "sonar.cxx.api.file.suffixes" instead of "sonar.cxx.suffixes.headers"
@guwirth guwirth added this to the 2.0.0 milestone Mar 18, 2020
@guwirth guwirth self-assigned this Mar 18, 2020
@guwirth guwirth merged commit 37e9df4 into SonarOpenCommunity:master Mar 18, 2020
@guwirth guwirth deleted the sonar-cxx-file-suffixes branch March 22, 2020 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant