1This documentation directory contains files with explanatory information for the linter rules. 2 3To add a new lint checker, place the detector code in the appropriate package based on whether 4the checker should run against production code (prod), test code (test), or both (common). All 5common Issues need to be added to *both* Issue Registry classes. Tests for the linters are not 6split out by package. 7