codefori / vscode-rpgle

RPGLE language tools for VS Code
MIT License
39 stars 18 forks source link

Add lowercase directives followup #298

Closed richardm90 closed 5 months ago

richardm90 commented 7 months ago

Changes

Followup to PR #283.

  1. Removed the UppercaseDirectives linter option from the code base.
  2. Fixed the use of the new DirectiveCase linter option. Most references used DirectiveCasing, now all references use DirectiveCase.

Checklist

worksofliam commented 5 months ago

@richardm90 Sorry my friend - any chance you can fix the conflicts here? I switched out our ugly test suite for a brand new one using vitest, which works across all platforms now!

richardm90 commented 5 months ago

Fix conflicts please!

Will do.

richardm90 commented 5 months ago

Fixed conflicts