I know that rules can be disabled via configuration, but I would like to disable warnings for single methods only - is this possible?
I.e. the cyclomatic complexity-warning is annoying when a method only contains a switch-statement, therefore I would like to disable it for that method. Can this be achieved somehow?