Skip to content

Conversation

@adombeck
Copy link
Contributor

@adombeck adombeck commented Feb 10, 2026

We ran lrc on the git repository but it should be run on the extracted source package instead because we often vendor files during the source packaging step.

Also makes running lrc opt-in to avoid breaking existing packages.

UDENG-8981

We ran lrc on the git repository but it should be run on the extracted
source package instead because we often vendor files during the source
packaging step.
In some repos (e.g. authd) lrc reports hundreds of issues which would require
substantial manual effort to fix and maintain. To avoid breaking the CI
of existing packages, we decided not to run lrc by default. It can be
enabled by setting the run-lrc input to true.
@adombeck adombeck marked this pull request as ready for review February 11, 2026 15:28
@adombeck adombeck requested a review from didrocks as a code owner February 11, 2026 15:28
@adombeck
Copy link
Contributor Author

@adombeck adombeck requested a review from hk21702 February 11, 2026 15:30
@hk21702
Copy link
Member

hk21702 commented Feb 12, 2026

Imo, this shouldn't be excluded by sources-only since we're doing the check against the built source, and it's already opt-in via an input.

We only need the source package to run lrc, so let's also run it if
building the binary package is skipped.
Copy link
Member

@hk21702 hk21702 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants