Is your feature request related to a problem? Please describe.
Static code analysis testing is not ensuring that tests on endpoint implementations with "required = true" parameters enforce that the parameter is supplied.
Describe the solution you'd like
Update static code analysis testing to fail when the above case occurs.
Describe alternatives you've considered
Additional context
Endpoint example that would need to be tested, getOne from TimeSeriesGroupController.
https://github.com/USACE/cwms-data-api/blob/develop/cwms-data-api/src/main/java/cwms/cda/api/TimeSeriesGroupController.java#L184