Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.2.7"
".": "8.2.8"
}
9 changes: 8 additions & 1 deletion docs/releasenotes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release notes

## [8.2.8](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.7...v8.2.8) (2026-04-20)


### Bug Fixes

* Fix documentation typos & add documentation linter ([#1738](https://github.com/MarketSquare/robotframework-robocop/issues/1738)) ([2a45e93](https://github.com/MarketSquare/robotframework-robocop/commit/2a45e93432c94d1b8bf76b999172b1f582053e6e))

## [8.2.7](https://github.com/MarketSquare/robotframework-robocop/compare/v8.2.6...v8.2.7) (2026-04-14)


Expand Down Expand Up @@ -509,4 +516,4 @@ https://robocop.readthedocs.io/en/v{version}/rules/rules_list.html#{rule-name} .

New disabler directives (``robocop: fmt: off`` and ``fmt: off``) were not ignored by ``line-too-long`` rule.

From now on, together with other disablers, comments with disablers will be ignored when checking line length.
From now on, together with other disablers, comments with disablers will be ignored when checking line length.
2 changes: 1 addition & 1 deletion src/robocop/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.2.7" # x-release-please-version
__version__ = "8.2.8" # x-release-please-version
Loading