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

Merge branch 'lazariv-preview-patch-82244' into 'preview'

Add work space as forbidden word

See merge request !275
parents 79f36cf4 ce8d3aaf
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!275Add work space as forbidden word
*package-lock.json *package-lock.json
*package.json *package.json
*node_modules *node_modules
**venv/ **venv/
\ No newline at end of file doc.zih.tu-dresden.de/public/
...@@ -454,10 +454,8 @@ there is a list of conventions w.r.t. spelling and technical wording. ...@@ -454,10 +454,8 @@ there is a list of conventions w.r.t. spelling and technical wording.
* `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`
**TODO:** Put into file * avoid term `HPC-DA`
**TODO:** Implement checks [Issue #13](#13)
### Code Blocks and Command Prompts ### Code Blocks and Command Prompts
......
...@@ -18,7 +18,8 @@ i file \+system ...@@ -18,7 +18,8 @@ i file \+system
i \<taurus\> taurus\.hrsk /taurus i \<taurus\> taurus\.hrsk /taurus
i \<hrskii\> i \<hrskii\>
i hpc \+system i hpc \+system
i hpc[ -]\+da\>" i hpc[ -]\+da\>
i work[ -]\+space"
function grepExceptions () { function grepExceptions () {
if [ $# -gt 0 ]; then if [ $# -gt 0 ]; then
......
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