Skip to content

[0.22.0] - 2022-10-15

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 22:02
0c631d5

Added

  • Added --allow-warnings option to have selene pass when only warnings occur.
  • Added the ability to allow specific patterns in the deprecated lint.
  • Added exclude option to selene.toml for excluding files from lints.
  • Adds support for .yaml extensions to be used for standard libraries alongside .yml.
  • Normalized "lint" terminology over "rule" throughout codebase. "rules" in selene.toml should now be "lints", but "rules" will still be supported for backwards compatibility.

Changed

  • Updated internal parser, giving substantial parsing speed increases.

New Contributors

  • @guidojw made their first contribution in #428
  • @kyojindev made their first contribution in #425
  • @sisco0 made their first contribution in #441
  • @sno2 made their first contribution in #444