File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,5 @@ script:
21
21
- cd scripts; make -k
22
22
- cd ..
23
23
24
- # # find lines with tabs
25
- # - rm -f CppCoreGuidelines.md.tabs
26
- # - cat CppCoreGuidelines.md | nl -ba | sed -s 's/\(^[^\t]*\)\t/\1--/g' | grep $'\t' | sed -s 's/\t/\*\*\*\*/g' > CppCoreGuidelines.md.tabs
27
- # - if [[ -s CppCoreGuidelines.md.tabs ]]; then echo 'Tabs found'; cat CppCoreGuidelines.md.tabs; false; fi;
28
-
29
- # # check references unique
30
- - rm -f CppCoreGuidelines.md.uniq
31
- - grep -oP '(?<=<a name=")[^\"]+' CppCoreGuidelines.md | uniq -d > CppCoreGuidelines.md.uniq
32
- - if [[ -s CppCoreGuidelines.md.uniq ]]; then echo 'Found duplicate anchors:'; cat CppCoreGuidelines.md.uniq; false; fi;
33
-
34
-
35
24
notifications :
36
25
email : false
You can’t perform that action at this time.
0 commit comments