Commits


Antoine Pitrou authored and Krisztián Szűcs committed 34340c6c972
ARROW-7926: [Dev] Improve "archery lint" UI Rework options structure and semantics. Individual checks are now boolean options. A "--all" option is added that enables all checks. One can easily disable or enable some checks selectively, e.g: $ archery lint --rust --r or: $ archery lint --all --no-numpydoc Closes #6491 from pitrou/ARROW-7926-lint-cli and squashes the following commits: 8f776318a <Antoine Pitrou> ARROW-7926: Improve "archery lint" UI Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>