Skip to content

Commit

Permalink
debug: tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Nov 1, 2024
1 parent a42e3a6 commit 0fe6a7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ workflows:
equal: [ master, <<pipeline.git.branch>> ]
jobs:
- lint
- linux-clang-tidy-diff
- linux-clang-tidy
- linux-release:
name: linux-gcc-12-release
compiler_id: gcc
Expand Down
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FormatStyle: file
HeaderFilterRegex: 'silkworm/(capi|core|db|execution|infra|node|rpc|sentry|sync|wasm)/.+\.hpp$'
WarningsAsErrors: '*'
Checks: >
abseil-*,
boost-*,
Expand Down

0 comments on commit 0fe6a7f

Please sign in to comment.