.rubocop.yml in pushmi_pullyu-2.1.3 vs .rubocop.yml in pushmi_pullyu-2.1.4

- old
+ new

@@ -2,9 +2,12 @@ # https://github.com/bbatsov/rubocop/blob/master/config/default.yml # https://github.com/bbatsov/rubocop/blob/master/config/disabled.yml # https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml require: rubocop-rspec +inherit_from: + - https://raw.githubusercontent.com/ualbertalib/library_applications_development_inclusive_language/main/inclusive_language_rubocop.yml + AllCops: DisplayCopNames: true DisplayStyleGuide: true Exclude: - 'tmp/**/*'