diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-01-20 01:49:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 10:49:59 +0100 |
commit | 4fc7fcb775140dc774a713063917fbf7d1392bdf (patch) | |
tree | ffb29f080816cc85e7a47a96cde8e79945d023a8 /doc | |
parent | 2bedb0fe2c38424a53ec7376c05db09090af9f93 (diff) | |
download | Nim-4fc7fcb775140dc774a713063917fbf7d1392bdf.tar.gz |
`--hintAsError` (#16763)
* --hintAsError * add test, changelog * condsyms
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index a3040f378..93a985a37 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -41,8 +41,8 @@ Advanced options: --warning[X]:on|off turn specific warning X on|off --hints:on|off|list turn all hints on|off or list all available --hint[X]:on|off turn specific hint X on|off - --warningAsError[X]:on|off - turn specific warning X into an error on|off + --warningAsError[X]:on|off turn specific warning X into an error on|off + --hintAsError[X]:on|off turn specific hint X into an error on|off --styleCheck:off|hint|error produce hints or errors for Nim identifiers that do not adhere to Nim's official style guide |