v0.99.0
Bug Fixes
- analyzer: Better recognition of circular imports (a36dd41)
Features
-
analyze:
analyze codenow 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)