3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 20 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
BaselineXmlReportWriter: Don't write a timestamp. More... about 2 years ago
Merge pull request #687 from darxriggs/fix-SpaceAfterMethodCallNameRule-special-characters More... about 2 years ago
Merge pull request #685 from darxriggs/fix-running-tests More... about 2 years ago
#686: SpaceAfterMethodCallName: Fix handling methods with special characters More... about 2 years ago
Fix running tests More... about 2 years ago
#683: UnnecessaryPublicModifier: Fix StringIndexOutOfBoundsException. Reorganize and add more tests. More... about 2 years ago
If you override the `name` property, you should also override the `description` property More... about 2 years ago
#682: Support Groovy 4.0 More... about 2 years ago
#680: Add WARN message to remove "enhanced" rules from the ruleset if a compilation error occurs for a non-default compiler phase. Update docs to list "enhanced" rules. More... about 2 years ago
#681: Upgrade Gradle wrapper to Gradle 7.4.1 More... about 2 years ago
Merge pull request #679 from paulk-asert/codenarc678 More... about 2 years ago
adjust build dependencies (not part of #678 but seemed to be needed for groovydoc or assemble tasks to work) More... about 2 years ago
Use XmlParserFactory #678 More... about 2 years ago
Prepare for release 3.0.0 More... about 2 years ago
Prepare for release 3.0.0 More... about 2 years ago
#677: UnnecessarySetter: Fix false positive when the setter return value is used in a nested expression More... about 2 years ago
#668: Add a failOnError parameter to the CodeNarc command-line runner More... about 2 years ago
#668: FilesystemSourceAnalyzer: Add failOnError property More... about 2 years ago
#676: BracesForTryCatchFinally: Fix false positives from try-with-resources More... about 2 years ago
#675: ExceptionExtendsThrowable: Exclude interfaces and classes that implement a "Throwable" interface More... about 2 years ago
#675: ExceptionExtendsError: Exclude interfaces and classes that implement an "Error" interface More... about 2 years ago
Merge pull request #673 from UlrichEckhardt/feature/baseline-cli-2.2.0 More... about 2 years ago
CodeNarc: Implement a CLI for baseline usage. More... about 2 years ago
#672: EmptyTryBlock: Also support try-with-resources More... about 2 years ago
SpaceAroundOperator: Add tests for: elvis assignment ?= and new relational operators: ===, !===. More... about 2 years ago
SpaceAroundOperator: Add tests for other assignment operators More... about 2 years ago
SpaceAroundOperator: Add tests for more relational operators More... about 2 years ago
#671: StaticMethodsBeforeInstanceMethods: Ignore generated instance methods More... about 2 years ago
#670: JUnitAssertEqualsConstantActualValue: Support JUnit 5 Assertions.assertEquals More... about 2 years ago
#670: JUnitPublicNonTestMethod, JUnitTestMethodWithoutAssert: Also treat JUnit 5.x @org.junit.jupiter.api.Test as a test method More... about 2 years ago