Skip to content

Commit

Permalink
Exclude .ts files from Transifex from pre-commit-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed May 17, 2020
1 parent 293ffd7 commit bdfb486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:
rev: v2.3.0
hooks:
- id: check-byte-order-marker
exclude: ^.*(\.cbproj|\.groupproj|\.props|\.sln|\.vcxproj|\.vcxproj.filters)$
exclude: ^.*(\.cbproj|\.groupproj|\.props|\.sln|\.vcxproj|\.vcxproj.filters|\.ts)$
- id: check-case-conflict
- id: check-json
- id: check-merge-conflict
Expand Down

0 comments on commit bdfb486

Please sign in to comment.