Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps robotframework-robocop from 6.13.0 to 7.0.0.

Release notes

Sourced from robotframework-robocop's releases.

Robocop 7.0.0

Features

  • Breaking change Add option --extend-select for linter and formatter ([issue #1546](MarketSquare/robotframework-robocop#1546))

    --extend-select allows to enable rules and formatters on top of the select configuration. It can be used to retain all default rules or formatters and only add additional ones:

    robocop check --extend-select no-embedded-keyword-arguments
    robocop format --extend-select AlignKeywordsSection --extend-select CustomFormatter
    

    Since previous --custom-formatters formatter option already behaved like a --extend-select option (which was not documented), it is now deprecated and renamed to --extend-select instead.

    It is also recommended to use --extend-select over --configue name.enabled=True.

  • Breaking change Split wrong-case-in-keyword-name rule into two separate rules ([issue #1471](MarketSquare/robotframework-robocop#1471)):

    wrong-case-in-keyword-name which checks case convention in keyword definition name wrong-case-in-keyword-call which checks case convention in keyword call name

    It allows configuring different conventions for keyword definition and keyword call names. If you have existing configuration for wrong-case-in-keyword-name (you are ignoring it or configuring) you need to apply the same config to wrong-case-in-keyword-call to retain old behaviour.

  • SplitTooLongLine can now split more settings types: Library imports, Test Tags and Keyword Tags ([issue #1454](MarketSquare/robotframework-robocop#1454))

    Example code before and after the change:

    Library    CustomLibraryWithLongerNameAndSeveralArguments    first_argument    second_argument=${longer_variable_name}    WITH NAME    name
    Library             CustomLibraryWithLongerNameAndSeveralArguments
    ...                     first_argument
    ...                     second_argument=${longer_variable_name}
    ...                 WITH NAME    name
  • Restore project checkers ([issue #1108](MarketSquare/robotframework-robocop#1108))

    Project checkers were temporarily removed in the Robocop 6.0. There are now brought back in a new form, as a separate command:

    robocop check-project
    

... (truncated)

Commits
  • 97f429b docs: improve changelog for 7.0.0 (#1563)
  • 702cc3c Release 7.0.0 (#1562)
  • f2eb584 fix: wrong-case-in-keyword-name rule false positive reports on . characte...
  • 9bf3788 feat: split too long settings from settings section (#1559)
  • efb2672 docs: add megalinter integration page (#1558)
  • e06371c feat: restore project checks as separate command (#1556)
  • 1c33deb chore: add megalinter Github action job (#1557)
  • 851bb4d feat: add extend-select linter option (#1554)
  • 0df328a feat: rename custom-formatters to extend-select (#1553)
  • 10393cb Split wrong-case-in-keyword-name into itself and wrong-case-in-keyword-call r...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [robotframework-robocop](https://github.com/MarketSquare/robotframework-robocop) from 6.13.0 to 7.0.0.
- [Release notes](https://github.com/MarketSquare/robotframework-robocop/releases)
- [Commits](MarketSquare/robotframework-robocop@v6.13.0...v7.0.0)

---
updated-dependencies:
- dependency-name: robotframework-robocop
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Dec 15, 2025
@aaltat aaltat merged commit 1c18b35 into main Dec 16, 2025
3 checks passed
@aaltat aaltat deleted the dependabot/uv/robotframework-robocop-7.0.0 branch December 16, 2025 05:04
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants