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

Override "Missing JSDoc comment" rule for controllers #1292

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

Jozzey
Copy link
Contributor

@Jozzey Jozzey commented Aug 29, 2024

DEFRA/water-abstraction-team#125

We use skinny controllers that don't do much more than call a service and return a view. We have therefore decided that it is not necessary to add JSDoc comments to our controllers.

This PR will add an override to the linting rules so that JSDoc comments are not required for the controllers.

We use skinny controllers that don't do much more than call a service and return a view. We have therefore decided that it is not necessary to add JSDoc comments to our controllers.

This PR will add an override to the linting rules so that JSDoc comments are not required for the controllers.
@Jozzey Jozzey added the housekeeping Refactoring, tidying up or other work which supports the project label Aug 29, 2024
@Jozzey Jozzey self-assigned this Aug 29, 2024
@Jozzey Jozzey marked this pull request as ready for review August 29, 2024 10:22
Cruikshanks
Cruikshanks previously approved these changes Aug 29, 2024
@Jozzey Jozzey merged commit be2030d into main Aug 29, 2024
6 checks passed
@Jozzey Jozzey deleted the update-linting-rules branch August 29, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Refactoring, tidying up or other work which supports the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants