diff options
| author | mojganii <mojgan.jelodar@codic.se> | 2024-08-13 15:08:14 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-08-14 13:32:45 +0200 |
| commit | a14ae1437d2f792c8911bda06ff7be8b462b889f (patch) | |
| tree | 9420d785bc6ce1f0f88276f81c5d1bafde70b712 | |
| parent | cf3a7bd6235502449202f151a3d8723aa08942e2 (diff) | |
| download | mullvadvpn-a14ae1437d2f792c8911bda06ff7be8b462b889f.tar.xz mullvadvpn-a14ae1437d2f792c8911bda06ff7be8b462b889f.zip | |
Disable orphaned_doc_comment
| -rw-r--r-- | ios/.swiftlint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/.swiftlint.yml b/ios/.swiftlint.yml index 496503001d..93a558d52c 100644 --- a/ios/.swiftlint.yml +++ b/ios/.swiftlint.yml @@ -8,6 +8,7 @@ disabled_rules: - opening_brace # Differs from Google swift guidelines enforced by swiftformat - trailing_comma - switch_case_alignment # Enables expressions such as [return switch location {}] + - orphaned_doc_comment opt_in_rules: - empty_count |
