Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit suppresses the following RuboCop offenses: ```console $ cd path/to/rubocop-ast $ bundle exec rubocop (snip) lib/rubocop/ast/traversal.rb:48:26: C: [Correctable] Performance/StringIdentifierArgument: Use :"on_#{m}" instead of "on_#{m}". alias_method "on_#{m}", "on_#{type}" ^^^^^^^^^ lib/rubocop/ast/traversal.rb:48:37: C: [Correctable] Performance/StringIdentifierArgument: Use :"on_#{type}" instead of "on_#{type}". alias_method "on_#{m}", "on_#{type}" ^^^^^^^^^^^^ 163 files inspected, 2 offenses detected, 2 offenses autocorrectable ```
- Loading branch information