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
feat(cli): Add 'quiet' option to report errors only (#629)
UI5 linter reports findings declared as warnings and errors. There are
scenarios where only findings declared as an error should be reported.
ESLint offers also an CLI option "quiet" to achieve this.
JIRA: CPOUI5FOUNDATION-837
---------
Co-authored-by: Merlin Beutlberger <m.beutlberger@sap.com>
Copy file name to clipboardExpand all lines: test/lib/formatter/snapshots/text.ts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Generated by [AVA](https://avajs.dev).
13
13
<base path>/Test.js␊
14
14
5:1 error Call to deprecated function 'attachInit' of class 'Core'. Details: (since 1.118) - Please use {@link sap.ui.core.Core.ready Core.ready} instead. no-deprecated-api␊
15
15
␊
16
-
1 problems (1 errors, 0 warnings)␊
16
+
1 problem (1 error, 0 warnings)␊
17
17
Run "ui5lint --fix" to resolve all auto-fixable problems␊
18
18
␊
19
19
`
@@ -27,7 +27,7 @@ Generated by [AVA](https://avajs.dev).
27
27
<base path>/Test.js␊
28
28
5:1 error Call to deprecated function 'attachInit' of class 'Core' no-deprecated-api␊
29
29
␊
30
-
1 problems (1 errors, 0 warnings)␊
30
+
1 problem (1 error, 0 warnings)␊
31
31
Run "ui5lint --fix" to resolve all auto-fixable problems␊
0 commit comments