Skip to content

Commit c59fe69

Browse files
committed
#19 updated code checks section
1 parent 98f33e2 commit c59fe69

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,17 @@ Please see it [here](./test/static_analyzer_test.cpp)
245245
This [script](./scripts/check_suspect_words.py) scans files in a directory for suspect words, for example foor Git merge conflict markers like "<<<"
246246
It can be used to check for any suspect words in code files.
247247

248-
# Coming features
248+
## Boilerplate check
249+
This [script](./scripts/check_boilerplate.py) recursively scans the directory for source files (you can define which extensions to include). Then it compares the beginning of each file against the boilerplate template. Finally it print which files pass or fail.
250+
251+
## File size check
252+
[It](./scripts/check_file_size.py)
253+
- Walks the directory recursively.
254+
- For each file → count code lines.
255+
- Compares with the max allowed.
249256

250-
- code checks
257+
# Coming features
258+
- documentation_level_check
251259
- Package manager support for Mac and Linux
252260
- CMake formatting
253261
- Versioning

0 commit comments

Comments
 (0)