Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps robotframework-robocop from 6.12.0 to 6.13.0.

Release notes

Sourced from robotframework-robocop's releases.

Robocop 6.13.0

Features

Example configuration:

[tool.robocop.lint.per_file_ignores]
"test.robot" = ["VAR02"]
"ignore_subdir/*" = ["empty-line-after-section", "DOC01"]
"ignore_file_in_subpath/test2.robot" = ["SPC10"]

Fixes

  • Fix piping output (robocop check > output.txt) not working on Windows because of code lines converted to emojis ([issue #1539](MarketSquare/robotframework-robocop#1539))
  • Fix configuration file loaded from the root directory with --ignore-file-config option enabled (other configuration files were correctly ignored)

Documentation

  • Describe how to extend the Robocop Rule class using docs_url as an example (here).
Commits
  • ab29942 feat: add docs_urls property to rule class (#1545)
  • 310513f tests: add tests for reports on empty results (#1544)
  • 856f5dd feat: allow to manually disable report (#1543)
  • a8be5b1 feat: per_file_ignores option to ignore rules matching file patterns (#1542)
  • 07aea82 fix: piping output not working on WIndows because of code lines converted to ...
  • 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.12.0 to 6.13.0.
- [Release notes](https://github.com/MarketSquare/robotframework-robocop/releases)
- [Commits](MarketSquare/robotframework-robocop@v6.12.0...v6.13.0)

---
updated-dependencies:
- dependency-name: robotframework-robocop
  dependency-version: 6.13.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 27, 2025
@aaltat aaltat merged commit bf1c786 into main Nov 28, 2025
3 checks passed
@aaltat aaltat deleted the dependabot/uv/robotframework-robocop-6.13.0 branch November 28, 2025 05:21
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