Michael Litwak
Michael Litwak
Re: loss of syntax highlighting after specifying a multi-line description in YAML I've confirmed this is occurring in Swagger Editor 4.0.1. This issue can be replicated easily on [https://editor.swagger.io/](https://editor.swagger.io/) using...
Please open a new issue to track a related request: to be able to suppress individual Sonar warnings in a C family source file. Something like // NOSONAR(cpp:S106). Some considerations...
I need this as well. I recently migrated a Subversion repo with 28000 commits to Git via `git svn clone` run from a Windows computer. There was no `.gitattributes` file...
> I just noticed E.27 which specifically mentions this, down to an example with r.err and r.val being the error and value fields There's nothing wrong with creating your own...
An alternative (to using the name of the Clang Tidy Check) would be to **assign arbitrary code values** (warning numbers) to each Clang Tidy check, then **place those warning numbers...
I run into two difficulties with building and linking to the AWS SDK for C++: **Background** I need to build past and current versions of my software product, as well...
The AWS SDK online documentation still shows that [building the AWS SDK for C++ on Linux requires CMake - minimum version 3.13, maximum version 3.21](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/setup-linux.html#setup-linux-from-source). Is this maximum CMake version...
There is another documentation page stating that the CMake maximum version is 3.21. This one is for Windows: [Build the AWS SDK for C++ on Windows](https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/setup-windows.html)
I am having a similar issue. I'm running the [SonarQube plugin for OpenCppCoverage](https://github.com/KevinLussier/OCCSonarQube) to generate a code coverage report for SonarQube Enterprise. The report has the proper format needed by...
I haven't yet attempted to try this new editor, as I wasn't sure it supports .vcxproj files. So I suppose I was asking, as well as commenting on the documentation...