summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2023-05-11 05:10:51 -0300
committerGitHub <noreply@github.com>2023-05-11 10:10:51 +0200
commit3a08e2e6ace20f086ba24360c7139852a75b93b2 (patch)
treeca858bb347eeb1f153521a9b34c02d44b53d04e1 /config
parent055a00a6eff6fabd0f5fdf061d0eb28d07aa41a9 (diff)
downloadNim-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.cfg1
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