summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-08-16 17:07:30 +0200
committerBug Magnet <marco.nikic@mullvad.net>2024-08-19 14:48:49 +0200
commita4ad185257a560ad841ef0a0f4b398828128ddef (patch)
tree0c7b6bccb86708bee9c500e010264d14e4a151e6
parentb75973778137d3151189a0acf0c5c463ed837f26 (diff)
downloadmullvadvpn-a4ad185257a560ad841ef0a0f4b398828128ddef.tar.xz
mullvadvpn-a4ad185257a560ad841ef0a0f4b398828128ddef.zip
Remove unneeded swiftlint rule definition
-rw-r--r--ios/.swiftlint.yml8
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: