Add .swiftlint.yml.

This commit is contained in:
Brent Simmons 2025-01-22 22:26:41 -08:00
parent 10f4351904
commit 20d7bb82d0

8
.swiftlint.yml Normal file
View File

@ -0,0 +1,8 @@
identifier_name:
min_length: 1
max_length: 40
line_length:
warning: 200
error: 300
ignores_comments: true
ignores_urls: true