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
We were able to get the file redirect working. Worth noting is that when using the default text formatter, the output is printed into stderr. The file-specific formatters (e.g. json or markdown) print to stdout.
One issue that still remained was that not all references of a file to be ignored via --ignore-pattern were working as expected. --ignore-pattern "webapp/test/locate-reuse-libs.js" works, but --ignore-pattern "./webapp/test/locate-reuse-libs.js" did not work. This was reproducible in Git Bash on Windows.
Expected Behavior
When I run
npm run ui5-lint --ignore-pattern "webapp/test/locate-reuse-libs.js" > ui5linter.txt
I would expect to get everything except the reuse-libsIn the log I see.
Current Behavior
I get only the results for the reuse lib:
Steps to Reproduce the Issue
You can run the command mentioned above
Context
latest
v22.8.0
v10.8.2
nothing
Log Output / Stack Trace
The text was updated successfully, but these errors were encountered: