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 5f930b4 commit 6e7ef57Copy full SHA for 6e7ef57
.lgtm.yml
@@ -0,0 +1,9 @@
1
+path_classifiers:
2
+ docs:
3
+ - scripts/generate_command_help.py
4
+ test:
5
+ # Mark all code under the src/ directory as test related.
6
+ # Really, the crc analyzer is not for test, but LGTL can't build embedded.
7
+ - src
8
+ - exclude: src/analyzer
9
+
0 commit comments