Skip to content

Commit

Permalink
Update cpp-linter.yaml to only lint what has changed in a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Aug 1, 2024
1 parent dba66cc commit dfa5eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ignore: '.github|_deps|CMakeFiles|spdlog*'
format-review: true
tidy-review: true
files-changed-only: false
files-changed-only: true
thread-comments: true
tidy-checks: 'boost-*,bugprone-*,performance-*,readability-*,portability-*,modernize-*,clang-analyzer-*,cppcoreguidelines-*,-modernize-use-trailing-return-type,-modernize-use-emplace,-readability-redundant-access-specifiers'

Expand Down

0 comments on commit dfa5eec

Please sign in to comment.