Skip to content

Commit

Permalink
Merge pull request #2796 from uklotzde/exclude_transifex_ts_files_fro…
Browse files Browse the repository at this point in the history
…m_pre-commit-hooks

Exclude .ts files from Transifex from pre-commit-hook
  • Loading branch information
daschuer authored May 17, 2020
2 parents adef9be + bdfb486 commit 3202b28
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 3202b28

Please sign in to comment.