README.md in radius-spec-0.11.0 vs README.md in radius-spec-0.12.0

- old
+ new

@@ -92,20 +92,20 @@ ### Common Rubocop Config Projects can inherit from the [base Rubocop config](.rubocop.yml). This can be accomplished by using either the remote raw URL or dependency gem formats. With either method we also strongly suggest setting the `inherit_mode` to `merge` -for both `Exclude` and `IgnoredPatterns`. This way you can append additional +for both `Exclude` and `AllowedPatterns`. This way you can append additional exceptions without overwriting the defaults. #### Inherit from Gem (Recommended Method) ```yaml inherit_mode: merge: - Exclude - - IgnoredPatterns + - AllowedPatterns inherit_gem: radius-spec: - common_rubocop.yml # Use the following instead if it is a Rails project @@ -116,11 +116,11 @@ ```yaml inherit_mode: merge: - Exclude - - IgnoredPatterns + - AllowedPatterns # Available for projects which cannot include this gem (i.e. Ruby < 2.5) inherit_from: - https://raw.githubusercontent.com/RadiusNetworks/radius-spec/main/common_rubocop.yml # Use the following instead if it is a Rails project @@ -152,10 +152,10 @@ inherit_from: .rubocop_todo.yml inherit_mode: merge: - Exclude - - IgnoredPatterns + - AllowedPatterns Style/For: inherit_mode: override: - Exclude