bumpy-spoon-55438
08/26/2022, 1:38 PMbuf
directly with the command line argument, it works. so how to correctly exclude paths in pants?
[buf]
lint_args = [
"--exclude-path=something",
]
hundreds-father-404
08/26/2022, 1:41 PMskip_buf_format
and skip_buf_lint
fields. For example, this is how you do it with Python tools https://www.pantsbuild.org/docs/python-linters-and-formatters#running-only-certain-formatters-or-linters--exclude-path
is being used and warned or errored. Would you mind please suggesting that in a ticket? https://github.com/pantsbuild/pants/issues/new/choosebumpy-spoon-55438
08/26/2022, 2:15 PMprotobuf_sources(skip_buf_lint=True)
on intended directorieshundreds-father-404
08/26/2022, 2:51 PM