Skip to content

Commit 2d8c138

Browse files
committed
Update cpp-linter.yml
1 parent 13144f9 commit 2d8c138

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/cpp-linter.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ jobs:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
with:
3939
style: file
40-
version: 18
41-
lines-changed-only: diff
42-
thread-comments: true
43-
file-annotations: false
40+
version: 21
41+
ignore: |
42+
.github
43+
include/serialization/_fbs
44+
thread-comments: update
45+
no-lgtm: false
4446

4547
- name: Fail fast?!
4648
if: steps.linter.outputs.checks-failed > 0

0 commit comments

Comments
 (0)