We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595e451 commit 81e0693Copy full SHA for 81e0693
packages/apidom-ls/src/config/openapi/path-template/lint/value--equivalent-not-allowed.ts
@@ -7,7 +7,7 @@ import { OpenAPI2 } from '../../target-specs.ts';
7
const valueEquivalentNotAllowedLint: LinterMeta = {
8
code: ApilintCodes.OPENAPI2_PATH_TEMPLATE_EQUIVALENT_NOT_ALLOWED,
9
source: 'apilint',
10
- message: 'Equivalent paths are not allowed.',
+ message: 'Equivalent paths are not allowed',
11
severity: DiagnosticSeverity.Error,
12
linterFunction: 'apilintOpenAPIPathTemplateNoEquivalent',
13
marker: 'value',
0 commit comments