This document discusses Netflix's use of Gradle Lint to enable distributed refactoring. Gradle Lint allows Netflix to define custom linting rules to validate and refactor Gradle builds across their monorepo. The document provides an example of a rule to enforce that all WAR projects are published to their binary repository. It demonstrates how the rule can be made more complex by applying the change immediately, only if needed, or replacing the WAR plugin entirely.