shimoju / metabase-ruby

Ruby client library for Metabase API
MIT License
28 stars 27 forks source link

bundle update 20180916 #48

Closed shimoju closed 6 years ago

shimoju commented 6 years ago
❯ be rubocop
Inspecting 57 files
..C.............................C........................

Offenses:

metabase.gemspec:2:1: C: Layout/LeadingBlankLines: Unnecessary blank line at the beginning of the source.
# frozen_string_literal: true
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/metabase/connection.rb:37:7: C: [Corrected] Layout/EmptyLineAfterGuardClause: Add empty line after guard clause.
      raise error if error
      ^^^^^^^^^^^^^^^^^^^^

57 files inspected, 2 offenses detected, 1 offense corrected