Skip to content
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

Ability to specify/load PSScriptAnalyzerSettings.psd1 #286

Open
elijah-potter opened this issue Jul 24, 2024 · 2 comments
Open

Ability to specify/load PSScriptAnalyzerSettings.psd1 #286

elijah-potter opened this issue Jul 24, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@elijah-potter
Copy link

Other editor plugins (for VSCode, Neovim, etc.) allow users to specify and load a PSScriptAnalyzerSettings.psd1 to configure which linting rules are displayed and create custom rules. Is it possible to load this file for the IntelliJ extension?

@ForNeVeR
Copy link
Collaborator

This request makes sense. How does it work? Is there some documentation on this setting file?

@ForNeVeR ForNeVeR added enhancement New feature or request help wanted Extra attention is needed labels Jul 24, 2024
@elijah-potter
Copy link
Author

elijah-potter commented Jul 24, 2024

I believe by default it is supposed to be loaded from the root of the workspace.

A good ref. would be the Visual Studio Code plugin (and their example).
There is also the official documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants