SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

Spotbug #126

Closed BryceStevenWilley closed 1 year ago

BryceStevenWilley commented 1 year ago

Spotbug is a java linter. IMO, we need a java linter, since:

I didn't fix all of the found spotbugs because:

This is fine; I'll keep using this as need be, and won't integrate into the CI just yet. It would have to be something more than a "pass/fail" workflow, and would need to be closer to coverage (you're this much better!), which is a bit more complicated than what I've done so far, and would need to research it.

To run spotbug, just use mvn spotbugs:spotbugs. After that finishes, you can view the linter errors and warnings in a gui with mvn spotbugs:gui.