-
It is very common in this codebase to avoid the first empty line separating the class declaration from the first fields or methods. However, this practice goes against the Java Code Conventions (JCC),…
-
Now that we have formatting addressed, we should also introduce linting and enforce that the code is warning free. Gradle has a convenient plugin called [checkstyle](https://docs.gradle.org/current/us…
cmnrd updated
5 months ago
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Nov 06 | Next scheduled analysis: Nov 13_
**NOTE**: I'v…
-
**What is your question?**
I am running the `sgemm_sm80.cu` example (debug build) with NCU. I want to see the part of the kernel that ends up executing the `HFMA2` instruction and do some analysis on …
-
### Background
SonarCloud is a code analysis service which provides certain metrics related to code quality, suggests improvements and overall helps with improving code complexity and readability. It…
-
**Is your feature request related to a problem? Please describe.**
It should be assured that the code quality matches certain criteria and pull requests do not violate that.
**Describe the solutio…
-
**Versions:**
C# Dev Kit v1.11.11 (pre-release)
"Roslynator.CodeFixes" Version="4.12.7"
"Roslynator.Refactorings" Version="4.12.7"
**Steps to Reproduce**:
Just enable C# Dev Kit
**Actual…
-
Hey, fantastic youtube video! I have one suggestion based on your code. Since your analysis depends on precision of the ELO values down to 0.01, I strongly suggest that you don't use `round( )` in `uf…
-
Hello,
tl;dr: our goal is to run static code analysis over all code used in our final application from multiple component packages, but we don't know how to get the code.
Some background: we are…
-
Detekt is the most common Kotlin static code analysis tool in my experience. I enabled it in the Gradle build, and story follows.
I find static code analysis to be a programmer's 2nd line of defen…