File tree Expand file tree Collapse file tree 3 files changed +38
-10
lines changed Expand file tree Collapse file tree 3 files changed +38
-10
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ extends: default
3
+
4
+ rules:
5
+ braces:
6
+ max-spaces-inside: 1
7
+ level: error
8
+ brackets:
9
+ max-spaces-inside: 1
10
+ level: error
11
+ commas: disable
12
+ comments: disable
13
+ comments-indentation: disable
14
+ document-start: disable
15
+ indentation:
16
+ spaces: consistent
17
+ indent-sequences: consistent
18
+ key-duplicates:
19
+ ignore: |
20
+ config/testdata/section_key_dup.bad.yml
21
+ line-length: disable
22
+ truthy:
23
+ ignore: |
24
+ .github/workflows/codeql-analysis.yml
25
+ .github/workflows/funcbench.yml
26
+ .github/workflows/fuzzing.yml
27
+ .github/workflows/prombench.yml
28
+ .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change @@ -75,6 +75,6 @@ modules:
75
75
headers :
76
76
Origin : example.com
77
77
fail_if_header_not_matches :
78
- - header : Access-Control-Allow-Origin
79
- regexp : ' (\*|example\.com)'
80
- allow_missing : false
78
+ - header : Access-Control-Allow-Origin
79
+ regexp : ' (\*|example\.com)'
80
+ allow_missing : false
Original file line number Diff line number Diff line change @@ -120,22 +120,22 @@ modules:
120
120
query_name : " www.prometheus.io"
121
121
query_type : " A"
122
122
valid_rcodes :
123
- - NOERROR
123
+ - NOERROR
124
124
validate_answer_rrs :
125
125
fail_if_matches_regexp :
126
- - " .*127.0.0.1"
126
+ - " .*127.0.0.1"
127
127
fail_if_all_match_regexp :
128
- - " .*127.0.0.1"
128
+ - " .*127.0.0.1"
129
129
fail_if_not_matches_regexp :
130
- - " www.prometheus.io.\t 300\t IN\t A\t 127.0.0.1"
130
+ - " www.prometheus.io.\t 300\t IN\t A\t 127.0.0.1"
131
131
fail_if_none_matches_regexp :
132
- - " 127.0.0.1"
132
+ - " 127.0.0.1"
133
133
validate_authority_rrs :
134
134
fail_if_matches_regexp :
135
- - " .*127.0.0.1"
135
+ - " .*127.0.0.1"
136
136
validate_additional_rrs :
137
137
fail_if_matches_regexp :
138
- - " .*127.0.0.1"
138
+ - " .*127.0.0.1"
139
139
dns_soa :
140
140
prober : dns
141
141
dns :
You can’t perform that action at this time.
0 commit comments