Skip to content

Commit 6e7ef57

Browse files
committed
Add LGTM config file.
1 parent 5f930b4 commit 6e7ef57

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.lgtm.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)