3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#733: SpaceAfterOpeningBrace rule: Fix false positive for Groovy 4 switch expressions More... 10 months ago
#725: ImplicitReturnStatement rule: Fix false positive for return within a synchronized block. More... 11 months ago
codenarc-other-tools-frameworks: Added link to #630 for info on controlling the version of Groovy that CodeNarc uses for the Gradle plugin. More... 11 months ago
codenarc-other-tools-frameworks: Added link to #630 for info on controlling the version of Groovy that CodeNarc uses for the Gradle plugin. More... 11 months ago
Update CHANGELOG with recent changes More... 11 months ago
Merge pull request #728 from jean-andre-gauthier/jgauthier/spock-missing-assert-rule More... 11 months ago
Fix test More... 12 months ago
Revert version to 3.2.0 More... 12 months ago
Revert accidental line ending changes More... 12 months ago
Update documentation More... 12 months ago
Implement additional review changes More... 12 months ago
Check that the processed class extends spock.lang.Specification in SpockMissingAssertRule More... 12 months ago
Ignore non-top-level labels More... 12 months ago
Merge pull request #729 from xmac11/spock-label-indent More... about 1 year ago
Enhance IndentationRule to take into account Label Indent More... about 1 year ago
Update codenarc-rule-index.md More... about 1 year ago
Update codenarc-rule-index-by-name.md More... about 1 year ago
Update StarterRuleSet-AllRulesByCategory.groovy.txt More... about 1 year ago
Update StarterRuleSet-AllRules.groovy.txt More... about 1 year ago
Fix line endings More... about 1 year ago
Clean up code More... about 1 year ago
Complete documentation More... about 1 year ago
Add has to boolean method patterns in SpockMissingAssertRuleTest More... about 1 year ago
Fix false positives in nested closures in SpockMissingAssertRuleTest More... about 1 year ago
Add support for membership operators in SpockMissingAssertRule More... about 1 year ago
Add support for boolean cast operators in SpockMissingAssertRule More... about 1 year ago
Add support for match operator in SpockMissingAssertRule More... about 1 year ago
Add support for logical operators in SpockMissingAssertRule More... about 1 year ago
Implement additional heuristics for boolean method type (method name patterns & relational operators) More... about 1 year ago
Modify SpockMissingAssertRule to skip closures that are not in collection iteration methods More... about 1 year ago