Skip to content

0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 06:22
· 41 commits to master since this release

Features 🎉

  • Check the number of function arguments with --max-function-arguments
  • Check the number of function return values with --max-function-return-values
  • Check the number of return statements in a function with --max-function-return-stmts
  • Check the number of unpacking targets with --max-unpacking-targets