Skip to content

Commit 0891973

Browse files
committed
chore: correct some typings changelog
1 parent fac5536 commit 0891973

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ All notable changes to this project will be documented in this file. See [conven
1414
- **analyze:** `analyze code` now return a flag that indicates if errors/warnings/etc. occurs ([5125f7d](https://github.com/robotcodedev/robotcode/commit/5125f7dca21daf18f21708ab0676d8707fbb2827))
1515

1616
- `0`: **SUCCESS** - No issues detected.
17-
- `1`: **ERRORS** - Critical issues found.
18-
- `2`: **WARNINGS** - Non-critical issues detected.
19-
- `4`: **INFORMATIONS** - General information messages.
20-
- `8`: **HINTS** - Suggestions or improvements.
17+
- `1`: **ERRORS** - Critical issues found.
18+
- `2`: **WARNINGS** - Non-critical issues detected.
19+
- `4`: **INFORMATIONS** - General information messages.
20+
- `8`: **HINTS** - Suggestions or improvements.
2121

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

0 commit comments

Comments
 (0)