Skip to content

Commit

Permalink
chore: correct some typings changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Nov 20, 2024
1 parent fac5536 commit 0891973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ All notable changes to this project will be documented in this file. See [conven
- **analyze:** `analyze code` now return a flag that indicates if errors/warnings/etc. occurs ([5125f7d](https://github.com/robotcodedev/robotcode/commit/5125f7dca21daf18f21708ab0676d8707fbb2827))

- `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.
- `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.

Expand Down

0 comments on commit 0891973

Please sign in to comment.