Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Bump CodeNarc from 2.2.0 to 3.1.0-groovy-4.0 #21

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps CodeNarc from 2.2.0 to 3.1.0-groovy-4.0.

Release notes

Sourced from CodeNarc's releases.

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 CodeNarc-Groovy4 artifact for use with Groovy 4.x.

Version 3.x.x (??? 2022)

  • Create GitHub Action "gradle.yml" to build+test on push or PR.
  • #708: Include internal results for files without violations, to enable accurate baseline reporting. (Ulrich Eckhardt)

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.
  • #679: Use XmlParserFactory for Groovy 4 compatibility. (Paul King)
  • #682: Support Groovy 4.0.
  • #694: Test refactoring. (Ulrich Eckhardt)
  • #689: Deterministic baseline report; Don't write timestamp; Sort entries by file path.(Ulrich Eckhardt)
  • #685: Fix running tests from Gradle. (René Scheibe)
  • #700: Change CodeNarc URL in reports to "https://codenarc.org" (fix untrusted SSL certificate).

Version 3.0.0 (Mar 2022)

Updated/Enhanced Rules and Bug Fixes

  • #651: MissingOverrideAnnotation: Ignore private superclass methods.
  • #652: ClassStartsWithBlankLine: Fix NPE on annotated class with no following line at end of source file.
  • #653: UseCollectNested: Fix false positive when inner collect() call returns a different type.

... (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.1.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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #26.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/gradle/org.codenarc-CodeNarc-3.1.0-groovy-4.0 branch February 1, 2023 12:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants