diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-01-01 16:23:22 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-01-01 16:23:22 +0100 |
commit | 68b23b08a0f3a28ff451dfb4052e0ab5a8f3f404 (patch) | |
tree | eb7c27f66965c5bbd5bd02f4cabd1c8098848af4 | |
parent | a5eadbaf3c6323761f307aa905ff92a75f29c1e2 (diff) | |
download | rneovim-68b23b08a0f3a28ff451dfb4052e0ab5a8f3f404.tar.gz rneovim-68b23b08a0f3a28ff451dfb4052e0ab5a8f3f404.tar.bz2 rneovim-68b23b08a0f3a28ff451dfb4052e0ab5a8f3f404.zip |
refactor(PVS/V009): add special comment at top of file required by PVS
More info: https://pvs-studio.com/en/docs/warnings/v009/
-rw-r--r-- | src/nvim/lua/spell.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <lua.h> #include <lauxlib.h> |