File tree Expand file tree Collapse file tree 2 files changed +20
-10
lines changed
Expand file tree Collapse file tree 2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 1+ # Set the default behavior, in case people don't have core.autocrlf set.
2+ * text =auto
3+
4+ # Explicitly declare text files you want to always be normalized and converted
5+ # to native line endings on checkout.
6+ * .py text eol =lf
7+ * .rst text eol =lf
8+ * .sh text eol =lf
9+ * .cpp text eol =lf
10+ * .hpp text eol =lf
Original file line number Diff line number Diff line change @@ -56,16 +56,16 @@ jobs:
5656 env :
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5858 run : >
59- cpp-linter
60- -s=file
61- -v=9
62- -i=build
63- -p=build
64- -V=${{ runner.temp }}/llvm
65- -f=false
66- --extra-arg="-std=c++14 -Wall"
67- --thread-comments=${{ matrix.clang-version == '12' }}
68- -a=${{ matrix.clang-version == '12 ' }}
59+ cpp-linter
60+ -s=file
61+ -v=debug
62+ -i=build
63+ -p=build
64+ -V=${{ runner.temp }}/llvm
65+ -f=false
66+ --extra-arg="-std=c++14 -Wall"
67+ --thread-comments=${{ matrix.clang-version == '17' && 'update' }}
68+ -a=${{ matrix.clang-version == '17 ' }}
6969
7070 - name : Fail fast?!
7171 if : steps.linter.outputs.checks-failed > 0
You can’t perform that action at this time.
0 commit comments