-
Couldn't load subscription status.
- Fork 27
Support for global RPGLINT configuration path #435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Add global lint config path support
Compiled in github codespaces
Add global lint config option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, this is a great start! I am going to need some files removed from this PR:
package-extension.yml- please don't add any new actions to this PR. Perhaps in a separate one if this is something you want to see.- Please remove all
.vsixfiles. We don't want to check them into the repo.
Thanks! Then I will go in for a second review 😄
|
Requested changes completed. |
Changes
This PR adds support for specifying a global RPGLINT config path using the new setting rpgle.globalLintConfigPath. If set, linter configs for libraries will be based on this path. This helps enforce company-wide lint standards.
Checklist
console.logs I addedThis is my first pull request to anything on github, ever. Please let me know if and where I went wrong so I contribute cleanly in the future.