CircleCI tests are failing on Rubocop
Closed this issue · 2 comments
kgeorgak commented
Running RuboCop...
Inspecting 31 files
..C.........C.......C.........C
Offenses:
recipes/default.rb:67:13: C: Unnecessary spacing detected.
'repo' => 'http://ppa.launchpad.net/ondrej/php5-oldstable/ubuntu',
^^^
recipes/default.rb:73:13: C: Unnecessary spacing detected.
'repo' => 'http://ppa.launchpad.net/ondrej/php5/ubuntu',
^^^
recipes/default.rb:79:13: C: Unnecessary spacing detected.
'repo' => 'http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu',
^^^
test/integration/helpers/serverspec/platform_helper.rb:26:28: C: Unnecessary spacing detected.
fpm_service_name: 'php-fpm'
^^^^^
test/integration/helpers/serverspec/platform_helper.rb:46:26: C: Unnecessary spacing detected.
fpm_service_name: 'php5-fpm',
^^^^^^
test/unit/spec/centos66_options.rb:1:2: C: Indentation of first line in file detected.
CENTOS66_SERVICE_OPTS = {
^^^^^^^^^^^^^^^^^^^^^
test/unit/spec/ubuntu1404_options.rb:1:3: C: Indentation of first line in file detected.
UBUNTU1404_SERVICE_OPTS = {
^^^^^^^^^^^^^^^^^^^^^^^
31 files inspected, 7 offenses detected
dearing commented
👍