Skip to content

Files

Latest commit

 

History

History
12 lines (7 loc) · 314 Bytes

Lint-UnneededDisable.md

File metadata and controls

12 lines (7 loc) · 314 Bytes

Pattern: Unnecessary rubocop:disable

Issue: -

Description

This rule detects instances of rubocop:disable comments that can be removed without causing any offenses to be reported.

Further Reading