Skip to content

Commit 310ead9

Browse files
committedJul 4, 2024
fix: lint issue
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 57b8eef commit 310ead9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.swiftlint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ force_try:
4444
severity: warning # explicitly
4545
# rules that have both warning and error levels, can set just the warning level
4646
# implicitly
47-
line_length: 110
47+
line_length: 120
4848
# they can set both implicitly with an array
4949
type_body_length:
5050
- 300 # warning
@@ -71,5 +71,5 @@ identifier_name:
7171
- url
7272
- GlobalAPIKey
7373
- key
74-
-
74+
- dto
7575
reporter: "xcode" # reporter type (xcode, json, csv, checkstyle, codeclimate, junit, html, emoji, sonarqube, markdown, github-actions-logging, summary)

0 commit comments

Comments
 (0)