Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
90c6c11d
Commit
90c6c11d
authored
3 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Added checks for README.md.
parent
fa80f8cb
No related branches found
No related tags found
2 merge requests
!415
Added a specific file list containing all files to skip for each
,
!410
Added a specific file list containing all files to skip for each pattern.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/util/grep-forbidden-patterns.sh
+12
-12
12 additions, 12 deletions
doc.zih.tu-dresden.de/util/grep-forbidden-patterns.sh
with
12 additions
and
12 deletions
doc.zih.tu-dresden.de/util/grep-forbidden-patterns.sh
+
12
−
12
View file @
90c6c11d
...
@@ -14,40 +14,40 @@ basedir=`dirname "$basedir"`
...
@@ -14,40 +14,40 @@ basedir=`dirname "$basedir"`
#For example, the first rule says:
#For example, the first rule says:
# The pattern \<io\> should not be present in any file (case-insensitive match), except when it appears as ".io".
# The pattern \<io\> should not be present in any file (case-insensitive match), except when it appears as ".io".
ruleset
=
"The word
\"
IO
\"
should not be used, use
\"
I/O
\"
instead.
ruleset
=
"The word
\"
IO
\"
should not be used, use
\"
I/O
\"
instead.
doc.zih.tu-dresden.de/README.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
i
\<
io
\>
\.
io
i
\<
io
\>
\.
io
\"
SLURM
\"
(only capital letters) should not be used, use
\"
Slurm
\"
instead.
\"
SLURM
\"
(only capital letters) should not be used, use
\"
Slurm
\"
instead.
doc.zih.tu-dresden.de/README.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
s
\<
SLURM
\>
s
\<
SLURM
\>
\"
File system
\"
should be written as
\"
filesystem
\"
, except when used as part of a proper name.
\"
File system
\"
should be written as
\"
filesystem
\"
, except when used as part of a proper name.
doc.zih.tu-dresden.de/README.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
i file
\+
system HDFS
i file
\+
system HDFS
Use
\"
ZIH systems
\"
or
\"
ZIH system
\"
instead of
\"
Taurus
\"
.
\"
taurus
\"
is only allowed when used in ssh commands and other very specific situations.
Use
\"
ZIH systems
\"
or
\"
ZIH system
\"
instead of
\"
Taurus
\"
.
\"
taurus
\"
is only allowed when used in ssh commands and other very specific situations.
doc.zih.tu-dresden.de/README.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
i
\<
taurus
\>
taurus
\.
hrsk /taurus /TAURUS ssh ^[0-9]
\+
:Host taurus
$
i
\<
taurus
\>
taurus
\.
hrsk /taurus /TAURUS ssh ^[0-9]
\+
:Host taurus
$
\"
HRSKII
\"
should be avoided, use
\"
ZIH system
\"
instead.
\"
HRSKII
\"
should be avoided, use
\"
ZIH system
\"
instead.
doc.zih.tu-dresden.de/README.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
i
\<
hrskii
\>
i
\<
hrskii
\>
The term
\"
HPC-DA
\"
should be avoided. Depending on the situation, use
\"
data analytics
\"
or similar.
The term
\"
HPC-DA
\"
should be avoided. Depending on the situation, use
\"
data analytics
\"
or similar.
doc.zih.tu-dresden.de/README.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
i hpc[ -]
\+
da
\>
i hpc[ -]
\+
da
\>
\"
ATTACHURL
\"
was a keyword in the old wiki, don't use it.
\"
ATTACHURL
\"
was a keyword in the old wiki, don't use it.
doc.zih.tu-dresden.de/README.md
i attachurl
i attachurl
Replace
\"
todo
\"
with real content.
Replace
\"
todo
\"
with real content.
doc.zih.tu-dresden.de/README.md
i
\<
todo
\>
<!--.*todo.*-->
i
\<
todo
\>
<!--.*todo.*-->
Avoid spaces at end of lines.
Avoid spaces at end of lines.
doc.zih.tu-dresden.de/README.md
i [[:space:]]
$
i [[:space:]]
$
When referencing partitions, put keyword
\"
partition
\"
in front of partition name, e. g.
\"
partition ml
\"
, not
\"
ml partition
\"
.
When referencing partitions, put keyword
\"
partition
\"
in front of partition name, e. g.
\"
partition ml
\"
, not
\"
ml partition
\"
.
doc.zih.tu-dresden.de/README.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
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
Give hints in the link text. Words such as
\"
here
\"
or
\"
this link
\"
are meaningless.
Give hints in the link text. Words such as
\"
here
\"
or
\"
this link
\"
are meaningless.
doc.zih.tu-dresden.de/README.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
i
\[\s\?\(
documentation
\|
here
\|
this
\(
link
\|
page
\|
subsection
\)\|
slides
\?\|
manpage
\)\s\?\]
i
\[\s\?\(
documentation
\|
here
\|
this
\(
link
\|
page
\|
subsection
\)\|
slides
\?\|
manpage
\)\s\?\]
Use
\"
workspace
\"
instead of
\"
work space
\"
or
\"
work-space
\"
.
Use
\"
workspace
\"
instead of
\"
work space
\"
or
\"
work-space
\"
.
doc.zih.tu-dresden.de/README.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
doc.zih.tu-dresden.de/docs/contrib/content_rules.md
i work[ -]
\+
space"
i work[ -]
\+
space"
function
grepExceptions
()
{
function
grepExceptions
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment