Add SonarLint checks (#232)

This commit is contained in:
Stef Heyenrath
2018-11-15 14:30:51 +00:00
committed by GitHub
parent 18af7a41d4
commit c1c45801b5
10 changed files with 404 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="SonarQube - wiremock Sonar way" ToolsVersion="15.0">
<Include Path="..\..\.sonarlint\wiremockcsharp.ruleset" Action="Default" />
</RuleSet>