File tree 2 files changed +20
-10
lines changed 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:
56
56
env :
57
57
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58
58
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 ' }}
69
69
70
70
- name : Fail fast?!
71
71
if : steps.linter.outputs.checks-failed > 0
You can’t perform that action at this time.
0 commit comments