code-assert icon indicating copy to clipboard operation
code-assert copied to clipboard

Assert that the java code of a project satisfies certain checks.

Results 25 code-assert issues
Sort by recently updated
recently updated
newest added

Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.71 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...

dependencies

I have a package named 'connectors' that contains several packages but not direct classes. I want to have a rule like: ```java DependencyRule common, connector; @Override public void defineRules() {...

Bumps [detekt-core](https://github.com/detekt/detekt) from 1.9.1 to 1.20.0. Release notes Sourced from detekt-core's releases. v1.20.0 We're extremely excited to share with you all the next upcoming stable release of Detekt: 1.20.0 🎉...

dependencies

This is important because this version contains a fix of this https://github.com/jacoco/jacoco/issues/1155, and it is critical for projects using modern Kotlin versions.

As the GA release is due later this year...

When running the example code exactly as in the read me file I am getting the following exception ``` java.lang.NoClassDefFoundError: Could not initialize class edu.umd.cs.findbugs.ba.AnalysisContext at edu.umd.cs.findbugs.FindBugs2.clearCaches(FindBugs2.java:347) at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:327) at...

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 6.19 to 8.29. Release notes *Sourced from [checkstyle's releases](https://github.com/checkstyle/checkstyle/releases).* > ## checkstyle-8.29 > https://checkstyle.org/releasenotes.html#Release_8.29 > > ## checkstyle-8.28 > https://checkstyle.org/releasenotes.html#Release_8.28 > > ## checkstyle-8.27 > https://checkstyle.org/releasenotes.html#Release_8.27 >...

dependencies

Having to add languages that way is a bit unfortunate. I understand if this PR gets rejected, because `adoc` simply is not a programming language technically speaking. Instead what would...

This is needed to support Kotlin 1.4. In order to achieve this now one has to manually override the dependency in `build.gradle.kts`.