generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add ui5lint-disable directives (#327)
Sources may contain the following comments to suppress reporting of findings. Both, line and block comments are supported. The comment should contain nothing but the directive, optionally followed by a description (separated using "--"). This should behave similar to ESLint's disable comments. General syntax: `// ui5lint-disable(-next)(-line) rule-1, rule2 -- Description` Examples: ```js foo(); // ui5lint-disable-line // ui5lint-disable-next-line foo(); // ui5lint-disable no-deprecated-api, no-globals sap.foo(); // ui5lint-enable no-deprecated-api, no-globals /* ui5lint-disable-next-line no-deprecated-api -- To be discussed */ foo(); ``` JIRA: CPOUI5FOUNDATION-911 Resolves #268 --------- Co-authored-by: Matthias Oßwald <mat.osswald@sap.com> Co-authored-by: Günter Klatt <57760635+KlattG@users.noreply.github.com>
- Loading branch information
1 parent
a024d44
commit 3c29e52
Showing
26 changed files
with
2,595 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.