jbenden / vscode-c-cpp-flylint

A VS Code extension for advanced, modern, static analysis of C/C++ that supports a number of back-end analyzer programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Line could not be parsed: Incorrect parameters'

Tangruilin opened this issue · comments

I have such error :
vscode-c-cpp-flylint: 'Line could not be parsed: Incorrect parameters' while validating: /Users/reilly/Projects/HuaweiSoftware/CodeCraft-2022/src/CodeCraft-2022.cpp. Please analyze the 'C/C++ FlyLint' Output console. Stacktrace: Error: Line could not be parsed: Incorrect parameters at /Users/reilly/.vscode/extensions/jbenden.c-cpp-flylint-1.11.0/server/out/server.js:2:13754 at Array.forEach (<anonymous>) at o.parseLines (/Users/reilly/.vscode/extensions/jbenden.c-cpp-flylint-1.11.0/server/out/server.js:2:13492) at o.lint (/Users/reilly/.vscode/extensions/jbenden.c-cpp-flylint-1.11.0/server/out/server.js:2:13395) at /Users/reilly/.vscode/extensions/jbenden.c-cpp-flylint-1.11.0/server/out/server.js:2:23272 at Array.forEach (<anonymous>) at q (/Users/reilly/.vscode/extensions/jbenden.c-cpp-flylint-1.11.0/server/out/server.js:2:23247)

Hi,

An incorrect flag was given to something, as it says in Incorrect parameters. I cannot help without a lot more information than this.

Best regards,
-Joe