Skip to content

Commit b421484

Browse files
committed
Add plugin logger to rubocop allowed global vars
The plugin logger that is generated should be added to the list of allowed global variables in the `.rubocop_local.yml` config file.
1 parent 0cbf03e commit b421484

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Style/GlobalVars:
2+
AllowedVariables:
3+
- $<%= plugin_short_name %>_log

0 commit comments

Comments
 (0)