.rubocop.yml in ruby-pwsh-0.4.1 vs .rubocop.yml in ruby-pwsh-0.5.0

- old
+ new

@@ -1,5 +1,7 @@ +Gemspec/RequiredRubyVersion: + Enabled: false Layout/EndOfLine: Description: Don't enforce CRLF on Windows. Enabled: false Metrics/LineLength: Description: People have wide screens, use them. @@ -26,6 +28,14 @@ Exclude: - lib/ruby-pwsh.rb Style/RescueStandardError: Enabled: false Style/ExpandPathArguments: - Enabled: false \ No newline at end of file + Enabled: false +Style/Documentation: + Enabled: false +Style/ClassAndModuleChildren: + Exclude: + - lib/puppet/provider/dsc_base_provider/dsc_base_provider.rb +Style/ClassVars: + Exclude: + - lib/puppet/provider/dsc_base_provider/dsc_base_provider.rb