Skip to content

Commit c951457

Browse files
authored
[lgtm] tag cfg/ folder as generated, to prevent lgtm python detection (#99)
#### Why I did it Prevent lgtm python detection #### How I did it Tag cfg folder as generated
1 parent e05c6c2 commit c951457

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

lgtm.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
extraction:
2-
go:
3-
before_index:
4-
- "git clone https://github.com/Azure/sonic-mgmt-common.git"
5-
- "sed -i 's@replace github.com/Azure/sonic-mgmt-common => ../sonic-mgmt-common@replace github.com/Azure/sonic-mgmt-common => ./sonic-mgmt-common@g' go.mod"
1+
path_classifiers:
2+
generated:
3+
- cfg
4+
5+
extraction:
6+
go:
7+
before_index:
8+
- "git clone https://github.com/Azure/sonic-mgmt-common.git"
9+
- "sed -i 's@replace github.com/Azure/sonic-mgmt-common => ../sonic-mgmt-common@replace github.com/Azure/sonic-mgmt-common => ./sonic-mgmt-common@g' go.mod"

0 commit comments

Comments
 (0)