Skip to content

Commit

Permalink
исключаю **/*.xml из хмл-плагина
Browse files Browse the repository at this point in the history
чтобы только платный bsl-плагин анализировал xml
  • Loading branch information
artbear committed Mar 30, 2022
1 parent fd996aa commit 7126e79
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ sonar.tests=./tests,./features

# маска поиска файлов на проверку
sonar.inclusions=**/*.os
sonar.exclusions=**/*.xml

# маска поиска исключений файлов на проверку
# sonar.exclusions=
# sonar.exclusions=**/*.xml
# исключаю **/*.xml из хмл-плагина, чтобы только платный bsl-плагин анализировал xml
sonar.lang.patterns.xml=**/*.xsd,**/*.xsl

# игнорирование gitignore
sonar.scm.exclusions.disabled=true
Expand Down

0 comments on commit 7126e79

Please sign in to comment.