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 41d1439 commit e7b9a6dCopy full SHA for e7b9a6d
packages/apidom-ls/src/config/openapi/path-template/lint/value--equivalent-not-allowed.ts
@@ -7,11 +7,11 @@ 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',
14
- targetSpecs: [...OpenAPI2],
+ targetSpecs: OpenAPI2,
15
};
16
17
export default valueEquivalentNotAllowedLint;
0 commit comments