-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsonarlint.xml
More file actions
20 lines (20 loc) · 812 Bytes
/
sonarlint.xml
File metadata and controls
20 lines (20 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<application>
<component name="SonarLintGlobalSettings">
<option name="sonarQubeServers">
<list>
<SonarQubeServer>
<option name="hostUrl" value="https://sonarcloud.io" />
<token>df9edfcfdfcedfcfdf92dfcedf93df99df9edfc9dfcedf92df9bdf9fdf99dfcbdf9ddfcedf9adf92dfccdf9ddfcedfc9df98dfcedf92df9fdfc9dfcedfcedf92df9adfcfdf92dfcfdfc9df93df9bdf92</token>
<option name="name" value="syncier" />
<organizationKey>syncier-marketplace</organizationKey>
<enableNotifications>true</enableNotifications>
</SonarQubeServer>
</list>
</option>
<rules>
<Rule active="false" key="kotlin:S125" />
<Rule active="false" key="java:S1854" />
<Rule active="false" key="kotlin:S1763" />
</rules>
</component>
</application>