-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathktlint-baseline.xml
41 lines (41 loc) · 2.57 KB
/
ktlint-baseline.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<baseline version="1.0">
<file name="src/main/kotlin/com/spoiligaming/explorer/server/ServerFileHandler.kt">
<error line="91" column="1" source="standard:max-line-length" />
<error line="92" column="1" source="standard:max-line-length" />
<error line="166" column="1" source="standard:max-line-length" />
<error line="167" column="1" source="standard:max-line-length" />
<error line="272" column="1" source="standard:max-line-length" />
<error line="280" column="1" source="standard:max-line-length" />
<error line="380" column="1" source="standard:max-line-length" />
</file>
<file name="src/main/kotlin/com/spoiligaming/explorer/ui/components/MapleColorInformation.kt">
<error line="47" column="1" source="standard:max-line-length" />
</file>
<file name="src/main/kotlin/com/spoiligaming/explorer/ui/components/ServerInformationView.kt">
<error line="169" column="1" source="standard:max-line-length" />
<error line="271" column="1" source="standard:max-line-length" />
<error line="272" column="1" source="standard:max-line-length" />
<error line="290" column="1" source="standard:max-line-length" />
<error line="345" column="1" source="standard:max-line-length" />
</file>
<file name="src/main/kotlin/com/spoiligaming/explorer/ui/components/StationaryView.kt">
<error line="77" column="1" source="standard:max-line-length" />
</file>
<file name="src/main/kotlin/com/spoiligaming/explorer/ui/screens/home/FileBackupSubScreen.kt">
<error line="269" column="1" source="standard:max-line-length" />
<error line="278" column="1" source="standard:max-line-length" />
</file>
<file name="src/main/kotlin/com/spoiligaming/explorer/ui/state/DialogController.kt">
<error line="116" column="1" source="standard:max-line-length" />
<error line="153" column="1" source="standard:max-line-length" />
<error line="157" column="1" source="standard:max-line-length" />
<error line="177" column="1" source="standard:max-line-length" />
<error line="185" column="1" source="standard:max-line-length" />
<error line="204" column="1" source="standard:max-line-length" />
<error line="230" column="1" source="standard:max-line-length" />
<error line="237" column="1" source="standard:max-line-length" />
<error line="251" column="1" source="standard:max-line-length" />
<error line="265" column="1" source="standard:max-line-length" />
</file>
</baseline>