Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump CodeNarc from 2.2.0 to 3.2.0-groovy-4.0 #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps CodeNarc from 2.2.0 to 3.2.0-groovy-4.0.

Release notes

Sourced from CodeNarc's releases.

v3.2.0

See the Release Notes.

v3.1.0

See the Release Notes.

v3.0.1

See the Release Notes.

v3.0.0

No release notes provided.

Changelog

Sourced from CodeNarc's changelog.

CodeNarc Change Log

NOTE: CodeNarc now provides a separate 3.x.x-groovy-4.x version for use with Groovy 4.x.

Version 3.2.0 (Jan 2023)

Updated/Enhanced Rules and Bug Fixes

  • #701: EmptyTryBlock rule: Ignore all try-with-resources statements (since having an empty try block with those is a valid scenario).
  • #715: SpaceBeforeOpeningBrace and SpaceAfterOpeningBrace rules: Fix false positive when non-printable ASCII chars on the same line.
  • #716: Indentation rule: Fix false positive for nested blocks in closures.
  • #722: CouldBeSwitchStatement rule: Prevent violation if other statements are between if statements.

Build, Infrastructure and Tests

  • Create GitHub Action "gradle.yml" to build+test on push or PR.
  • #724: Use Groovy 4.0.7 to build Groovy 4 CodeNarc jar.
  • #708: Include internal results for files without violations, to enable accurate baseline reporting. (Ulrich Eckhardt)
  • #717: Allow to send list of files in argument sourcefiles (Nicolas Vuillamy)

Documentation

  • #719: Remove CodeNarc Eclipse plugin reference. (René Scheibe)
  • #720: ConsecutiveBlankLines: Document known limitation: False positive violation for consecutive blank lines within string literals.
  • #674: README and Command-Line page: Add info on building CodeNarc jar locally from running using that jar. Add links for CodeNarc, Groovy and Logback jars.

Version 3.1.0 (Jun 2022)

Updated/Enhanced Rules and Bug Fixes

  • #688: SpaceAfterMethodCallName rule: Fix false positives. NOTE: No longer check method calls without parentheses.
  • #703: UnnecessaryPublicModifier rule: Fix PatternSyntaxException if method name contains special (regex) characters.
  • #702: Indentation rule: Fix false positive for try-with-resources. Also skip generated code and single-line blocks.
  • #692: UnusedPrivateField: Ignore classes annotated with @​Entity. Add ignoreClassesAnnotatedWithNames property.

Build, Infrastructure and Tests

  • #709: Publish Groovy 4.x-specific jar for CodeNarc. Upgrade to GMetrics 2.1.0.
  • #705: Make SourceFileTest more multi-platform friendly. (Paul King)
  • #711: Change Groovy 4 artifact from CodeNarc-Groovy4 to CodeNarc; change version to 3.1.0-groovy-4.0. [Aug 2022]

Version 3.0.1 (Apr 2022)

Updated/Enhanced Rules and Bug Fixes

  • #683: UnnecessaryPublicModifier: Fix StringIndexOutOfBoundsException.
  • #686: SpaceAfterMethodCallName: Fix handling methods with special characters.
  • #687: SpaceAfterMethodCallName: Fix handling methods with special chars. (René Scheibe)
  • #699: UnusedImportRule: Detect property-style usage of static imports. (Leonard Brünings)

Build, Infrastructure and Tests

  • #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.
  • #681: Upgrade Gradle wrapper to Gradle 7.4.1.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [CodeNarc](https://github.com/CodeNarc/CodeNarc) from 2.2.0 to 3.2.0-groovy-4.0.
- [Release notes](https://github.com/CodeNarc/CodeNarc/releases)
- [Changelog](https://github.com/CodeNarc/CodeNarc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CodeNarc/CodeNarc/commits)

---
updated-dependencies:
- dependency-name: org.codenarc:CodeNarc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants