You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.
Currently, mcritic stops at the first occurrence of a config file. This makes it impossible to override default settings in specific areas of the code. Given the following layout:
root
.soycriticrc.json
src
test
.soycriticrc.json
Soy files within the test folder will be linted using the root configuration rather than by the mix of both.
The text was updated successfully, but these errors were encountered:
Currently, mcritic stops at the first occurrence of a config file. This makes it impossible to override default settings in specific areas of the code. Given the following layout:
Soy files within the
test
folder will be linted using theroot
configuration rather than by the mix of both.The text was updated successfully, but these errors were encountered: