anuriq / chef-kibana5

Chef cookbook for installing Kibana 5.x.x
https://supermarket.chef.io/cookbooks/kibana5
Apache License 2.0
5 stars 15 forks source link

Add 6.7.1 Checksum for release; fixed indent and added all 3 distros #47

Open DexirianPrime opened 5 years ago

anuriq commented 5 years ago

hi @DexirianPrime thank you for your work. please, fix indents in the code, so checks can continue


Inspecting 18 files
...C..............
Offenses:
libraries/helpers.rb:62:9: C: Layout/IndentHash: Use 2 spaces for indentation in a hash, relative to the start of the line where the left curly brace is.
        'release' => { ...
        ^^^^^^^^^^^^^^
libraries/helpers.rb:67:7: C: Layout/IndentHash: Indent the right brace the same as the start of the line where the left brace is.
      },
      ^
18 files inspected, 2 offenses detected
RuboCop failed!```
DexirianPrime commented 5 years ago

@anuriq Hey there, i added the 2 missing checksums and fixed the indentation, but it seems the build is now failing because of Java Oracle.

anuriq commented 5 years ago

@DexirianPrime sorry for the delay. i fixed this issue in another PR, please, rebase.

anuriq commented 5 years ago

@DexirianPrime do you need help on this?