mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +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
|