Skip to content

Commit

Permalink
common: exclude files for checksum tests from end-of-file-fixer
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Oct 3, 2024
1 parent a89a0ab commit 4e3ff8a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos:
exclude: |
(?x)(\.match$|
src/core/valgrind/memcheck.h|
src/test/checksum/file[0-9]|
^GIT_VERSION$)
- id: check-yaml
- id: check-added-large-files
1 change: 1 addition & 0 deletions src/test/checksum/file1
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Hello. This is a simple text file with a known checksum.
The checksum unit test is run on this file to check for regressions.

1 change: 1 addition & 0 deletions src/test/checksum/file2
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Iello. This is a simple text file with a known checksum.
The checksum unit test is run on this file to check for regressions.

1 change: 1 addition & 0 deletions src/test/checksum/file3
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Hello. This is a simple text file with a known checksum.
The checksum unit test is run on this file to check for regressions/

0 comments on commit 4e3ff8a

Please # to comment.