ERDDAP / erddap

ERDDAP is a scientific data server that gives users a simple, consistent way to download subsets of gridded and tabular scientific datasets in common file formats and make graphs and maps. ERDDAP is a Free and Open Source (Apache and Apache-like) Java Servlet from NOAA NMFS SWFSC Environmental Research Division (ERD).
Creative Commons Zero v1.0 Universal
83 stars 58 forks source link

Adds some static analysis tools to the maven pom file #170

Closed ChrisJohnNOAA closed 1 month ago

ChrisJohnNOAA commented 1 month ago

Description

The tools added are ErrorProne, but with all (failing) checks currently disabled. Checks will be enabled over time as the existing problems are fixed.

Auto formatting on a git pre-commit hook using git-code-format-maven-plugin and google-java-format. This will cause changes large changes to files the first time they are touched but will allow maintaining a consistent code style without needing to manually enforce it or configure code formatters in every developers IDE.

Checklist before requesting a review