Skip to content

Commit

Permalink
Tweaked UppercaseDirectives error text to indicate the option is depr…
Browse files Browse the repository at this point in the history
…ecated.
  • Loading branch information
richardm90 committed Jan 18, 2024
1 parent 0a40db8 commit 7ed6c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/linter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const errorText = {
'RequireBlankSpecial': `\`*BLANK\` should be used over empty string literals.`,
'CopybookDirective': `Directive does not match requirement.`,
'DirectiveCasing': `Does not match required case.`,
'UppercaseDirectives': `Directives must be in uppercase.`,
'UppercaseDirectives': `Directives must be in uppercase. UppercaseDirectives option is deprecated, consider using DirectiveCasing.`,
'NoSQLJoins': `SQL joins are not allowed. Consider creating a view instead.`,
'NoGlobalsInProcedures': `Global variables should not be referenced in procedures.`,
'NoCTDATA': `\`CTDATA\` is not allowed.`,
Expand Down

0 comments on commit 7ed6c66

Please sign in to comment.