Skip to content

Commit

Permalink
common: exclude files for checksum tests
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 2, 2024
1 parent 175ce99 commit 9cefd50
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 @@ -22,6 +22,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 9cefd50

Please sign in to comment.