Skip to content

Commit

Permalink
Unify special global variable use
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jul 15, 2016
1 parent a703c6b commit bf61f15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions publify_core/.rubocop_todo.yml
Expand Up @@ -152,13 +152,6 @@ Style/RegexpLiteral:
- 'lib/text_filter_plugin.rb'
- 'spec/models/content_spec.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: SupportedStyles.
# SupportedStyles: use_perl_names, use_english_names
Style/SpecialGlobalVars:
EnforcedStyle: use_perl_names

# Offense count: 27
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline.
Expand Down
2 changes: 1 addition & 1 deletion publify_core/publify_core.gemspec
@@ -1,4 +1,4 @@
$:.push File.expand_path("../lib", __FILE__)
$LOAD_PATH.push File.expand_path("../lib", __FILE__)

# Maintain your gem's version:
require "publify_core/version"
Expand Down

0 comments on commit bf61f15

Please sign in to comment.