You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: Use correct caps in func name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
63
63
paths:
64
64
include:
65
-
- internal
65
+
- "/internal"
66
66
patterns:
67
67
- pattern: func $NAME( ... ) { ... }
68
68
- metavariable-pattern:
@@ -77,7 +77,7 @@ rules:
77
77
message: Use correct caps in const name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
78
78
paths:
79
79
include:
80
-
- internal
80
+
- "/internal"
81
81
patterns:
82
82
- pattern: const $NAME = ...
83
83
- metavariable-pattern:
@@ -91,7 +91,7 @@ rules:
91
91
message: Use correct caps in var name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
92
92
paths:
93
93
include:
94
-
- internal
94
+
- "/internal"
95
95
patterns:
96
96
- pattern: var $NAME = ...
97
97
- metavariable-pattern:
@@ -105,7 +105,7 @@ rules:
105
105
message: Use correct caps in func name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
106
106
paths:
107
107
include:
108
-
- internal
108
+
- "/internal"
109
109
patterns:
110
110
- pattern: func $NAME( ... ) { ... }
111
111
- metavariable-pattern:
@@ -120,7 +120,7 @@ rules:
120
120
message: Use correct caps in const name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
121
121
paths:
122
122
include:
123
-
- internal
123
+
- "/internal"
124
124
patterns:
125
125
- pattern: const $NAME = ...
126
126
- metavariable-pattern:
@@ -134,7 +134,7 @@ rules:
134
134
message: Use correct caps in var name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
135
135
paths:
136
136
include:
137
-
- internal
137
+
- "/internal"
138
138
patterns:
139
139
- pattern: var $NAME = ...
140
140
- metavariable-pattern:
@@ -148,7 +148,7 @@ rules:
148
148
message: Use correct caps in func name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
149
149
paths:
150
150
include:
151
-
- internal
151
+
- "/internal"
152
152
patterns:
153
153
- pattern: func $NAME( ... ) { ... }
154
154
- metavariable-pattern:
@@ -163,7 +163,7 @@ rules:
163
163
message: Use correct caps in const name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
164
164
paths:
165
165
include:
166
-
- internal
166
+
- "/internal"
167
167
patterns:
168
168
- pattern: const $NAME = ...
169
169
- metavariable-pattern:
@@ -177,7 +177,7 @@ rules:
177
177
message: Use correct caps in var name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
178
178
paths:
179
179
include:
180
-
- internal
180
+
- "/internal"
181
181
patterns:
182
182
- pattern: var $NAME = ...
183
183
- metavariable-pattern:
@@ -191,7 +191,7 @@ rules:
191
191
message: Use correct caps in func name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
192
192
paths:
193
193
include:
194
-
- internal
194
+
- "/internal"
195
195
patterns:
196
196
- pattern: func $NAME( ... ) { ... }
197
197
- metavariable-pattern:
@@ -206,7 +206,7 @@ rules:
206
206
message: Use correct caps in const name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
207
207
paths:
208
208
include:
209
-
- internal
209
+
- "/internal"
210
210
patterns:
211
211
- pattern: const $NAME = ...
212
212
- metavariable-pattern:
@@ -220,7 +220,7 @@ rules:
220
220
message: Use correct caps in var name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
221
221
paths:
222
222
include:
223
-
- internal
223
+
- "/internal"
224
224
patterns:
225
225
- pattern: var $NAME = ...
226
226
- metavariable-pattern:
@@ -234,7 +234,7 @@ rules:
234
234
message: Use correct caps in func name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
235
235
paths:
236
236
include:
237
-
- internal
237
+
- "/internal"
238
238
patterns:
239
239
- pattern: func $NAME( ... ) { ... }
240
240
- metavariable-pattern:
@@ -249,7 +249,7 @@ rules:
249
249
message: Use correct caps in const name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
250
250
paths:
251
251
include:
252
-
- internal
252
+
- "/internal"
253
253
patterns:
254
254
- pattern: const $NAME = ...
255
255
- metavariable-pattern:
@@ -263,7 +263,7 @@ rules:
263
263
message: Use correct caps in var name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
264
264
paths:
265
265
include:
266
-
- internal
266
+
- "/internal"
267
267
patterns:
268
268
- pattern: var $NAME = ...
269
269
- metavariable-pattern:
@@ -277,7 +277,7 @@ rules:
277
277
message: Use correct caps in func name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
278
278
paths:
279
279
include:
280
-
- internal
280
+
- "/internal"
281
281
patterns:
282
282
- pattern: func $NAME( ... ) { ... }
283
283
- metavariable-pattern:
@@ -292,7 +292,7 @@ rules:
292
292
message: Use correct caps in const name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
293
293
paths:
294
294
include:
295
-
- internal
295
+
- "/internal"
296
296
patterns:
297
297
- pattern: const $NAME = ...
298
298
- metavariable-pattern:
@@ -306,7 +306,7 @@ rules:
306
306
message: Use correct caps in var name (i.e., HTTPS or https, not Https) (see list at https://github.com/hashicorp/terraform-provider-aws/blob/main/names/caps.md)
307
307
paths:
308
308
include:
309
-
- internal
309
+
- "/internal"
310
310
patterns:
311
311
- pattern: var $NAME = ...
312
312
- metavariable-pattern:
@@ -320,7 +320,7 @@ rules:
320
320
message: Do not use "EC2" in func name inside ec2 package
321
321
paths:
322
322
include:
323
-
- internal/service/ec2
323
+
- "/internal/service/ec2"
324
324
patterns:
325
325
- pattern: func $NAME( ... )
326
326
- metavariable-pattern:
@@ -336,7 +336,7 @@ rules:
336
336
message: Do not use "EC2" in const name inside ec2 package
337
337
paths:
338
338
include:
339
-
- internal/service/ec2
339
+
- "/internal/service/ec2"
340
340
patterns:
341
341
- pattern: const $NAME = ...
342
342
- metavariable-pattern:
@@ -350,7 +350,7 @@ rules:
350
350
message: Do not use "EC2" in var name inside ec2 package
0 commit comments