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

fix(deps): update dependency codenarc to v3.4.0 #2746

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
codenarc (source) 3.3.0 -> 3.4.0 age adoption passing confidence

Release Notes

CodeNarc/CodeNarc (codenarc)

v3.4.0

Updated/Enhanced Rules and Bug Fixes

  • #​751: ClassStartsWithBlankLine rule: Fix for interfaces, enums and traits with annotations on the same line. (Sven)
  • #​739: NoScriptBindings rule: Fix false positive when local variable is reassigned.
  • #​745: TrailingComma rule: Do not require trailing comma if last item is followed by closing bracket on the same line for Maps (that is consistent with Lists).
  • #​743: SpaceAfterCommentDelimiter and SpaceBeforeCommentDelimiter rules: Fix false negatives for dollar-slashy strings.
  • #​748: UnnecessarySetter rule: Skip calls to static methods in the same class.
  • #​749: UnnecessaryGString rule: Escape special chars in the violation message to reflect the actual source.
  • #​758: SpaceAroundOperator rule: Fix violation for the optional array operator ?[.

Command-line

  • #​754: Command-line (FilesystemSourceAnalyzer): Match includes and excludes against full source file path and also against path relative to the base directory.
  • #​756: Command-line (FilesystemSourceAnalyzer): Fix relative paths on Windows. (Steven Hartland)

Miscellaneous

  • #​744: Documentation: Fix wording and typos. (René Scheibe)
  • #​740: Documentation: In, "Naming Rules", fix asterisks not showing up when rendering Markdown.
  • #​759: Consolidate analysis results and violations for report writer tests.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@ChristianMurphy ChristianMurphy merged commit fbd1661 into master Jan 18, 2024
8 checks passed
@ChristianMurphy ChristianMurphy deleted the renovate/codenarc-3.x branch January 18, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant