Zulip Chat Archive

Stream: lean4

Topic: Can't disable linter ?


Arthur Adjedj (Jul 03 2023 at 16:19):

Hi, I've come across what I believe to be a minor bug where disabling the unreachableTactic linter doesn't work:

set_option linter.unreachableTactic false in
notation "‹.›" => by assumption --this tactic is never executed [linter.unreachableTactic]

Despite seemingly turning off the linter option, I still get the linter message. Am I doing something wrong here ?

Mario Carneiro (Jul 03 2023 at 21:05):

Fixed on std master


Last updated: Dec 20 2023 at 11:08 UTC