While the tab in the settings already gives you a good overview, I like to have everything in one place and a config file is not as easily lost Alternatively/additionally it would be great if we could just jam a # skipcq: … to the top of a file for “ignore for the whole file”.
somewhat related: #114 (does this work here? )
PS: I’m a little sorry for making so much noise right after getting started Then again, I’m very happy with how DS works so far, that’s why I’m taking the time to suggest improvements
According to the documentation, this is not implemented yet. Any roadmap plans for this?
It’s a bit tedious to ignore a couple of rules for all functions in all test files simply because I’m using pytest-describe which is using nested functions (considered being unused) and also triggers unused variables.
I’d rather state them in the configuration file, so I see the rules and have them available for future projects immediately.
Specifying them at the top of each test file would help at least a bit.
Thank you