The dry program lints Go source code for repeated words in comments. It has very little intelligence and favours false positives over false negatives; don't use it in automated linting.
The dry command finds and highlights repeated words in Go source
comments. It has very little intelligence and favours false positives
over false negatives; don't use it in automated linting.