Skip to content

Commit

Permalink
fix(ls): fix JSON Schema deprecated--type lint rule (#4060)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Apr 29, 2024
1 parent c3b57d1 commit 377b281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { OpenAPI3 } from '../../../openapi/target-specs';

const deprecatedTypeLint: LinterMeta = {
code: ApilintCodes.SCHEMA_READONLY,
source: 'deprecated',
source: 'apilint',
message: 'deprecated must be a boolean',
severity: DiagnosticSeverity.Error,
linterFunction: 'apilintType',
Expand Down

0 comments on commit 377b281

Please sign in to comment.