mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08: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
|