Skip to content

Commit 50d6458

Browse files
fix: commented out SwiftLint hook
1 parent 8483827 commit 50d6458

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ repos:
1616
hooks:
1717
- id: codespell
1818
args: ["--count --ignore-words-list=ans,deriver,inout,packag --skip=\"*.js,*WordLists.swift,.git,Carthage,.build,build\""]
19-
- repo: https://github.com/realm/SwiftLint
20-
rev: 0.50.3
21-
hooks:
22-
- id: swiftlint
23-
args: [Sources, Tests]
19+
# SwiftLint is commented out until we fix all SwiftLint warnings and errors.
20+
# https://github.com/web3swift-team/web3swift/pull/756
21+
#- repo: https://github.com/realm/SwiftLint
22+
# rev: 0.50.3
23+
# hooks:
24+
# - id: swiftlint
25+
# args: [Sources, Tests]

0 commit comments

Comments
 (0)