We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05c6c2 commit c951457Copy full SHA for c951457
lgtm.yml
@@ -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"
+path_classifiers:
+ generated:
+ - cfg
+
+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