Merge pull request 'remove license adding from pre-commit' (#58) from feature/copyright into develop

Reviewed-on: #58
This commit is contained in:
Chris Cromer 2022-10-10 22:37:11 -03:00
commit 1e60846d3c
1 changed files with 24 additions and 31 deletions

View File

@ -25,13 +25,6 @@ repos:
hooks:
- id: forbid-crlf
- id: forbid-tabs
- id: insert-license
files: \.(cpp|c|h)$
args:
- --license-filepath
- LICENSE
- --comment-style
- /*| *| */
#- repo: https://github.com/pocc/pre-commit-hooks
# rev: v1.3.5
# hooks: