Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(eslint-plugin): new injection-token-description-rule #2661

Merged
merged 2 commits into from
Sep 12, 2022

Conversation

nsbarsukov
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows Conventional Commits
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Refactoring
  • Code style update
  • Build or CI related changes
  • Documentation content changes

What is the current behavior?

Closes #2023

What is the new behavior?

eslint-rule-demo

Does this PR introduce a breaking change?

  • Yes
  • No

@lumberjack-bot
Copy link

lumberjack-bot bot commented Sep 9, 2022

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2022

Visit the preview URL for this PR (updated for commit 010f3ef):

https://taiga-ui--pr2661-eslint-rule-injectio-jx8odujl.web.app

(expires Tue, 13 Sep 2022 07:40:42 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

@codecov
Copy link

codecov bot commented Sep 9, 2022

Codecov Report

Merging #2661 (010f3ef) into main (b373af1) will decrease coverage by 0.00%.
The diff coverage is 81.33%.

@@            Coverage Diff             @@
##             main    #2661      +/-   ##
==========================================
- Coverage   56.70%   56.70%   -0.01%     
==========================================
  Files         955      955              
  Lines        9233     9234       +1     
  Branches     1897     1897              
==========================================
  Hits         5236     5236              
- Misses       3587     3588       +1     
  Partials      410      410              
Flag Coverage Δ
addon-charts 73.64% <100.00%> (ø)
addon-doc 19.12% <66.66%> (-0.04%) ⬇️
addon-editor 28.82% <27.27%> (ø)
addon-mobile ∅ <ø> (∅)
addon-table 83.78% <100.00%> (ø)
addon-tablebars ∅ <ø> (∅)
cdk 62.87% <81.81%> (ø)
core 62.86% <100.00%> (ø)
kit 61.58% <100.00%> (ø)
summary 56.70% <81.33%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...input-card-grouped/input-card-grouped.providers.ts 100.00% <ø> (ø)
...s/addon-commerce/components/money/money-options.ts 100.00% <ø> (ø)
projects/addon-doc/src/tokens/code-actions.ts 50.00% <ø> (ø)
projects/addon-doc/src/tokens/code-editor.ts 100.00% <ø> (ø)
projects/addon-doc/src/tokens/default-tabs.ts 100.00% <ø> (ø)
projects/addon-doc/src/tokens/pages.ts 50.00% <ø> (ø)
projects/addon-doc/src/tokens/see-also.ts 50.00% <ø> (ø)
projects/addon-doc/src/tokens/source-code.ts 50.00% <ø> (ø)
.../extensions/image-editor/image-editor.component.ts 15.78% <ø> (ø)
projects/addon-editor/tokens/editor-extensions.ts 100.00% <ø> (ø)
... and 106 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

.eslintrc.js Outdated Show resolved Hide resolved
@nsbarsukov nsbarsukov force-pushed the eslint-rule-injection-token-description branch from 46bc9c1 to 010f3ef Compare September 12, 2022 07:35
@nsbarsukov nsbarsukov changed the title chore: new ESLint rule for InjectionToken's description feat(eslint-plugin): new injection-token-description-rule Sep 12, 2022
@splincode splincode merged commit 3a30d5b into main Sep 12, 2022
@splincode splincode deleted the eslint-rule-injection-token-description branch September 12, 2022 07:52
@well-done-bot
Copy link

well-done-bot bot commented Sep 12, 2022

'Well done'

@tinkoff-bot tinkoff-bot mentioned this pull request Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

🤖 - Linter rule for InjectionToken-s description
2 participants