mirror of
https://github.com/zulip/zulip.git
synced 2026-06-03 21:01:43 +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
|