Skip to content

Commit d19179e

Browse files
committed
avoid format of file
1 parent 8b48ad8 commit d19179e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
sudo apt-get install -y \
2727
build-essential \
2828
cmake \
29-
clang-format \
30-
clang-tidy \
29+
clang-format-18 \
30+
clang-tidy-18 \
3131
wget
3232
3333
- name: Lint and format 💅
@@ -38,12 +38,11 @@ jobs:
3838
with:
3939
file-annotations: true
4040
files-changed-only: false
41-
ignore: "build|.github|cmake|fuzzing|.vscode|.idea"
41+
ignore: "build|.github|cmake|fuzzing|.vscode|.idea|include/view_templates.h"
4242
step-summary: true
4343
style: file # uses .clang-format
4444
thread-comments: true
4545
tidy-checks: "-*" # disable clang-tidy, only use clang-format
46-
format-review-errors: false # ignore parsing errors, only check formatting
4746

4847
- name: Fail if errors
4948
if: ${{ steps.linter.outputs['checks-failed'] > 0 }}

0 commit comments

Comments
 (0)