You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I am using your ruby-sonar-plugin recently.It works well but having no rules to find the issues.Do you have some ruby rules or could you have some ways to get some?
The text was updated successfully, but these errors were encountered:
It should be calculating complexity... in Sonar, you can see the settings "Type of complexity, Saikuro or Cane". #4 adds support for code duplication, Roodi, Reek, Cane violations... but it's having merge issues :( You can take a look at the PR to see what was done. Unfortunately, the logic was done against an older version of Sonar (3.7.4) and the API has changed since we accepted #5 (which uses Sonar 4.5.2).
Is it possible to have rules defined as in rubocop or rubycritic? I am not much in to coverage but with coding standard rules. Any tip to do that with sonar?
Hi,I am using your ruby-sonar-plugin recently.It works well but having no rules to find the issues.Do you have some ruby rules or could you have some ways to get some?
The text was updated successfully, but these errors were encountered: