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

Merge branch '284-find-wrong-project-names' into 'preview'

Added a rule to find wrong project names in grep-forbidden-patterns.sh.

Closes #284

See merge request !504
parents 3aa23054 799eddeb
No related branches found
No related tags found
2 merge requests!530Automated merge from preview to main,!504Added a rule to find wrong project names in grep-forbidden-patterns.sh.
...@@ -46,6 +46,9 @@ i ^[ |]*|$ ...@@ -46,6 +46,9 @@ i ^[ |]*|$
Avoid spaces at end of lines. Avoid spaces at end of lines.
doc.zih.tu-dresden.de/docs/accessibility.md doc.zih.tu-dresden.de/docs/accessibility.md
i [[:space:]]$ i [[:space:]]$
When referencing projects, please use p_marie for consistency.
i \<p_ p_marie
Avoid \`home\`. Use home without backticks instead. Avoid \`home\`. Use home without backticks instead.
i \`home\` i \`home\`
......
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