Skip to content
Snippets Groups Projects
Commit 421b247d authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Merge branch 'add-partition-wording-check' into 'preview'

Added some patterns with "partition" to the check for forbidden words.

See merge request !305
parents 549bff22 ae3c2156
No related branches found
No related tags found
5 merge requests!392Merge preview into contrib guide for browser users,!356Merge preview in main,!355Merge preview in main,!333Draft: update NGC containers,!305Added some patterns with "partition" to the check for forbidden words.
...@@ -453,9 +453,11 @@ there is a list of conventions w.r.t. spelling and technical wording. ...@@ -453,9 +453,11 @@ there is a list of conventions w.r.t. spelling and technical wording.
* `I/O` not `IO` * `I/O` not `IO`
* `Slurm` not `SLURM` * `Slurm` not `SLURM`
* `Filesystem` not `file system` * `Filesystem` not `file system`
* `ZIH system` and `ZIH systems` not `Taurus`, `HRSKII`, `our HPC systems` etc. * `ZIH system` and `ZIH systems` not `Taurus`, `HRSKII`, `our HPC systems`, etc.
* `Workspace` not `work space` * `Workspace` not `work space`
* avoid term `HPC-DA` * avoid term `HPC-DA`
* Partition names after the keyword *partition*: *partition `ml`* not *ML partition*, *ml
partition*, *`ml` partition*, *"ml" partition*, etc.
### Code Blocks and Command Prompts ### Code Blocks and Command Prompts
......
...@@ -18,6 +18,7 @@ i file \+system HDFS ...@@ -18,6 +18,7 @@ i file \+system HDFS
i \<taurus\> taurus\.hrsk /taurus i \<taurus\> taurus\.hrsk /taurus
i \<hrskii\> i \<hrskii\>
i hpc[ -]\+da\> i hpc[ -]\+da\>
i \(alpha\|ml\|haswell\|romeo\|gpu\|smp\|julia\|hpdlf\|scs5\)-\?\(interactive\)\?[^a-z]*partition
i work[ -]\+space" i work[ -]\+space"
# Whitelisted files will be ignored # Whitelisted files will be ignored
......
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