Add an empty Custom.hs to simplify site-specific patching

This commit is contained in:
Vidar Holen
2019-07-02 20:07:05 -07:00
parent ef764b60ca
commit bee4303c32
5 changed files with 27 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
to specify search paths for sourced files.
- json1 format like --format=json but treats tabs as single characters
- Recognize FLAGS variables created by the shflags library.
- Site-specific changes can now be made in Custom.hs for ease of patching
- SC2154: Also warn about unassigned uppercase variables (optional)
- SC2252: Warn about `[ $a != x ] || [ $a != y ]`, similar to SC2055
- SC2251: Inform about ineffectual ! in front of commands