Skip to content

Commit 4777b0d

Browse files
committed
Remove redundant type_name override (now disabled in parent config)
1 parent 8976e50 commit 4777b0d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.swiftlint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33

44
parent_config: https://raw.githubusercontent.com/swift-standards/swift-standards/main/.swiftlint.yml
55

6-
# Package-specific overrides
7-
# Disable type_name validation because test suites use lowercase function names like "pow()", "sqrt()"
8-
disabled_rules:
9-
- type_name
6+
# Package-specific overrides (if needed)
7+
# Add any swift-iso-9899 specific rules here

0 commit comments

Comments
 (0)