We are using PC Lint Plus as a static analysis linter. We require this to run as either a docker invocation, or if already in a .devcontainer, as a standard python script call.
We need to wrap the base call with some other scripting.
For this purpose, we have a vscode task that runs all commands required. However I have been unable to get this task to trigger on save or on file change.
Is it possible to support running a task as a linter type, with flylint? The task has a problem matcher regex
We are using PC Lint Plus as a static analysis linter. We require this to run as either a docker invocation, or if already in a .devcontainer, as a standard python script call.
We need to wrap the base call with some other scripting.
For this purpose, we have a vscode task that runs all commands required. However I have been unable to get this task to trigger on save or on file change.
Is it possible to support running a task as a linter type, with flylint? The task has a problem matcher regex