We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adef31 commit 37f3d5eCopy full SHA for 37f3d5e
README.md
@@ -0,0 +1,11 @@
1
+# Install below packages
2
+```sudo apt update
3
+sudo apt install git
4
+sudo apt install python3
5
+pip install pre-commit
6
+sudo apt install cppcheck
7
+sudo apt install clang-format
8
+```
9
+
10
+# Execute
11
+`pre-commit run --all-files`
0 commit comments