Skip to content

1.7.1

Compare
Choose a tag to compare
@mnojek mnojek released this 13 Apr 08:17
· 432 commits to master since this release
d3b4d2c

This is mostly a bugfix release with minor changes to configurables and a big refactor in documentation.

Fixes

  • Fixed typos and outdated parts in documentation, rephrased some parts #338
  • Fixed typos in description of the rules #338
  • Different line endings are now properly supported when using Robocop API #342
  • Fixed issues with line-too-long (W0508) rule: #349
    • Hidden characters do not count towards line length limit #345
    • Tabulators are now properly counted #346
    • Disablers in comment are excluded from line length limit #347

Other

  • Better and more concise display of configurable parameters (now they also have some description and show the default value) #338 #350
  • Removed 'checkers' section in documentation and moved some parts under 'rules' section #338

Acknowledgements

Thanks @d-biehl for resolving issue with line endings!