diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-08-16 17:07:30 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-08-19 14:48:49 +0200 |
| commit | a4ad185257a560ad841ef0a0f4b398828128ddef (patch) | |
| tree | 0c7b6bccb86708bee9c500e010264d14e4a151e6 | |
| parent | b75973778137d3151189a0acf0c5c463ed837f26 (diff) | |
| download | mullvadvpn-a4ad185257a560ad841ef0a0f4b398828128ddef.tar.xz mullvadvpn-a4ad185257a560ad841ef0a0f4b398828128ddef.zip | |
Remove unneeded swiftlint rule definition
| -rw-r--r-- | ios/.swiftlint.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ios/.swiftlint.yml b/ios/.swiftlint.yml index 93a558d52c..8729b4a656 100644 --- a/ios/.swiftlint.yml +++ b/ios/.swiftlint.yml @@ -44,14 +44,6 @@ type_name: error: 60 excluded: iPhone # excluded via string allowed_symbols: ["_"] # these are allowed in type names -identifier_name: - allowed_symbols: ["_"] # these are allowed in type names - min_length: - error: 3 - excluded: - - id - - URL - - GlobalAPIKey reporter: "xcode" nesting: type_level: |
