Module: Goodcheck::ExitStatus
- Included in:
- CLI, Commands::Check, Commands::ConfigLoading, Commands::Init, Commands::Pattern, Commands::Test
- Defined in:
- lib/goodcheck/exit_status.rb
Constant Summary collapse
- EXIT_SUCCESS =
0
- EXIT_ERROR =
1
- EXIT_MATCH =
2
- EXIT_TEST_FAILED =
3