third_party.pigweed.src/PW_PLUGINS
Wyatt Hepler c8bb7b15b6 pw_presubmit: Exclude third_party/fuchsia/repo from formatting
Do not automatically format sources that will be imported from
Fuchsia. A .clang-format file is included for these sources, but they
may have been formatted by a different version of clang-format.

Change-Id: I587047340425aa8521abfcf97b77845dae3b834a
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/103884
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Rob Mohr <mohrr@google.com>
2022-07-29 21:51:30 +00:00

21 lines
812 B
Plaintext

# The PW_PLUGINS file lists commands that should be included with the pw command
# when it is invoked in this directory or its subdirectories. Commands in this
# file override those registered in parent directories.
#
# Entries in this file have three columns:
#
# <name> <Python module> <function>
#
# The Python package containing that module must be installed in the Pigweed
# virtual environment. The function must have no required arguments and should
# return an int to use as the exit code.
# Pigweed's presubmit check script
format pw_presubmit.format_code _pigweed_upstream_main
heap-viewer pw_allocator.heap_viewer main
package pw_package.pigweed_packages main
presubmit pw_presubmit.pigweed_presubmit main
requires pw_cli.requires main
rpc pw_hdlc.rpc_console main
console pw_console.__main__ main