lint
should not show warnings when passing multiples --files
#15630
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Is this a regression?
AFAIK it's always been that way.
Description
The
lint
command will output warning messages when passing multiple files. I expect to see no warning at all when the command is used as it was intended.This directly related to #7612 (comment)
🔬 Minimal Reproduction
Create a new project from scratch and run lint with two (or more) specific files:
🔥 Exception or Error
The output will be:
But I expected it to be:
🌍 Your Environment
The text was updated successfully, but these errors were encountered: