.reek.yml in headdesk-0.10.0 vs .reek.yml in headdesk-0.11.0

- old
+ new

@@ -3,8 +3,10 @@ max_calls: 3 allow_calls: - 'apk.resources' - 'Thor::Base.shell' - 'CLI.command_help' + - 'exit' TooManyStatements: exclude: - 'Headdesk::Checks' + - 'Headdesk::CliCommands'