Skip to content

Commit

Permalink
Broken tests but superfast for unsafe logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bergel committed Nov 7, 2024
1 parent 5e10210 commit b7ff8af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/linting/extended_checks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ function check_all(x::EXPR, markers::Dict{Symbol,String}=Dict{Symbol,String}())
end
end

for T in all_extended_rule_types[]
# for T in all_extended_rule_types[]
for T in [LogStatementsMustBeSafe]
check_with_process(T, x, markers)
# isdefined(Main, :Infiltrator) && Main.infiltrate(@__MODULE__, Base.@locals, @__FILE__, @__LINE__)
if haserror(x) && x.meta.error isa LintRuleReport
Expand Down

0 comments on commit b7ff8af

Please sign in to comment.