diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2023-05-11 05:10:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-11 10:10:51 +0200 |
commit | 3a08e2e6ace20f086ba24360c7139852a75b93b2 (patch) | |
tree | ca858bb347eeb1f153521a9b34c02d44b53d04e1 /config | |
parent | 055a00a6eff6fabd0f5fdf061d0eb28d07aa41a9 (diff) | |
download | Nim-3a08e2e6ace20f086ba24360c7139852a75b93b2.tar.gz |
Remove LineTooLong (#21819)
* LineTooLong refactor to make it actually useful * Improve error message * changelog wording * Fix typo
Diffstat (limited to 'config')
-rw-r--r-- | config/nim.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/nim.cfg b/config/nim.cfg index cc27d5a3d..656885e0c 100644 --- a/config/nim.cfg +++ b/config/nim.cfg @@ -14,7 +14,6 @@ cc = gcc # additional options always passed to the compiler: --parallel_build: "0" # 0 to auto-detect number of processors -hint[LineTooLong]=off @if nimHasAmbiguousEnumHint: # not needed if hint is a style check hint[AmbiguousEnum]=off |