.rubocop.yml in ruby-pwsh-0.2.0 vs .rubocop.yml in ruby-pwsh-0.3.0
- old
+ new
@@ -17,10 +17,10 @@
Metrics/AbcSize:
Enabled: false
# requires 2.3's squiggly HEREDOC support, which we can't use, yet
# see http://www.virtuouscode.com/2016/01/06/about-the-ruby-squiggly-heredoc-syntax/
-Layout/IndentHeredoc:
+Layout/HeredocIndentation:
Enabled: false
# Need to ignore rubocop complaining about the name of the library.
Naming/FileName:
Exclude:
- lib/ruby-pwsh.rb
\ No newline at end of file