Skip to content

v0.99.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 18:35
· 1 commit to main since this release
v0.99.0
fac5536

Bug Fixes

  • analyzer: Better recognition of circular imports (a36dd41)

Features

  • analyze: analyze code now return a flag that indicates if errors/warnings/etc. occurs (5125f7d)

    • 0: SUCCESS - No issues detected.
    • 1: ERRORS - Critical issues found.
    • 2: WARNINGS - Non-critical issues detected.
    • 4: INFORMATIONS - General information messages.
    • 8: HINTS - Suggestions or improvements.

    A return code 1 means error and 3 means there are errors and warning and so on.

  • cli: Add an astric (*) for options that can be used multiple times (5bf5493)