Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps robotframework-robocop from 6.10.1 to 6.11.0.

Release notes

Sourced from robotframework-robocop's releases.

Robocop 6.11.0

Features

  • Add --silent option to disable all output when running Robocop ([issue #1512](MarketSquare/robotframework-robocop#1512))
  • Improve startup performance of the Robocop (using a Robocop repository as a benchmark: from 5s to 0.3s). It was done by fixing issues in handling ignored files and by properly caching configuration files (to avoid multiple lookups). The difference may be noticeable only for the large, complex projects ([issue #1503](MarketSquare/robotframework-robocop#1503))

Fixes

*** Test Cases ***
Multiline inline IF
    IF    True
    ...    Something

becomes:

*** Test Cases ***
Multiline inline IF
    IF    True    Something

Documentation

Commits
  • 1cc7470 Add Robocop MCP and Python API reference to our documentation (#1527)
  • fe38a6d Fix enabled formatter parameter not validating as a boolean (#1526)
  • a60d6f5 Fix migrate command not splitting multiple parameters (#1524)
  • 66bba9c Fix migrate command migrating formatters with enabled=False in transform opti...
  • ce55691 Improve sources & configs discovery performance (#1521)
  • 9822c27 Fix splitting multiline IFs (#1520)
  • e563dbe Add a note to disabled rules in the documentation (#1519)
  • ead48f1 Add --silent option (#1516)
  • See full diff 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.10.1 to 6.11.0.
- [Release notes](https://github.com/MarketSquare/robotframework-robocop/releases)
- [Commits](MarketSquare/robotframework-robocop@v6.10.1...v6.11.0)

---
updated-dependencies:
- dependency-name: robotframework-robocop
  dependency-version: 6.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 19, 2025
@aaltat aaltat merged commit 34aea47 into main Nov 20, 2025
3 checks passed
@aaltat aaltat deleted the dependabot/uv/robotframework-robocop-6.11.0 branch November 20, 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