Skip to content

Commit

Permalink
Configure codeclimate (Hacker0x01#2)
Browse files Browse the repository at this point in the history
* Added codeclimate config

* Updated rubocop config

* Downgraded ruby version for codeclimate

* Fixed another lint issue
  • Loading branch information
mvgijssel authored May 16, 2019
1 parent 086c35a commit 32f5c8c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: "2"
plugins:
rubocop:
enabled: true
bundler-audit:
enabled: true
6 changes: 0 additions & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@ Metrics/MethodLength:
Metrics/BlockLength:
Enabled: false

Metrics/AbcSize:
Enabled: false

Style/Documentation:
Enabled: false

Metrics/CyclomaticComplexity:
Enabled: false

Layout/MultilineMethodCallIndentation:
Enabled: true
EnforcedStyle: indented
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.1
2.5.3
4 changes: 3 additions & 1 deletion arel_toolkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Gem::Specification.new do |spec|
spec.email = ['maarten@vgijssel.nl']

spec.summary = 'Collection of tools for Arel'
spec.description = 'ArelToolkit contains parsing, querying, modifying, optimisations, extensions and more for Arel.'
spec.description = <<~STRING
ArelToolkit contains parsing, querying, modifying, optimisations, extensions and more for Arel.
STRING
spec.homepage = 'https://github.com/mvgijssel/arel_toolkit'
spec.license = 'MIT'

Expand Down

0 comments on commit 32f5c8c

Please sign in to comment.