mirror of
https://github.com/danmar/cppcheck.git
synced 2025-01-23 13:02:48 +08:00
d518020d5b
This adds support for using the `CLICOLOR_FORCE` environment variable to force color output in Linux even when a tty is not used, mimicking behavior in [CMake and other tools](https://bixense.com/clicolors/#bug-reports). The primary intent is to allow color to be output when cppcheck is run in CI, for example.
20 lines
388 B
Plaintext
20 lines
388 B
Plaintext
Release Notes for Cppcheck 2.15
|
|
|
|
New checks:
|
|
-
|
|
|
|
Improved checking:
|
|
-
|
|
|
|
GUI:
|
|
-
|
|
|
|
Changed interface:
|
|
-
|
|
|
|
Deprecations:
|
|
- Support for Python 2.7 has been deprecated (it went EOL in January 2020) and will be removed in Cppcheck 2.16 - please use Python 3.x instead.
|
|
-
|
|
|
|
Other:
|
|
- Add support for 'CLICOLOR_FORCE'/'NO_COLOR' environment variables to force/disable ANSI color output for diagnostics. |