Skip to content

Commit

Permalink
SONARCS-554 Embed the rules present in SonarLint Visual Studio 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolkensteyn committed Oct 21, 2015
1 parent 0f9511d commit 8cf4f19
Show file tree
Hide file tree
Showing 5 changed files with 665 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<rules>
<requireFilesSize>
<maxsize>9000000</maxsize>
<minsize>8000000</minsize>
<minsize>7000000</minsize>
<files>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</files>
Expand Down
Binary file modified src/main/resources/SonarLint.Runner.zip
Binary file not shown.
48 changes: 44 additions & 4 deletions src/main/resources/org/sonar/plugins/csharp/profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,42 @@
<language>cs</language>
<name>Sonar way</name>
<rules>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S3262</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S2219</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S3236</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S2292</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S3253</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S1939</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S2333</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S818</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S2275</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S3254</key>
Expand All @@ -23,6 +59,10 @@
<repositoryKey>csharpsquid</repositoryKey>
<key>S1172</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S3263</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S3234</key>
Expand All @@ -31,6 +71,10 @@
<repositoryKey>csharpsquid</repositoryKey>
<key>S3052</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S3246</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S2761</key>
Expand Down Expand Up @@ -235,10 +279,6 @@
<repositoryKey>csharpsquid</repositoryKey>
<key>S125</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S2760</key>
</rule>
<rule>
<repositoryKey>csharpsquid</repositoryKey>
<key>S1862</key>
Expand Down
Loading

0 comments on commit 8cf4f19

Please sign in to comment.