client: lib_linter: specify .clang-format location | container: c++: run linter #211

Merged
AaronFiore merged 0 commits from refs/pull/211/head into master 2025-08-21 19:54:03 +00:00
AaronFiore commented 2025-08-19 21:02:37 +00:00 (Migrated from gitea.com)

Description

This commit allows *custom* C++ plugins to be linted/formatted in the
same way as their repo counterparts (using the same repo rulesets).

Previously, when runing the linter, only *repo* C++ plugins would be
formatted. Since custom plugin formatting for both Bash and PHP are
already in place, this simply extends the feature to C++.

Also, run C++ linter (on repo).

Agreement

### Description ``` This commit allows *custom* C++ plugins to be linted/formatted in the same way as their repo counterparts (using the same repo rulesets). Previously, when runing the linter, only *repo* C++ plugins would be formatted. Since custom plugin formatting for both Bash and PHP are already in place, this simply extends the feature to C++. ``` Also, run C++ linter (on repo). ### Agreement - [x] I have read and understood the [Development](https://gitea.com/EvergreenCrypto/docker-finance#development) and [License](https://gitea.com/EvergreenCrypto/docker-finance#license-and-disclaimer) documentation
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Reference: EvergreenCrypto/docker-finance#211