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

front: deactivate some eslint rules #8658

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Conversation

clarani
Copy link
Contributor

@clarani clarani commented Aug 30, 2024

closes #8657

  • no-await-in-loop
  • no-continue
  • no-restricted-syntax

- no-await-in-loop
- no-continue
- no-restricted-syntax
@clarani clarani requested a review from a team as a code owner August 30, 2024 15:41
Copy link
Member

@emersion emersion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@codecov-commenter
Copy link

codecov-commenter commented Aug 30, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.87%. Comparing base (149763b) to head (b7f693a).
Report is 2 commits behind head on dev.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##                dev    #8658      +/-   ##
============================================
- Coverage     36.88%   36.87%   -0.01%     
  Complexity     2177     2177              
============================================
  Files          1255     1255              
  Lines        113710   113701       -9     
  Branches       3203     3203              
============================================
- Hits          41938    41929       -9     
  Misses        69877    69877              
  Partials       1895     1895              
Flag Coverage Δ
core 74.79% <ø> (ø)
editoast 71.71% <ø> (-0.03%) ⬇️
front 14.96% <ø> (+<0.01%) ⬆️
gateway 2.20% <ø> (ø)
osrdyne 2.71% <ø> (ø)
railjson_generator 87.49% <ø> (ø)
tests 86.45% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clarani clarani added this pull request to the merge queue Aug 30, 2024
Merged via the queue into dev with commit 074ce44 Aug 30, 2024
22 checks passed
@clarani clarani deleted the cni/8657-deactivate-eslint-rules branch August 30, 2024 16:03
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.

front: deactivate eslint rules
4 participants