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.json
*node_modules
**venv/
\ No newline at end of file
**venv/
doc.zih.tu-dresden.de/public/
......@@ -454,10 +454,8 @@ there is a list of conventions w.r.t. spelling and technical wording.
* `Slurm` not `SLURM`
* `Filesystem` not `file system`
* `ZIH system` and `ZIH systems` not `Taurus`, `HRSKII`, `our HPC systems` etc.
**TODO:** Put into file
**TODO:** Implement checks [Issue #13](#13)
* `Workspace` not `work space`
* avoid term `HPC-DA`
### Code Blocks and Command Prompts
......
......@@ -18,7 +18,8 @@ i file \+system
i \<taurus\> taurus\.hrsk /taurus
i \<hrskii\>
i hpc \+system
i hpc[ -]\+da\>"
i hpc[ -]\+da\>
i work[ -]\+space"
function grepExceptions () {
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