mirror of
https://github.com/janet-lang/janet
synced 2026-01-14 21:47:58 +00:00
Turn strict linting back on.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Helper code for running tests
|
||||
|
||||
# Turn on strict linting by default in test suite.
|
||||
#(put root-env *lint-warn* :strict)
|
||||
(put root-env *lint-warn* :strict)
|
||||
|
||||
(var num-tests-passed 0)
|
||||
(var num-tests-run 0)
|
||||
|
||||
Reference in New Issue
Block a user