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
Calling npx bslint --files "**/utils/**" "\!**/test*/**" to lint only a specific component also produces many error BS1004: Referenced file does not exist on all the .brs files imported by the .xml files in **/utils/** .
It would make more sense to have bslint load the entire project, and treat the --files arg as more of a diagnostic "include" list. / filter
Or maybe add a different flag to support this concept?
The text was updated successfully, but these errors were encountered:
Calling
npx bslint --files "**/utils/**" "\!**/test*/**"
to lint only a specific component also produces manyerror BS1004: Referenced file does not exist
on all the.brs
files imported by the.xml
files in**/utils/**
.It would make more sense to have bslint load the entire project, and treat the
--files
arg as more of a diagnostic "include" list. / filterOr maybe add a different flag to support this concept?
The text was updated successfully, but these errors were encountered: