Files
neovim/scripts
dundargoc 933274c438 fix/PVS #17863
* fix(PVS/V002): disable rule completely

V002: "Some diagnostic messages may contain incorrect line number in
this file." This particular check seems unreliable. It says on their
website https://pvs-studio.com/en/docs/warnings/v002/ that this warning
occurs when there are multiline pragmas, but there are none in
extmark.c.

* fix(PVS/V756): ignore "counter is not used inside a nested loop" warning

The nested loop starts with "AutoCmd *ac = ap->cmds" so "ap" is
definitely used.

* fix(PVS/V560): disable "a part of conditional expression is always true"

* fix(PVS/V614): potentially uninitialized variable 'blen' used
2022-04-24 18:51:22 -07:00
..
2019-07-29 22:14:23 +02:00
2022-01-04 07:28:29 -07:00
2019-07-29 22:14:23 +02:00
2022-03-14 08:16:01 +09:00
2021-09-19 16:36:08 -07:00
2022-04-15 12:35:06 +02:00
2022-04-24 18:51:22 -07:00
2021-10-02 08:26:57 -07:00
2021-09-19 16:36:08 -07:00