Dmitry Cherkas

Results 6 comments of Dmitry Cherkas

@DmytroTroynikov, same functionality might be achieved by combining [AEM-Rules-for-SonarQube](https://github.com/Cognifide/AEM-Rules-for-SonarQube) with [SonarLint](https://www.sonarlint.org/intellij/). Still, no doubt, that having them as a part of plugin will simplify local setup significantly.

Hi @bingbing8, I'm trying to clone a Git repo from the server, which I set up with OpenSSH on Windows (`OpenSSH_for_Windows_7.6p1, LibreSSL 2.6.4`), but I'm facing same issue as described...

To resolve this issue, make sure to put Arduino SDK under one of search paths: ``` if(UNIX) file(GLOB SDK_PATH_HINTS /usr/share/arduino* /opt/local/arduino* /opt/arduino* /usr/local/share/arduino*) elseif(WIN32) set(SDK_PATH_HINTS "C:\\Program Files\\Arduino" "C:\\Program Files (x86)\\Arduino"...

AFAIK, this does not work with cygwin on Windows. Consider switching to mingw. On Dec 19, 2015 08:38, "Florian Krauthan" [email protected] wrote: > Ok I am one step further if...

There are forks available with this issue fixed, e.g. https://github.com/rjuang/CLionArduinoPlugin (currently pending a pull request)

Dependency on the old `flyway-core` is actually causing the plugin to fail, when used together with a fresh version of Gradle Flyway Plugin (`org.flywaydb.flyway`) due to a method signature update:...