Skip to content

Commit

Permalink
feat: Alerts for new ui5lint version in console (#57)
Browse files Browse the repository at this point in the history
This PR enables notifications in the console when there is a new version
of the ui5linter.
  • Loading branch information
d3xter666 authored Apr 9, 2024
1 parent 96c833f commit 9b17887
Show file tree
Hide file tree
Showing 5 changed files with 780 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extends": "@istanbuljs/nyc-config-typescript",
"reporter": ["lcov", "text", "text-summary"],
"include": ["src/**"],
"exclude": [
"src/cli/middlewares/updateNotifier.ts"
],
"check-coverage": true,
"statements": 72,
"branches": 61,
Expand Down
Loading

0 comments on commit 9b17887

Please sign in to comment.