https://bugs.kde.org/show_bug.cgi?id=452400

--- Comment #1 from Ganton <ku...@gmx.com> ---
For example: a form could be added to choose Shellcheck arguments, or in the
"shellcheck.cpp" file
(https://invent.kde.org/utilities/kate/-/blob/master/addons/project/tools/shellcheck.cpp
can be seen) the line
    _args << QStringLiteral("--format=gcc");
could be replaced by
    _args << QStringLiteral("-x") << QStringLiteral("--format=gcc");
and enjoy the "-x" features. Other ways can be thought about.

And thanks for Kate!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to