Skip to content

Commit 5125f7d

Browse files
committed
feat(analyze): analyze code now return a flag that indicates if errors/warnings/etc. occurs
- `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.
1 parent 5bf5493 commit 5125f7d

File tree

2 files changed

+125
-84
lines changed
  • docs/03_reference
  • packages/analyze/src/robotcode/analyze

2 files changed

+125
-84
lines changed

0 commit comments

Comments
 (0)