Skip to content

Commit

Permalink
Merge branch 'master' into chore/refactor-ban
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Nov 4, 2023
2 parents 2817b7b + 9eea2f8 commit d634c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ CheckOptions:
# Lua state
- key: readability-identifier-naming.LocalPointerIgnoredRegexp
value: ^L$

- key: misc-const-correctness.AnalyzeValues
value: false
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ jobs:

- name: clang-tidy review
if: matrix.clang-tidy-review && github.event_name == 'pull_request'
timeout-minutes: 10
uses: ZedThree/[email protected]
with:
build_dir: build-clang-tidy
Expand Down

0 comments on commit d634c4e

Please sign in to comment.