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
Is your feature request related to a problem? Please describe.
It is very difficult to use the ui5linter in conjuction with lint-staged. To avoid to lint the whole project before commiting, we use lint-staged lint only files staged for commit.
Is your feature request related to a problem? Please describe.
It is very difficult to use the ui5linter in conjuction with lint-staged. To avoid to lint the whole project before commiting, we use lint-staged lint only files staged for commit.
The lint-staged configuration is this one:
Depending on what is staged for commit, some files can be included in the resulting command but ui5lint is not able to process them. For example:
In this case, as
webapp/test/integration/mock/metadata.xml
cannot be processed by ui5lint, the whole command fails.Describe the solution you'd like
Have a parameter to ignore files that cannot be processed. Similarly to Prettier
--ignore-unknown
for example.Describe alternatives you've considered
Monkey patch the ui5-linter library.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: