Skip to content

Commit

Permalink
Merge pull request #84 from jnooree/patch-1
Browse files Browse the repository at this point in the history
Add clang-tidy 15
  • Loading branch information
ZedThree authored Apr 20, 2023
2 parents 9b71ee9 + 23c215a commit 2c55ef8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt update && \
clang-tidy-12 \
clang-tidy-13 \
clang-tidy-14 \
clang-tidy-15 \
python3 \
python3-pip \
&& rm -rf /var/lib/apt/lists/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ at once, so `clang-tidy-review` will only attempt to post the first
`GITHUB_WORKSPACE`.
- default: `GITHUB_WORKSPACE`
- `clang_tidy_version`: Version of clang-tidy to use; one of 11, 12,
13, 14
- default: '14'
13, 14, 15
- default: '15'
- `clang_tidy_checks`: List of checks
- default: `'-*,performance-*,readability-*,bugprone-*,clang-analyzer-*,cppcoreguidelines-*,mpi-*,misc-*'`
- `config_file`: Path to clang-tidy config file, replaces `clang_tidy_checks`
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ inputs:
default: ${{ github.workspace }}
require: false
clang_tidy_version:
description: 'Version of clang-tidy to use; one of 11, 12, 13, 14'
default: '14'
description: 'Version of clang-tidy to use; one of 11, 12, 13, 14, 15'
default: '15'
required: false
clang_tidy_checks:
description: 'List of checks'
Expand Down

0 comments on commit 2c55ef8

Please sign in to comment.