NightOwl888 opened a new issue, #873: URL: https://github.com/apache/lucenenet/issues/873
Our GitHub Actions for building components are not triggered for website or documentation updates, but SonarCloud currently doesn't have the filters to ignore the files that are not part of the software. To remedy this, the following exclusions should be made to the paths of the `sonar.yml` workflow: - `'!.editorconfig'` - `'!.gitattributes'` - `'!.rat-excludes'` - `'!azure-pipelines.yml'` - `'!build'` - `'!build.bat'` - `'!**/*.md'` - `'!**/*.ps1'` - `'!**/*.psd1'` - `'!**/*.psm1'` - `'!**/*.txt'` - `'!/.build/azure-templates/**/*'` - `'!/.build/psake/**/*'` - `'!/.vscode/**/*'` - `'!/branding/**/*'` - `'!/lib/**/*'` - `'!/src/docs/**/*'` - `'!/websites/**/*'` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
