Skip to content

0.12.87

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 15:39
0.12.87
d464e00

Major new feature 🚀

New exceptions-related rules

  • Differentiate between checked and unchecked exceptions
  • Enforce declaring thrown checked exceptions in @throws
  • Report extra exceptions in @throws that aren't actually thrown

Read this article for more details »

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖