Skip to main content
Version: 2.10 (deprecated)

validate


pants validate [args]

Deprecated: to use, set [regex-lint].config and run with the lint goal

Backend: pants.backend.project_info

Config section: [validate]

Basic options

None

Advanced options

None

Deprecated options

detail_level

--validate-detail-level=<DetailLevel>
PANTS_VALIDATE_DETAIL_LEVEL
pants.toml
[validate]
detail_level = <DetailLevel>
one of: none, summary, nonmatching, names, all
default: nonmatching

Deprecated, will be removed in version: 2.11.0.dev0.
Use `[regex-lint].detail_level` instead, which behaves the same.

How much detail to emit to the console.