Instagram / Fixit

Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.
https://fixit.rtfd.io/en/latest/
Other
659 stars 62 forks source link

Access to rule options #455

Open jvllmr opened 2 months ago

jvllmr commented 2 months ago

How do I access rule options inside my rule? It doesn't really get to me when looking into the docs.

Looking into Fixit's source code, I looked for references in VSCode and I couldn't find a line where Config.options is accessed. Not even in the tests.

Am I missing something here?

image