File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ name: lfx-v2-query-service
66description : LFX Platform V2 Query Service chart
77type : application
88version : 0.1.0
9- appVersion : " 0.1.0"
9+ appVersion : " 0.1.0"
Original file line number Diff line number Diff line change 2020# opensearch is the configuration for the OpenSearch cluster
2121opensearch :
2222 # url is the URL of the OpenSearch cluster
23- url : http://opensearch-cluster-master:9200
23+ url : http://opensearch-cluster-master:9200
Original file line number Diff line number Diff line change 1+ # Copyright The Linux Foundation and each contributor to LFX.
2+ # SPDX-License-Identifier: MIT
3+
4+ # When set to false, ignores files with "GENERATED" header, similar to golint
5+ ignoreGeneratedHeader = true
6+
7+ # Disabled rules
8+ # [rule.package-comments] is disabled because it incorrectly flags every package file as
9+ # missing a package comment when you should only need to add a comment to one of the package files.
10+ [rule .package-comments ]
11+ Disabled = true
You can’t perform that action at this time.
0 commit comments