vscode-norminette
v0.0.2
Published
vscode norminette linter
Downloads
1
Readme
vscode-norminette
vscode norminette linter
Note: currently under development, not works well
Features
Show norminette diagnostics
Requirements
You must have norminette installed on your computer.
Extension Settings
This extension contributes the following settings:
vscode-norminette.command
: norminette command, or path to executablevscode-norminette.args
: extra arguments (ex:["-R", "CheckForbiddenSourceHeader"]
)vscode-norminette.include.name
: file name to check (PCRE) (default:^ft.*\.[ch]$
) - not implemented yetvscode-norminette.include.path
: file path to check (PCRE) (default:ft
) - not implemented yetvscode-norminette.exclude.name
: file name to not check (PCRE) - not implemented yetvscode-norminette.exclude.path
: file path to not check (PCRE) - not implemented yet
Known Issues
Not work properly when error count is not in (0, 1)
Release Notes
v0.0.1
: published by mistakev0.0.2
: write README.md