-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
lgtm.yml
25 lines (21 loc) · 984 Bytes
/
lgtm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
path_classifiers:
#docs:
# The default behavior is to tag all files created during the
# build as `generated`. Results are hidden for generated code. You can tag
# further files as being generated by adding them to the `generated` section.
#generated:
# By default, all files not checked into the repository are considered to be
# 'generated'.
# The default behavior is to tag library code as `library`. Results are hidden
# for library code. You can tag further files as being library code by adding them
# to the `library` section.
library:
# Classify all files in the top-level directory lib/mbedtls as library code.
- lib/mbedtls
# The default behavior is to tag template files as `template`. Results are hidden
# for template files. You can tag further files as being template files by adding
# them to the `template` section.
#template:
test:
# Classify all files in the top-level directory test/ as test code.
- test