cppcheck/releasenotes.txt
cconverse711 d518020d5b
allow CLICOLOR_FORCE env var to force CLI color output (#6270)
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.
2024-05-23 14:04:32 +02:00

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.