nicelabs/clang-format Linter

Lint C/C++ code using clang-format.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the code to format${{ github.workspace }}
prebuilt-tagRelease tag of "muttleyxd/clang-tools-static-binaries" (e.g., latest, master-<version>)latest
versionclang-format version to use (10 or higher)20
styleCoding stylefile
fallback-styleFallback style when no .clang-format file foundLLVM
extensionsSpace-separated file extensions to format.h .hpp .hh .h++ .hxx .c .cpp .cc .c++ .cxx .ino .pde .proto .cu
warnings-as-errorsTreat formatting warnings as errorstrue
dry-runReport issues without modifying filestrue
namedescription
unformatted-filesNewline-separated list of unformatted files
unformatted-file-countNumber of unformatted files