Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk committed Dec 19, 2022
1 parent 093290c commit e57f3e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/modules/ROOT/pages/configuration.adoc
Expand Up @@ -115,12 +115,15 @@ inherit_from:
----

`inherit_from` also accepts a glob, for example:

[source,yaml]
----
inherit_from:
- packages/*/.rubocop_todo.yml
----

The example above is one potential use-case: allowing components within your repo to organize their own `.rubocop_todo.yml` files.

== Inheriting configuration from a remote URL

The optional `inherit_from` directive can contain a full url to a remote
Expand Down

0 comments on commit e57f3e5

Please sign in to comment.