update archrules plugin to 1.x#130
Merged
Merged
Conversation
7c6bdfd to
99f0b6d
Compare
enable aggregate archrules reporting add archrules action
99f0b6d to
cc9fd5f
Compare
ArchRule SummaryRuleClass: com.netflix.nebula.archrules.deprecation.DeprecationRule
RuleClass: com.netflix.nebula.archrules.guava.GuavaRules
RuleClass: com.netflix.nebula.archrules.javax.JavaxRule
RuleClass: com.netflix.nebula.archrules.joda.JodaRule
RuleClass: com.netflix.nebula.archrules.testingframeworks.JUnit4Rule
RuleClass: com.netflix.nebula.archrules.testingframeworks.Testcontainers1xRule
RuleClass: com.netflix.nebula.archrules.testingframeworks.Testcontainers2xRule
RuleClass: com.netflix.nebula.archrules.nullability.NebulaNullabilityArchRules
RuleClass: com.netflix.nebula.archrules.security.CveArchRules
RuleClass: com.netflix.nebula.archrules.gradleplugins.GradlePluginBestPractices
RuleClass: nebula.plugin.info.archrules.NebulaGradleInfoPluginArchRules
RuleClass: com.netflix.nebula.test.archrules.NebulaTestArchRules
ArchRule Violation DetailsRule: javaxRule Priority: MEDIUMNo code should use Javax library, because usage of Javax is deprecated. Please migrate to Jakarta.
Rule: upgrade legacy jetbrains annotations Priority: LOWno classes that are null safe (JSpecify or Kotlin) should depend on classes that fully qualified name 'org.jetbrains.annotations.Nullable' or should depend on classes that fully qualified name 'org.jetbrains.annotations.NotNull', because Only JSpecify annotations should be used on @NullMarked classes
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
enable aggregate archrules reporting