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

[#IP-86] Eslint migration, new rules and less comments #114

Merged
merged 6 commits into from
Apr 19, 2021

Conversation

michaeldisaro
Copy link
Contributor

List of Changes

  • Updated eslint-rules to 1.3.1
  • Removed useless rule disabling comment

Motivation and Context

We want to have as less rule disabling comments as possible for @typescript-eslint/naming-convention rule.

How Has This Been Tested?

It has been tested by performing:

  • yarn install --frozen-lockfile
  • yarn build
  • yarn lint
  • yarn test

Types of changes

  • Chore (nothing changes by a user perspective)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@pagopa-github-bot
Copy link
Contributor

Warnings
⚠️

Please include a Pivotal story at the beginning of the PR title (see below).

Example of PR titles that include pivotal stories:

  • single story: [#123456] my PR title
  • multiple stories: [#123456,#123457,#123458] my PR title

Generated by 🚫 dangerJS

@codecov
Copy link

codecov bot commented Apr 15, 2021

Codecov Report

Merging #114 (ec22ef2) into master (cad0523) will decrease coverage by 0.05%.
The diff coverage is 95.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
- Coverage   81.82%   81.77%   -0.06%     
==========================================
  Files          27       27              
  Lines         886      889       +3     
  Branches       89       90       +1     
==========================================
+ Hits          725      727       +2     
- Misses        160      161       +1     
  Partials        1        1              
Impacted Files Coverage Δ
GetLimitedProfileByPOST/handler.ts 83.33% <ø> (ø)
GetSubscriptionsFeed/utils.ts 94.59% <ø> (ø)
WebhookNotificationActivity/client.ts 100.00% <ø> (ø)
utils/healthcheck.ts 41.02% <ø> (ø)
utils/responses.ts 90.90% <ø> (ø)
utils/subscription.ts 100.00% <ø> (ø)
CreateMessage/handler.ts 63.46% <71.42%> (ø)
utils/comma-separated-list.ts 90.00% <90.00%> (ø)
CreateService/handler.ts 87.50% <100.00%> (ø)
EmailNotificationActivity/handler.ts 71.42% <100.00%> (ø)
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1aaf8f7...ec22ef2. Read the comment docs.

@balanza balanza merged commit b81a5be into master Apr 19, 2021
@balanza balanza deleted the ip-86-tslint2eslint branch April 19, 2021 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants