config/default.yml in rubocop-packs-0.0.36 vs config/default.yml in rubocop-packs-0.0.37

- old
+ new

@@ -25,5 +25,13 @@ Enabled: false PackwerkLite/Dependency: # It is recommended to use packwerk Enabled: false + +# We do this inherit *after* setting the defaults so that pack-specific rubocops can override the defaults +# Relevant documentation: +# - Inheriting config from a gem: +# - https://docs.rubocop.org/rubocop/configuration.html#inheriting-configuration-from-a-dependency-gem +# - ERB in a .rubocop.yml file +# - https://docs.rubocop.org/rubocop/configuration.html#pre-processing +<%= RuboCop::Packs.pack_based_rubocop_config %>