Skip to content

Commit 81e0693

Browse files
Update packages/apidom-ls/src/config/openapi/path-template/lint/value--equivalent-not-allowed.ts
Co-authored-by: robert-hebel-sb <[email protected]>
1 parent 595e451 commit 81e0693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apidom-ls/src/config/openapi/path-template/lint/value--equivalent-not-allowed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { OpenAPI2 } from '../../target-specs.ts';
77
const valueEquivalentNotAllowedLint: LinterMeta = {
88
code: ApilintCodes.OPENAPI2_PATH_TEMPLATE_EQUIVALENT_NOT_ALLOWED,
99
source: 'apilint',
10-
message: 'Equivalent paths are not allowed.',
10+
message: 'Equivalent paths are not allowed',
1111
severity: DiagnosticSeverity.Error,
1212
linterFunction: 'apilintOpenAPIPathTemplateNoEquivalent',
1313
marker: 'value',

0 commit comments

Comments
 (0)