Skip to content

Releases: MarketSquare/robotframework-robocop

v8.2.7

14 Apr 07:25
e90c803

Choose a tag to compare

8.2.7 (2026-04-14)

Bug Fixes

  • Keyword naming rules with library import with underscores is now detected properly (#1734) (a86b1d4)

v8.2.6

13 Apr 08:32
0ca6b81

Choose a tag to compare

8.2.6 (2026-04-13)

Bug Fixes

  • ensure that configuration files are loaded in the order (robocop.toml > robot.toml > pyproject.toml) (#1729) (b7e041f)
  • pygments 2.20.0 failing to build our documentaton (#1731) (e6a5945)

v8.2.5

07 Apr 12:26
2b07350

Choose a tag to compare

8.2.5 (2026-04-07)

Bug Fixes

  • Fix section-out-of-order not supporting comments section (#1725) (56f0ab2)

v8.2.4

27 Mar 07:02
49ce907

Choose a tag to compare

8.2.4 (2026-03-27)

Bug Fixes

  • Add missing robot:exit-on-failure tag to reserved tag list (#1712) (1f2097a)

v8.2.3

17 Mar 11:58
dde42e7

Choose a tag to compare

8.2.3 (2026-03-17)

Bug Fixes

  • Fix missing force-exclude flag from the configuration file (#1708) (90cea8c)
  • Fix unused-variable reported on the FOR loop variable with type (#1706) (260f4f4)

v8.2.2

27 Feb 11:43
110a6ee

Choose a tag to compare

8.2.2 (2026-02-27)

Bug Fixes

  • Fix fatal attribute error when running Robocop (#1698) (47ac87e)

v8.2.1

27 Feb 08:43
3568496

Choose a tag to compare

8.2.1 (2026-02-27)

Bug Fixes

  • Fix circular import error due to ConfigManager split from config.py (#1695) (09e3fda)

v8.2.0

22 Feb 09:37
78dd83a

Choose a tag to compare

8.2.0 (2026-02-22)

Features

  • mcp: Allow to pass configuration file path via MCP tools (#1691) (da5dc6e)

v8.1.1

20 Feb 13:52
ca12903

Choose a tag to compare

8.1.1 (2026-02-20)

Bug Fixes

  • Fix unused-variable reported on variable names starting with digit (#1689) (fc6b78d)

v8.1.0

19 Feb 16:57
30b422f

Choose a tag to compare

8.1.0 (2026-02-19)

Features

Bug Fixes

  • unused-argument rule raised when argument is used in item access or inline eval (#1687) (d014a53)