• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

SAP / ui5-linter / 11820847007
86%

Build:
DEFAULT BRANCH: main
Ran 13 Nov 2024 03:55PM UTC
Jobs 1
Files 58
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Nov 2024 03:50PM UTC coverage: 82.058% (+1.8%) from 80.283%
11820847007

push

github

web-flow
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 https://github.com/SAP/ui5-linter/issues/268

---------

Co-authored-by: Matthias Oßwald <mat.osswald@sap.com>
Co-authored-by: Günter Klatt <57760635+KlattG@users.noreply.github.com>

1893 of 2438 branches covered (77.65%)

Branch coverage included in aggregate %.

117 of 121 new or added lines in 9 files covered. (96.69%)

2717 of 3180 relevant lines covered (85.44%)

2620.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11820847007.1 13 Nov 2024 03:55PM UTC 0
82.06
GitHub Action Run
Source Files on build 11820847007
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11820847007
  • 3c29e52d on github
  • Prev Build on main (#11813570356)
  • Next Build on main (#11820950610)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc