3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Bump version in build-groovy4.gradle More... about 1 year ago
Add build.gradle More... about 1 year ago
Ignore assert expressions in SpockMissingAssertRule More... about 1 year ago
Fix codenarc warning More... about 1 year ago
Fix issue with def declarations, fix issue with xmlMarkupBuilder More... about 1 year ago
Ignore helper methods in SpockMissingAssertRule More... about 1 year ago
Update CodeNarc Groovy 4.x artifact name for Docker build script More... about 1 year ago
Version 3.2.0 More... about 1 year ago
#724: Use Groovy 4.0.7 to build Groovy 4 CodeNarc jar More... about 1 year ago
#722: CouldBeSwitchStatement: Prevent violation if other statements in between if statements More... about 1 year ago
#674: Update CHANGELOG More... about 1 year ago
#674: Missing build instructions. CodeNarc Command-Line page: Add info on building CodeNarc jar locally from source. For sample Gradle run script, add info on using locally-built CodeNarc jar as alternative to published jar. For running from shell script, add links for downloading CodeNarc, Groovy and Logback jars. More... about 1 year ago
#674: Missing build instructions. README: Add info on building the CodeNarc jar from source. More... about 1 year ago
#716: Indentation rule: Fix false positive for nested blocks in closures More... about 1 year ago
#715: SpaceBeforeOpeningBrace and SpaceAfterOpeningBrace rules: Fix false positive when non-printable ASCII chars on the same line More... about 1 year ago