github rvben/rumdl v0.0.97

latest releases: v0.0.138, v0.0.137, v0.0.136...
one month ago

Changed

  • Updated exit code handling for consistency:
    • Configuration errors now return exit code 2 (was 1)
    • File not found errors now return exit code 2 (was 1)
    • Invalid command arguments now return exit code 2 (was 1)
  • Standardized exit codes across all error conditions:
    • Exit code 1: Reserved for linting issues found
    • Exit code 2: Tool errors (config parse errors, file not found, invalid arguments)

Fixed

  • Improved consistency in exit code handling across the entire codebase
  • Updated all tests to expect correct exit codes for different error scenarios

Don't miss a new rumdl release

NewReleases is sending notifications on new releases.