-
-
Notifications
You must be signed in to change notification settings - Fork 283
chore(deps): update dependency robotframework-robocop to v6.7.1 #6249
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
Merged
+4
−4
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
✅
|
5ea40d9 to
83efbf7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
6.7.0->6.7.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
MarketSquare/robotframework-robocop (robotframework-robocop)
v6.7.1: Robocop 6.7.1Compare Source
Configuring formatters with integer based parameters crashes Robocop (#1441)
Running Robocop with older Robot Framework versions than 7.0 no longer crashes when trying to configure with
integer based parameter::
The issue was coming from not supporting the Python extended typing in formatter definition::
|is not supported for Robot Framework < 7.0 and needs to be removed if you're using it in custom formatter::Rules that use more granular version matching are ignored if target version is not set (#1466)
Rules that require more granular version of Robot Framework (such as > 6.1) will no longer be silently ignored if
Robocop is executed on the same major version (6.1.1 for example) without target version set.
Importing external modules in custom rules with the same name as Robocop rules fails (#1467)
If custom rule used external module with the same name as one of Robocop rules categories, it failed on import:
It was resolved by redesigning our rules importing logic to follow the same behaviour as formatter importer.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.