Add rubocop config #282
Annotations
10 errors
Run Rubocop:
Gemfile#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
Run Rubocop:
Gemfile#L10
Layout/SpaceAroundOperators: Surrounding space missing for operator `!=`. (https://rubystyle.guide#spaces-operators)
|
Run Rubocop:
Gemfile#L11
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
Run Rubocop:
Gemfile#L12
Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `codecov` should appear before `simplecov-console`.
|
Run Rubocop:
Gemfile#L12
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
Run Rubocop:
Gemfile#L16
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
Run Rubocop:
Rakefile#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
Run Rubocop:
Rakefile#L5
Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
Run Rubocop:
Rakefile#L12
Style/PercentLiteralDelimiters: `%w`-literals should be delimited by `[` and `]`. (https://rubystyle.guide#percent-literal-braces)
|
Run Rubocop:
Rakefile#L17
Lint/SuppressedException: Do not suppress exceptions. (https://rubystyle.guide#dont-hide-exceptions)
|
Loading