Ferdi

Results 4 issues of Ferdi

Hi, Thanks for this gem! I saw that you created a release for 2.0.0, but the version.rb file still states 1.5.1. Could you bump that file as well? 😄 Thanks!...

When my repository contains a kitchen.yml with driver `dokken` and docker-engine is not running, I can't run the static code analysis using cookstyle because kitchen is loaded by rake which...

## Description Running `lscpu` on a Debian (or other linux) VM on an arm64 system (for example an Apple M2 system) does not output the line `Core(s) per socket` but...

Type: Bug

In the current codebase of [CustomerBank](https://github.com/php-twinfield/twinfield/blob/master/src/CustomerBank.php#L45) the getter for default looks like: ```php public function getDefault() : bool { return $this->default; } ``` This requires `$this->default` to be a boolean....