Add Pallet Lint and Pallet Fmt #28

Merged
sfrembling merged 4 commits from working/lint-and-format into main 2026-03-23 16:34:31 -06:00
Showing only changes of commit 5b9409bec2 - Show all commits

View File

@@ -76,7 +76,9 @@ enum Subcommand {
/// The package to remove
package: String,
},
/// Format C source code using clang-format
Fmt,
/// Lint C source code using clang-tidy
Lint,
}