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

[TECH] Faire échouer la CI sur le set recommended de eslint-mocha sur l'API. #3893

Conversation

octo-topi
Copy link
Contributor

@octo-topi octo-topi commented Jan 3, 2022

🎄 Problème

Les règles recommended ne causent pas toutes la sortie en erreur de la CI, voir la documentation, ce qui n'est pas évident à comprendre au premier abord.

🎁 Solution

Forcer la sortie en erreur en passant le niveau de celles en warning à error

🌟 Remarques

Cette PR étend la solution de la PR #3887

Il serait intéressant de la rajouter dans les autres utilisations de mocha (mon-pix) #3894

🎅 Pour tester

Ajouter un test en skip et vérifie que npm run lint renvoie un code retour <> 0

@octo-topi octo-topi added 👀 Tech Review Needed cross-team Toutes les équipes de dev labels Jan 3, 2022
@octo-topi octo-topi self-assigned this Jan 3, 2022
@pix-service
Copy link
Contributor

@octo-topi octo-topi changed the title [TECH] Faire échouer la CI sur le set recommended de eslint-mocha. [TECH] Faire échouer la CI sur le set recommended de eslint-mocha sur l'API. Jan 3, 2022
Copy link

@ajoanny ajoanny left a comment

Choose a reason for hiding this comment

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

J'ai rajouté un xit (teste en pending) ça en plante pareil pour le skip et pareil pour after et afterEach dans le test helper.

[EDIT]
ça marche ! par contre c'est pas npm test qui faut lancer mais npm run lint

mocha/no-exclusive-tests: error
mocha/no-pending-tests: error
mocha/no-skipped-tests: error
mocha/no-top-level-hooks: error
Copy link

Choose a reason for hiding this comment

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

Celui je sais pas trop dans le test helper il y a un after et un afterEach

Copy link
Contributor

Choose a reason for hiding this comment

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

Effectivement, mais il vaut mieux dans ce cas mettre une exception dans le test helper
(l'exception qui veut dire: je suis conscient que c'est pas bien mais ici c'est ok)

@ajoanny ajoanny self-requested a review January 3, 2022 09:11
mocha/no-exclusive-tests: error
mocha/no-pending-tests: error
mocha/no-skipped-tests: error
mocha/no-top-level-hooks: error
Copy link
Contributor

Choose a reason for hiding this comment

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

Effectivement, mais il vaut mieux dans ce cas mettre une exception dans le test helper
(l'exception qui veut dire: je suis conscient que c'est pas bien mais ici c'est ok)

@pix-service-auto-merge pix-service-auto-merge force-pushed the tech-set-all-mocha-recommended-rules-as-mandatory branch from 6e04212 to d45978f Compare January 4, 2022 13:30
@pix-service-auto-merge pix-service-auto-merge merged commit 08d15a4 into dev Jan 4, 2022
@pix-service-auto-merge pix-service-auto-merge deleted the tech-set-all-mocha-recommended-rules-as-mandatory branch January 4, 2022 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants