Skip to content

Commit

Permalink
tools: Configure Zulip to be scannable by SonarCloud.
Browse files Browse the repository at this point in the history
Apparently, SonarCloud fails on our repository for unknown reasons.

But it runs if one restricts to just Python and HTML files.
  • Loading branch information
agigleux authored Jun 24, 2020
1 parent 148f74d commit fa10713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sonar.inclusions=**/*.py,**/*.html

0 comments on commit fa10713

Please sign in to comment.