What is the current behavior?
When running aspect lint and providing an explicit list of targets, the process will exit with 1 if no lint-able targets were specified.
Describe the feature
The request here is to change the exit code to 4, matching the behaviour of bazel test when testing is requested but no test targets are specified.
Original slack thread: https://bazelbuild.slack.com/archives/C04281DTLH0/p1784137418806149
What is the current behavior?
When running
aspect lintand providing an explicit list of targets, the process will exit with 1 if no lint-able targets were specified.Describe the feature
The request here is to change the exit code to 4, matching the behaviour of
bazel testwhen testing is requested but no test targets are specified.Original slack thread: https://bazelbuild.slack.com/archives/C04281DTLH0/p1784137418806149