Skip to content

Commit f21025b

Browse files
committed
change default lintopts
1 parent f126757 commit f21025b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linting/checks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ mutable struct LintOptions
371371
lazy::Bool
372372
datadecl::Bool
373373
end
374-
LintOptions() = LintOptions(true, true, true, true, true, true)
374+
LintOptions() = LintOptions(true, true, true, true, true, false)
375375

376376
function check_all(x::EXPR, opts::LintOptions, server)
377377
# Do checks

0 commit comments

Comments
 (0)