Skip to content

Commit 6986a33

Browse files
fix: added new folders to skip
Skipping .git,Carthage,.build,build
1 parent a6d8e52 commit 6986a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
rev: v2.2.2
1616
hooks:
1717
- id: codespell
18-
args: ["--count --ignore-words-list=ans,deriver,inout,packag --skip=\"*.js,*WordLists.swift\""]
18+
args: ["--count --ignore-words-list=ans,deriver,inout,packag --skip=\"*.js,*WordLists.swift\",.git,Carthage,.build,build"]
1919
- repo: https://github.com/realm/SwiftLint
2020
rev: 0.50.3
2121
hooks:

0 commit comments

Comments
 (0)