Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various upgrades #366

Merged
merged 23 commits into from Feb 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 10 additions & 13 deletions .codeclimate.yml
@@ -1,17 +1,15 @@
---
version: '2'
plugins:
bundler-audit:
enabled: false
duplication:
enabled: true
config:
languages:
- ruby
flog:
enabled: true
fixme:
enabled: true
flog:
enabled: true
markdownlint:
enabled: true
reek:
Expand All @@ -20,16 +18,15 @@ plugins:
file: .reek.yml
rubocop:
enabled: true
channel: rubocop-0-57
channel: rubocop-0-63
config:
file: .rubocop.yml

exclude_patterns:
- Gemfile
- "Gemfile"
- "*.gemspec"
- Appraisals
- spec/**/*.rb
- gemfiles/**/*
- rails_example/**/*
- redis/**/*
- tmp/**/*

- "Appraisals"
- "gemfiles/"
- "rails_example/"
- "redis/"
- "tmp/"
2 changes: 0 additions & 2 deletions .csslintrc

This file was deleted.

4 changes: 0 additions & 4 deletions .dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -11,4 +11,4 @@ indent_style = space
indent_size = 2

[*.{md,slim,haml}]
trim_trailing_whitespace = false
trim_trailing_whitespace = true
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

213 changes: 0 additions & 213 deletions .eslintrc

This file was deleted.

33 changes: 11 additions & 22 deletions .gitignore
@@ -1,28 +1,17 @@

*.gem

*.sublime-*
*.sw?
.DS_Store

Gemfile.lock

.ruby-version
.idea/
gemfiles/*.lock
*.sw?
coverage/
tmp/
rails_example/spec/examples.txt

*.sublime-*

/sidekiq/

.rspec_status

/gemfiles/.bundle/

.ruby-version
/.byebug_history

/.yardoc/

/spec/examples.txt
/doc*/
/gemfiles/.bundle/
/sidekiq/
coverage/
Gemfile.lock
gemfiles/*.lock
rails_example/spec/examples.txt
tmp/
1 change: 1 addition & 0 deletions .mdlrc
@@ -0,0 +1 @@
rules "~MD013"
1 change: 1 addition & 0 deletions .reek.yml
Expand Up @@ -6,6 +6,7 @@ exclude_paths:
- tmp
- gemfiles
- examples
- vendor/bundle
detectors:
DuplicateMethodCall:
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .rspec
@@ -1,2 +1,2 @@
--color
--order random
--require spec_helper