Skip to content
Snippets Groups Projects
Commit 55798707 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Revert parts of previous commit.

parent 19b62d4a
No related branches found
No related tags found
3 merge requests!392Merge preview into contrib guide for browser users,!377Merge preview into main,!370Added patterns to check whether "todo" appears
...@@ -18,8 +18,8 @@ i file \+system HDFS ...@@ -18,8 +18,8 @@ i file \+system HDFS
i \<taurus\> taurus\.hrsk /taurus /TAURUS i \<taurus\> taurus\.hrsk /taurus /TAURUS
i \<hrskii\> i \<hrskii\>
i hpc[ -]\+da\> i hpc[ -]\+da\>
i ATTACHURL i attachurl
i \<todo\> i \<todo\> <!--.*todo.*-->
i [[:space:]]$ i [[:space:]]$
i \(alpha\|ml\|haswell\|romeo\|gpu\|smp\|julia\|hpdlf\|scs5\)-\?\(interactive\)\?[^a-z]*partition i \(alpha\|ml\|haswell\|romeo\|gpu\|smp\|julia\|hpdlf\|scs5\)-\?\(interactive\)\?[^a-z]*partition
i \[\s\?\(documentation\|here\|this \(link\|page\|subsection\)\|slides\?\|manpage\)\s\?\] i \[\s\?\(documentation\|here\|this \(link\|page\|subsection\)\|slides\?\|manpage\)\s\?\]
...@@ -113,7 +113,7 @@ for f in $files; do ...@@ -113,7 +113,7 @@ for f in $files; do
grepflag=-i grepflag=-i
;; ;;
esac esac
if egrep -n $grepflag $color "$pattern" "$f" | grepExceptions "${exceptionPatternsArray[@]}" ; then if grep -n $grepflag $color "$pattern" "$f" | grepExceptions "${exceptionPatternsArray[@]}" ; then
((cnt=cnt+1)) ((cnt=cnt+1))
fi fi
done <<< $exceptionPatterns done <<< $exceptionPatterns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment