Georgiy Komarov

Results 26 comments of Georgiy Komarov

Hi, I'm cppcheck contributor. It seems that the error is not in `cppcheck`. We don't use `lxml` internally. Instead we use `xml` module from the standard library [in addons](https://github.com/danmar/cppcheck/blob/6446790d48102dc68f91b14a4e025031c10b6f09/addons/cppcheckdata.py#L13). So,...

Hi @jgollenz, Thanks for the fix! I found a minor issue, most likely it is not in your code. If you're trying to enter `AA` in priorities prompt you'll get...

@jgollenz It works. Thank you!

Thanks! Could you please add some tests to `addons/test/misra/misra-test.c` to avoid further regressions?

It seems that the violation of 2.7 rule occurs in the header file. But `-verify` can't parse the expected suppressions from the header, because [it works](https://github.com/danmar/cppcheck/tree/db4ba4e60ca24a68e2a0b3f46cd658565a10b5ec/addons/misra.py#L3129) with `rawTokens` from the...

@avostrik Got it. I added the ability to handle the suppressions in header files in #3252 to properly test these regressions. > On my internal branch I removed the problematic...

Вы можете повысить качество анализа `cppcheck`, используя опции, описанные в [документации](http://cppcheck.sourceforge.net/manual.html). Например, cppcheck поддерживает библиотеки -- дополнительные файлы конфигурации, в которых содержится информация о функциях популярных библиотек. Для данного проекта...

It seems, that we could modify the `M.get_selected_title` and `M.get_selected_path` functions from `actions.lua` to make them return a `nil` value if there is no such project.

@PhilT Hi, I'm trying to use fsharp-language-server with [nvim-lsp](https://github.com/neovim/nvim-lspconfig) too, but not sure, why it doesn't work. Could you share your configuration, please? I created the following configuration, which seems...

@PhilT It started working after applying your patch. Thank you very much! :) ![image](https://user-images.githubusercontent.com/12023585/97257473-17fa4180-1827-11eb-942d-ce9ab0c4433a.png)