We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba16d74 commit 2f4ae1aCopy full SHA for 2f4ae1a
1 file changed
scripts/README.MD
@@ -2,7 +2,7 @@
2
3
## format_fix.sh
4
5
- - TODO
+ - It fixes the code formatting according to *.clang-format* format configuration in the root dir.
6
7
## check_suspect_words.py
8
@@ -19,4 +19,4 @@ python check_suspect_words.py . --marker-file markers.txt --ext .py .cpp
19
- Scan only `.py` and `.cpp` files in a src folder
20
```bash
21
python check_suspect_words.py ./src --marker-file markers.txt --ext .py .cpp
22
-```
+```
0 commit comments