Zulip Chat Archive
Stream: std4
Topic: nolinting generated decls
Matthew Ballard (Feb 16 2023 at 17:01):
How do I nolint simpNF
the declarations generated by @[simps]
? Just @[simps, nolint simpNF]
doesn’t work. See !4#2198 for an example where we have a false positive but I don’t know a way to turn off the linter.
Other discussion at
Matthew Ballard (Feb 16 2023 at 17:02):
Would it make sense to register a global option for this?
Floris van Doorn (Feb 16 2023 at 17:54):
You can use attribute [nolint simpNF] generated_decl
Matthew Ballard (Feb 16 2023 at 18:11):
Thanks I will try that.
Last updated: Dec 20 2023 at 11:08 UTC