Skip to content

Commit

Permalink
exclude .abi and .bin files from precommit check
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Aug 23, 2024
1 parent 73f6db9 commit fb04ac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
exclude: '(\.bin|\.abi)'

repos:
- repo: local
hooks:
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.sources=.
sonar.python.version=3.8

# Full exclusions from the static analysis
sonar.exclusions=**/docs/**/*, **/*.pb.go, **/*report.xml **/*.txt, **/*.abi, **/*.bin, **/*_codecgen.go. seth/contracts/**, seth/examples*/**
sonar.exclusions=**/docs/**/*, **/*.pb.go, **/*report.xml **/*.txt, **/*.abi, **/*.bin, **/*_codecgen.go, seth/contracts/**, seth/examples*/**
# Coverage exclusions
sonar.coverage.exclusions=**/*, **/*.*
# Duplication exclusions
Expand Down

0 comments on commit fb04ac9

Please sign in to comment.