Skip to content

Commit 9c82443

Browse files
megalinter
Signed-off-by: mauriciozanettisalomao <mauriciozanetti86@gmail.com>
1 parent 61ab3db commit 9c82443

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

deploy/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ name: lfx-v2-query-service
66
description: LFX Platform V2 Query Service chart
77
type: application
88
version: 0.1.0
9-
appVersion: "0.1.0"
9+
appVersion: "0.1.0"

deploy/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ nats:
2020
# opensearch is the configuration for the OpenSearch cluster
2121
opensearch:
2222
# url is the URL of the OpenSearch cluster
23-
url: http://opensearch-cluster-master:9200
23+
url: http://opensearch-cluster-master:9200

revive.toml

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

0 commit comments

Comments
 (0)