GildedRose-Refactoring-Kata/ruby
2021-05-26 20:24:07 -03:00
..
.bundle refactor v1 2021-05-26 18:58:04 -03:00
.buildpath add Ruby Eclipse settings 2014-01-25 23:01:39 +01:00
.gitignore added ruby gitignore 2020-05-07 08:44:42 +02:00
.loadpath add Ruby Eclipse settings 2014-01-25 23:01:39 +01:00
.project add Ruby Eclipse settings 2014-01-25 23:01:39 +01:00
.rspec nested formatter was renamed to documentation 2016-08-02 15:02:20 +02:00
docker-compose.yml removing repeated code blocks 2021-05-26 20:24:07 -03:00
Dockerfile removing repeated code blocks 2021-05-26 20:24:07 -03:00
Gemfile removing repeated code blocks 2021-05-26 20:24:07 -03:00
Gemfile.lock removing repeated code blocks 2021-05-26 20:24:07 -03:00
gilded_rose_spec.rb removing repeated code blocks 2021-05-26 20:24:07 -03:00
gilded_rose.rb removing repeated code blocks 2021-05-26 20:24:07 -03:00
Makefile removing repeated code blocks 2021-05-26 20:24:07 -03:00
README.md removing repeated code blocks 2021-05-26 20:24:07 -03:00
texttest_fixture.rb Change line separator from CRLF to LF 2020-09-25 16:45:40 +02:00

Guilded Rose

Guio and Lenise's implementation for guilded rose refactoring

Testing

make test

Linter - Rubocop

make lint

automatic fix detected offenses
make auto-correct