.rubocop.yml in ruby-pwsh-1.0.1 vs .rubocop.yml in ruby-pwsh-1.1.0

- old
+ new

@@ -16,9 +16,12 @@ # Disabled Style/ClassAndModuleChildren: Enabled: false +Layout/LineLength: + Max: 196 + #################################################### # Cops below here due for deprecation #################################################### # ``Rspec/FilePath`` is going to be deprecated in the next major release of rubocop >=3.0.0: see <https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FilePath> # As the new cops are already present, e.g., Rspec/SpecFilePathPathFormat, then disabling this in preparation