charkost/prosopite

Ability to disable using comments

Closed this issue · 1 comments

It wold be good to be able to disable Prosopite for certain code blocks but keep it on for the whole test suite. Similar to how Rubocop does it. So something like:

prosopite:disable NPlusOneQueriesError
[some code that generates N+1 queries]
prosopite:enable NPlusOneQueriesError

Fixed by #32