Skip to content

Commit d6f781a

Browse files
authored
Merge pull request #244 from Esri/Ting/Fix-LinterWarnings
[Fix] Configure the attribute linter rule to exclude some cases
2 parents 5b3ea28 + 2cd1789 commit d6f781a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.swiftlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ opt_in_rules:
7373
- vertical_whitespace_opening_braces
7474
- yoda_condition
7575

76+
attributes:
77+
attributes_with_arguments_always_on_line_above: false
7678
identifier_name:
7779
min_length:
7880
# Do not flag short identifiers

0 commit comments

Comments
 (0)