# Suppress spelling errors for legitimate shell names that rpmlint doesn't recognize
addFilter("spelling-error.*zsh")
addFilter("spelling-error.*powershell")
addFilter("spelling-error.*pwsh")
addFilter("spelling-error.*nushell")
addFilter("spelling-error.*cmd")
addFilter("spelling-error.*csh")
+addFilter("spelling-error.*tcsh")
+addFilter("spelling-error.*cshell")

