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

♻️ vue-dot: Use isDateAfterValue function in notAfterToday rule #1826

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

deraw
Copy link
Member

@deraw deraw commented Mar 2, 2022

Description

Utilisation de la fonction isDateAfterValue dans la règle de validation notAfterToday.

Type de changement

  • Refactoring

Checklist

  • Ma Pull Request pointe vers la bonne branche
  • Mon code suit le style de code du projet
  • J'ai effectué une review de mon propre code
  • J'ai commenté mon code, en particulier dans les parties difficiles à comprendre
  • J'ai apporté les modifications correspondantes à la documentation
  • Mes modifications ne génèrent aucun nouveau warning
  • J'ai ajouté des tests qui prouvent que mon correctif est efficace ou que ma fonctionnalité fonctionne
  • Les tests unitaires passent localement avec mes modifications
  • J'ai mis à jour le fichier Changelog

@codecov
Copy link

codecov bot commented Mar 2, 2022

Codecov Report

Merging #1826 (bbed08f) into dev (b492d5f) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               dev     #1826   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          175       174    -1     
  Lines         1191      1185    -6     
  Branches       161       161           
=========================================
- Hits          1191      1185    -6     
Impacted Files Coverage Δ
packages/vue-dot/src/rules/notAfterToday/index.ts 100.00% <100.00%> (ø)

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 b492d5f...bbed08f. Read the comment docs.

@deraw deraw merged commit ec57ba7 into dev Mar 2, 2022
@deraw deraw deleted the vue-dot/refactor/not-after-today-rule branch March 2, 2022 13:49
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.

1 participant