chore: new default exclude patterns for .kts & tests - #13
Conversation
a8ed328 to
6ecf881
Compare
|
Thanks for taking the time to review alibaba#1091 and for preparing this follow-up PR. I agree that keeping the default exclusion behavior consistent between After reviewing the changes, however, I think this should be submitted and reviewed as a separate PR against the upstream The scope of alibaba#1091 is limited to rule resolution:
This PR changes a different stage of the review pipeline. Specifically, it changes:
to:
That means Keeping the two changes separate would allow maintainers to evaluate two independent questions clearly:
It also keeps alibaba#1091 atomic and aligned with its title and description: fixing rule routing without silently changing the default exclusion policy. PR alibaba#1095 follows the same boundary for Scala by adding language-specific rule resolution while explicitly leaving file eligibility and default exclusions unchanged. alibaba#1095 is not a dependency of this proposal, but it demonstrates why keeping rule routing and file-selection policy separate makes the changes easier to review and revert independently. Would you mind opening this as a separate PR directly against For this reason, I would prefer not to merge #13 into the alibaba#1091 feature branch. This is not a rejection of the proposal—only a request to have the file-selection behavior change reviewed independently. Thanks again for identifying the inconsistency and adding the test coverage. |
|
@Qiyuanqiii My last note: update the docs if nesscary. |
Description
chore: new default exclude patterns for
.kts& testsRecommended mode: rebase
Type of Change
How Has This Been Tested?
make testpasses locallyChecklist
go fmt,go vet)