Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

[1.0.0] SwiftLint 적용 #8

Merged
merged 2 commits into from
Sep 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[수정] SwiftLint 공백 내용 추가
  • Loading branch information
Jaesung Lee committed Jun 12, 2022
commit fbff9e874c3a85e19ad67548a9e53eae20d7c1e6
4 changes: 3 additions & 1 deletion .swiftlint.yml → KuringLite/.swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ analyzer_rules:

disabled_rules:
# - line_length
# - trailing_whitespace
- vertical_whitespace_opening_braces
- vertical_whitespace_closing_braces
- vertical_whitespace_between_cases
- void_return
- file_name
- number_separator
- leading_whitespace
# - sorted_imports
- unneeded_parentheses_in_closure_argument
- redundant_optional_initialization
Expand All @@ -41,6 +42,7 @@ disabled_rules:
- trailing_comma

opt_in_rules:
- force_unwrapping
- anyobject_protocol
- array_init
- attributes
Expand Down