Sanity check command names (fixes #2227)

This commit is contained in:
Vidar Holen
2021-06-05 18:16:22 -07:00
parent 331e89be99
commit 163b2f12e2
3 changed files with 44 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
## Git
### Added
- SC2286-SC2288: Warn when command name ends in a symbol like `/.)'"`
- SC2289: Warn when command name contains tabs or linefeeds
### Fixed