Skip to content

Commit

Permalink
Merge pull request #32 from ewanwm/workflow_no_trailing_return_type
Browse files Browse the repository at this point in the history
No trailing return type cpp-linter suggestions
  • Loading branch information
ewanwm authored Jul 25, 2024
2 parents 8c0ec0c + 338b641 commit 59b5379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
tidy-review: true
files-changed-only: false
thread-comments: true
tidy-checks: 'boost-*,bugprone-*,performance-*,readability-*,portability-*,modernize-*,clang-analyzer-*,cppcoreguidelines-*,-modernize-use-trailing-return-type'

- name: Fail fast?!
if: steps.linter.outputs.checks-failed != 0
Expand Down

0 comments on commit 59b5379

Please sign in to comment.