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
kotlinter includes ktlint's .editorconfig support, but I don't think it understands sophisticated file patterns, only [*{kt,kts}]. So that probably wouldn't work.
But tasks are per-sourceSet, so unless your package of interest is in its own sourceSet, it will affect more files than you want.
Of course you can exclude your package from the sourceSet task it's in, then define a custom lint task to just cover that package with reduced rules, but this starts to feel laborious. It will work though.
I need to disable one rule for one package. Can implement this?
The text was updated successfully, but these errors were encountered: