This repository was archived by the owner on Aug 31, 2023. It is now read-only.
"include" option opposite to "exclude" in rome config #4230
himaanshu24
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a complex multi-level-hierarchy(which may also contain third-party codes) project it is not desirable to lint each and every directory. Giving a pattern at the command level and having an
ignore
option may not always work.There should also be a
include
option as well in the rome config, where we can define a few paths/patterns that we want to actually lint/format.It will also provide some speed improvement as well since instead of traversing through the 30-40 directory(actual use case) and ignoring it through the pattern, it can simply lint/format only two directories(for example).
#4186
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions