vodorok

Results 45 issues of vodorok

This commit adds support for the Cppcheck analyzer. The following two commits are also squashed into this: * [test] Add new test cases for Cppcheck support * [analyzer] Check version...

enhancement :star2:
analyzer :chart_with_upwards_trend:
cppcheck 🐞

test :ballot_box_with_check:
dev env :rescue_worker_helmet:
performance :runner:

The cppcheck-unusedFunction check is hardcoded disabled in the code. This mixes business logic and configuration that's violates high-level design conventions. Until whole program analysis is implemented, this checks needs to...

analyzer :chart_with_upwards_trend:
refactoring 😡 ➡️ 🙂
new feature :+1:
cppcheck 🐞

The root folder creation might be redundant. In #3680 @whisperity suggested a new approach to do it: * Remove root folder creation * "Use os.makedirs instead, so it creates the...

analyzer :chart_with_upwards_trend:
refactoring 😡 ➡️ 🙂
cppcheck 🐞

The diagnostic message should be used when indicating an error, as this report element indicates an error in the code semantically. Right now the last bug path event is treated...

GUI :art:
usability :+1:
refactoring 😡 ➡️ 🙂

Right now it is hard to understand a report when relying only the report tree view (left side of the report view) The issue is most apparent when viewing an...

enhancement :star2:
GUI :art:
usability :+1:
web :earth_africa:

Right now only source analysis is supported when checking with Cppcheck. The tool also supports CTU analysis,, and should be implemented . All the relevant parameters of Cppcheck should be...

analyzer :chart_with_upwards_trend:
new feature :+1:
cppcheck 🐞

Authentication with OpenID Connect (OIDC) would be a useful addition to CodeChecker authentication methods. https://openid.net/developers/how-connect-works/ Currently, only PAM and LDAP authentication methods are supported, but there are cases where these...

GUI :art:
web :earth_africa:
new feature :+1:

When building the docker image, the following warning message appears: ================================================================================ ================================================================================ SCRIPT DEPRECATION WARNING This script, located at https://deb.nodesource.com/setup_X, used to install Node.js is deprecated now and will eventually...

config :gear:
dependencies :package:
package-Docker 🐳
javascript

CI :package:
platform-macOS 🍎