gonzedge/rambling-trie

View on GitHub
Remove now-extracted RSpec/Rails from rubocop (yay!) #128
Edgar Gonzalez authored 92508561
complete00:00:23
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: missing 'version' key. Please add `version: "2"`
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-rubocop:b1049
b1049: Pulling from codeclimate/codeclimate-rubocop
0a6724ff3fcd: Already exists
dac597affe20: Already exists
9e2877e2a047: Already exists
3b12aba1d7fe: Already exists
199631f239de: Already exists
bc7dc4e6f334: Pulling fs layer
2753a1412b1b: Pulling fs layer
cfb4a664a086: Pulling fs layer
b4876241a8b2: Pulling fs layer
e5046436eacf: Pulling fs layer
292fd696b3a6: Pulling fs layer
02dae70bf3a7: Pulling fs layer
b4876241a8b2: Waiting
e5046436eacf: Waiting
292fd696b3a6: Waiting
02dae70bf3a7: Waiting
bc7dc4e6f334: Verifying Checksum
bc7dc4e6f334: Download complete
2753a1412b1b: Verifying Checksum
2753a1412b1b: Download complete
cfb4a664a086: Download complete
bc7dc4e6f334: Pull complete
2753a1412b1b: Pull complete
e5046436eacf: Verifying Checksum
e5046436eacf: Download complete
cfb4a664a086: Pull complete
292fd696b3a6: Verifying Checksum
292fd696b3a6: Download complete
02dae70bf3a7: Verifying Checksum
02dae70bf3a7: Download complete
b4876241a8b2: Verifying Checksum
b4876241a8b2: Download complete
b4876241a8b2: Pull complete
e5046436eacf: Pull complete
292fd696b3a6: Pull complete
02dae70bf3a7: Pull complete
Digest: sha256:22ca9e682e2a6f46b24dbb81f8f532ddcc705e741193e9c7dd6d39ceb14ec695
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-rubocop:b1049
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
7
fixme
fixme engine documentation
8
flog
flog engine documentation
9
markdownlint
markdownlint engine documentation
View output
/usr/local/bundle/gems/posix-spawn-0.3.11/lib/posix/spawn.rb:467: warning: constant ::Fixnum is deprecated
10
rubocop
rubocop engine documentation
View output
unrecognized cop or department Style/ExactRegexpMatch found in .rubocop.enabled.yml
Did you mean `Style/RedundantRegexpCharacterClass`?
unrecognized cop or department Style/ExactRegexpMatch found in .rubocop.yml
Did you mean `Style/RedundantRegexpCharacterClass`?
The following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your `.rubocop.yml` file.

Please also note that you can opt-in to new cops by default by adding this to your config:
  AllCops:
    NewCops: enable
RSpec/Rails/AvoidSetupHook: # new in 2.4
  Enabled: true
RSpec/Rails/HaveHttpStatus: # new in 2.12
  Enabled: true
RSpec/Rails/InferredSpecType: # new in 2.14
  Enabled: true
RSpec/Rails/MinitestAssertions: # new in 2.17
  Enabled: true
RSpec/Rails/TravelAround: # new in 2.19
  Enabled: true
For more information: https://docs.rubocop.org/rubocop/versioning.html