You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to temporarily disable a rule inline in the code using a comment (e.g., "# rails_best_practice:disable RULE"... "# rails_best_practice:enable RULE"), like rubocop. Please document it, too!
Thanks!
The text was updated successfully, but these errors were encountered:
david-a-wheeler
added a commit
to coreinfrastructure/best-practices-badge
that referenced
this issue
Apr 5, 2016
"Use scope access" report is noisy, and rails_best_practice
doesn't seem to support an inline disabling mechanism
(request at <flyerhzm/rails_best_practices#271>).
So, configure rails_best_practice to skip that specific check.
Signed-off-by: David A. Wheeler <[email protected]>
I'd like to be able to temporarily disable a rule inline in the code using a comment (e.g., "# rails_best_practice:disable RULE"... "# rails_best_practice:enable RULE"), like rubocop. Please document it, too!
Thanks!
The text was updated successfully, but these errors were encountered: