mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Apparently, SonarCloud fails on our repository for unknown reasons. But it runs if one restricts to just Python and HTML files.
2 lines
35 B
INI
2 lines
35 B
INI
sonar.inclusions=**/*.py,**/*.html
|