Zulip Chat Archive

Stream: std4

Topic: where did the noisy linter go?


Kevin Buzzard (Dec 18 2022 at 18:38):

import Std.Tactic.Lint

#check Nat --blue noise

#lint -- All linting checks passed!

Reviewing a mathlib4 PR and it passed the linter checks even though it had a random #check in it. Is this expected? In mathlib3 this would have been flagged by the linter in the PR process.


Last updated: Dec 20 2023 at 11:08 UTC