Open Bilge opened 10 years ago
Did you add inherit: true
to your repository config?
I did not try that. Why should such a thing be necessary? If I select a global config cannot one assume that I'd like it to be applied without specifying an additional directive?
I guess we could, on the other hand, we also require this if you'd like to inherit the repository/global config from a .scrutinizer.yml
that is placed in your repository, so it's at least consistent.
Let's keep this issue open, so we can re-consider this behavior.
:+1: Specifying inherit: true
works for now.
Do you guys happen to have and solid documentation actually outlining this option? I'm finding .scrutinizer.yml
configs with this option in it (inherit: true
) but no sources as to what exactly it does, other than the implication that it inherits (and reading this here after some googling).
Is there a central point of documentation outlining all options? Because I'm not seeing that here, as it only mentions "main" sections (I'm worried about what other amazing and interesting options I may be missing): https://scrutinizer-ci.com/docs/configuration
The build config for each repository allows specifying a "global config" in addition to a config for the repository. However, only the repository config takes effect. Settings in the global config are ignored.