Jerome Dalbert

Results 101 comments of Jerome Dalbert

There is already a cop called [`Style/DisableCopsWithinSourceCodeDirective`](https://github.com/rubocop/rubocop/blob/master/lib/rubocop/cop/style/disable_cops_within_source_code_directive.rb) that was added in https://github.com/rubocop/rubocop/pull/7384. It supports both `rubocop:disable` and `rubocop:todo`. I had the cop configured like so in a past project's `.rubocop.yml`:...