erikw/nestedtext-ruby

View on GitHub
nit #360
Erik Westrup authored daed22a5
complete00:00:20
Your first build completed successfully!

Congratulations

Your first build completed successfully!

See the Results

1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: 'ratings' has been deprecated, and will not be used
3
codeclimate prepare
View output
codeclimate prepare
4
builder pull-engines
View output
determining required images
docker pull codeclimate/codeclimate-rubocop:b1041
b1041: Pulling from codeclimate/codeclimate-rubocop
0a6724ff3fcd: Pulling fs layer
dac597affe20: Pulling fs layer
9e2877e2a047: Pulling fs layer
3b12aba1d7fe: Pulling fs layer
199631f239de: Pulling fs layer
d35b3018ac58: Pulling fs layer
3b12aba1d7fe: Waiting
199631f239de: Waiting
d35b3018ac58: Waiting
61fda0fa9cd0: Pulling fs layer
db667c47e600: Pulling fs layer
4ab124d31f24: Pulling fs layer
a7dc3aea32ae: Pulling fs layer
db667c47e600: Waiting
4ab124d31f24: Waiting
61fda0fa9cd0: Waiting
6684bc2f3f75: Pulling fs layer
7de75bd71a0b: Pulling fs layer
6684bc2f3f75: Waiting
7de75bd71a0b: Waiting
9e2877e2a047: Download complete
dac597affe20: Verifying Checksum
dac597affe20: Download complete
0a6724ff3fcd: Verifying Checksum
0a6724ff3fcd: Download complete
199631f239de: Verifying Checksum
199631f239de: Download complete
3b12aba1d7fe: Verifying Checksum
3b12aba1d7fe: Download complete
0a6724ff3fcd: Pull complete
d35b3018ac58: Verifying Checksum
d35b3018ac58: Download complete
61fda0fa9cd0: Verifying Checksum
61fda0fa9cd0: Download complete
dac597affe20: Pull complete
9e2877e2a047: Pull complete
db667c47e600: Verifying Checksum
db667c47e600: Download complete
a7dc3aea32ae: Verifying Checksum
a7dc3aea32ae: Download complete
6684bc2f3f75: Verifying Checksum
6684bc2f3f75: Download complete
7de75bd71a0b: Verifying Checksum
7de75bd71a0b: Download complete
3b12aba1d7fe: Pull complete
199631f239de: Pull complete
d35b3018ac58: Pull complete
4ab124d31f24: Verifying Checksum
4ab124d31f24: Download complete
61fda0fa9cd0: Pull complete
db667c47e600: Pull complete
4ab124d31f24: Pull complete
a7dc3aea32ae: Pull complete
6684bc2f3f75: Pull complete
7de75bd71a0b: Pull complete
Digest: sha256:23e6429a0a8b47bf4d481c2722fcd60c5855c2ad80f14875e69d222a6f777edc
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-rubocop:b1041
5
structure
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
W, [2024-08-31T13:00:07.397383 #1]  WARN -- : Skipping lib/nestedtext/core_ext.rb due to CC::Parser::Client::HTTPError
W, [2024-08-31T13:00:07.397410 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-08-31T13:00:09.816116 #1]  INFO -- : Skipping file ./lib/nestedtext/core_ext.rb due to exception (Racc::ParseError): ./lib/nestedtext/core_ext.rb:6 :: parse error on value "include" (tIDENTIFIER)

I, [2024-08-31T13:00:09.847622 #1]  INFO -- : Skipping file ./lib/nestedtext/scanners.rb due to exception (Racc::ParseError): ./lib/nestedtext/scanners.rb:35 :: parse error on value "&." (error)
7
rubocop
rubocop engine documentation
View output
unrecognized cop Gemspec/RequireMFA found in .rubocop.yml
Did you mean `Gemspec/RequiredRubyVersion`?
unrecognized cop Lint/AmbiguousOperatorPrecedence found in .rubocop.yml
Did you mean `Lint/AmbiguousRegexpLiteral`?
unrecognized cop Lint/AmbiguousRange found in .rubocop.yml
Did you mean `Lint/AmbiguousOperator`?
unrecognized cop Lint/IncompatibleIoSelectWithFiberScheduler found in .rubocop.yml
Did you mean `Lint/IneffectiveAccessModifier`?
unrecognized cop Lint/RequireRelativeSelfPath found in .rubocop.yml
Did you mean `Lint/RequireParentheses`?
unrecognized cop Lint/UselessRuby2Keywords found in .rubocop.yml
Did you mean `Lint/UselessTimes`?
unrecognized cop Naming/BlockForwarding found in .rubocop.yml
Did you mean `Naming/BlockParameterName`?
unrecognized cop Security/IoMethods found in .rubocop.yml
Did you mean `Security/Open`?
unrecognized cop Style/FileRead found in .rubocop.yml
Did you mean `Style/IfInsideElse`?
unrecognized cop Style/FileWrite found in .rubocop.yml
Did you mean `Style/Dir`?
unrecognized cop Style/MapToHash found in .rubocop.yml
Did you mean `Style/OptionHash`?
unrecognized cop Style/NestedFileDirname found in .rubocop.yml
Did you mean `Style/NegatedIfElseCondition`?
unrecognized cop Style/NumberedParameters found in .rubocop.yml
Did you mean `Style/TernaryParentheses`?
unrecognized cop Style/NumberedParametersLimit found in .rubocop.yml
Did you mean `Style/BarePercentLiterals`?
unrecognized cop Style/OpenStructUse found in .rubocop.yml
Did you mean `Style/IpAddresses`?
unrecognized cop Style/RedundantSelfAssignmentBranch found in .rubocop.yml
Did you mean `Style/RedundantSelfAssignment`?
unrecognized cop Style/SelectByRegexp found in .rubocop.yml
Did you mean `Style/Strip`?
Warning: Style/HashSyntax does not support EnforcedShorthandSyntax parameter.

Supported parameters are:

  - Enabled
  - EnforcedStyle
  - SupportedStyles
  - UseHashRocketsWithSymbolValues
  - PreferHashRocketsForNonAlnumEndingSymbols
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 can also opt-in to new cops by default by adding this to your config:
  AllCops:
    NewCops: enable
Naming/InclusiveLanguage: # (new in 1.18)
  Enabled: true
For more information: https://docs.rubocop.org/rubocop/versioning.html
8
fixme
fixme engine documentation
9
eslint
eslint engine documentation
View output
No rules are configured. Make sure you have added a config file with rules enabled.
See our documentation at https://docs.codeclimate.com/docs/eslint for more information.
(node:8) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:8) Warning: Accessing non-existent property 'pwd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'ls' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'find' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'cp' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'mv' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'mkdir' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'test' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'head' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'tail' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'to' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'toEnd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'sed' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'sort' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'uniq' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'grep' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'which' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'echo' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'dirs' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'pushd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'popd' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'ln' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'tempdir' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'exec' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'chmod' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'touch' of module exports inside circular dependency
(node:8) Warning: Accessing non-existent property 'set' of module exports inside circular dependency