We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4edb5 commit 180cd89Copy full SHA for 180cd89
.travis.yml
@@ -21,16 +21,5 @@ script:
21
- cd scripts; make -k
22
- cd ..
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
notifications:
36
email: false
0 commit comments