From 68b23b08a0f3a28ff451dfb4052e0ab5a8f3f404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dundar=20G=C3=B6c?= Date: Sat, 1 Jan 2022 16:23:22 +0100 Subject: [PATCH] refactor(PVS/V009): add special comment at top of file required by PVS More info: https://pvs-studio.com/en/docs/warnings/v009/ --- src/nvim/lua/spell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nvim/lua/spell.c b/src/nvim/lua/spell.c index b84124bc19..3a63f61200 100644 --- a/src/nvim/lua/spell.c +++ b/src/nvim/lua/spell.c @@ -1,3 +1,5 @@ +// This is an open source non-commercial project. Dear PVS-Studio, please check +// it. PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com #include #include