feapaydin/rubygpt

View on GitHub
Release/v0.1.2 (#17) #38
Furkan Enes authored cf327933
complete00:00:17
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: unknown engine or channel <codescan:stable>
WARNING: unknown engine or channel <cody:stable>
WARNING: unknown engine or channel <isort:stable>
WARNING: unknown engine or channel <proselint:stable>
WARNING: unknown engine or channel <protobuf:stable>
WARNING: unknown engine or channel <rustfmt:stable>
WARNING: unknown engine or channel <tfsec:stable>
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: Pulling fs layer
dac597affe20: Pulling fs layer
9e2877e2a047: Pulling fs layer
3b12aba1d7fe: Pulling fs layer
199631f239de: Pulling fs layer
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
3b12aba1d7fe: Waiting
199631f239de: Waiting
bc7dc4e6f334: Waiting
2753a1412b1b: Waiting
cfb4a664a086: Waiting
b4876241a8b2: Waiting
e5046436eacf: Waiting
292fd696b3a6: Waiting
02dae70bf3a7: Waiting
9e2877e2a047: Verifying Checksum
9e2877e2a047: Download complete
dac597affe20: Verifying Checksum
dac597affe20: Download complete
0a6724ff3fcd: Download complete
0a6724ff3fcd: Pull complete
199631f239de: Verifying Checksum
199631f239de: Download complete
bc7dc4e6f334: Verifying Checksum
bc7dc4e6f334: Download complete
dac597affe20: Pull complete
9e2877e2a047: Pull complete
2753a1412b1b: Download complete
cfb4a664a086: Verifying Checksum
cfb4a664a086: Download complete
e5046436eacf: Verifying Checksum
e5046436eacf: Download complete
3b12aba1d7fe: Verifying Checksum
3b12aba1d7fe: Download complete
02dae70bf3a7: Verifying Checksum
02dae70bf3a7: Download complete
292fd696b3a6: Download complete
3b12aba1d7fe: Pull complete
199631f239de: Pull complete
bc7dc4e6f334: Pull complete
2753a1412b1b: Pull complete
cfb4a664a086: Pull 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...
W, [2024-09-29T01:50:54.590324 #1]  WARN -- : Skipping lib/rubygpt/response/chat_completion.rb due to CC::Parser::Client::HTTPError
W, [2024-09-29T01:50:54.590355 #1]  WARN -- : Response status: 422
W, [2024-09-29T01:50:54.636408 #1]  WARN -- : Skipping lib/rubygpt/common/message.rb due to CC::Parser::Client::HTTPError
W, [2024-09-29T01:50:54.636433 #1]  WARN -- : Response status: 422
6
duplication
View output
12
Parser process id: 12
codeclimate-parser socket not present
waiting 1s...
I, [2024-09-29T01:50:56.667759 #1]  INFO -- : Skipping file ./lib/rubygpt/response/chat_completion.rb due to exception (Racc::ParseError): ./lib/rubygpt/response/chat_completion.rb:25 :: parse error on value ":" (tSYMBEG)

I, [2024-09-29T01:50:56.690767 #1]  INFO -- : Skipping file ./lib/rubygpt/common/message.rb due to exception (Racc::ParseError): ./lib/rubygpt/common/message.rb:10 :: parse error on value "%i[" (error)
7
rubocop
rubocop engine documentation
View output
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
Gemspec/DeprecatedAttributeAssignment: # new in 1.30
  Enabled: true
Gemspec/DevelopmentDependencies: # new in 1.44
  Enabled: true
Gemspec/RequireMFA: # new in 1.23
  Enabled: true
Layout/LineContinuationLeadingSpace: # new in 1.31
  Enabled: true
Layout/LineContinuationSpacing: # new in 1.31
  Enabled: true
Layout/LineEndStringConcatenationIndentation: # new in 1.18
  Enabled: true
Layout/SpaceBeforeBrackets: # new in 1.7
  Enabled: true
Lint/AmbiguousAssignment: # new in 1.7
  Enabled: true
Lint/AmbiguousOperatorPrecedence: # new in 1.21
  Enabled: true
Lint/AmbiguousRange: # new in 1.19
  Enabled: true
Lint/ConstantOverwrittenInRescue: # new in 1.31
  Enabled: true
Lint/DeprecatedConstants: # new in 1.8
  Enabled: true
Lint/DuplicateBranch: # new in 1.3
  Enabled: true
Lint/DuplicateMagicComment: # new in 1.37
  Enabled: true
Lint/DuplicateMatchPattern: # new in 1.50
  Enabled: true
Lint/DuplicateRegexpCharacterClassElement: # new in 1.1
  Enabled: true
Lint/EmptyBlock: # new in 1.1
  Enabled: true
Lint/EmptyClass: # new in 1.3
  Enabled: true
Lint/EmptyInPattern: # new in 1.16
  Enabled: true
Lint/IncompatibleIoSelectWithFiberScheduler: # new in 1.21
  Enabled: true
Lint/LambdaWithoutLiteralBlock: # new in 1.8
  Enabled: true
Lint/NoReturnInBeginEndBlocks: # new in 1.2
  Enabled: true
Lint/NonAtomicFileOperation: # new in 1.31
  Enabled: true
Lint/NumberedParameterAssignment: # new in 1.9
  Enabled: true
Lint/OrAssignmentToConstant: # new in 1.9
  Enabled: true
Lint/RedundantDirGlobSort: # new in 1.8
  Enabled: true
Lint/RefinementImportMethods: # new in 1.27
  Enabled: true
Lint/RequireRangeParentheses: # new in 1.32
  Enabled: true
Lint/RequireRelativeSelfPath: # new in 1.22
  Enabled: true
Lint/SymbolConversion: # new in 1.9
  Enabled: true
Lint/ToEnumArguments: # new in 1.1
  Enabled: true
Lint/TripleQuotes: # new in 1.9
  Enabled: true
Lint/UnexpectedBlockArity: # new in 1.5
  Enabled: true
Lint/UnmodifiedReduceAccumulator: # new in 1.1
  Enabled: true
Lint/UselessRescue: # new in 1.43
  Enabled: true
Lint/UselessRuby2Keywords: # new in 1.23
  Enabled: true
Metrics/CollectionLiteralLength: # new in 1.47
  Enabled: true
Naming/BlockForwarding: # new in 1.24
  Enabled: true
Security/CompoundHash: # new in 1.28
  Enabled: true
Security/IoMethods: # new in 1.22
  Enabled: true
Style/ArgumentsForwarding: # new in 1.1
  Enabled: true
Style/ArrayIntersect: # new in 1.40
  Enabled: true
Style/CollectionCompact: # new in 1.2
  Enabled: true
Style/ComparableClamp: # new in 1.44
  Enabled: true
Style/ConcatArrayLiterals: # new in 1.41
  Enabled: true
Style/DataInheritance: # new in 1.49
  Enabled: true
Style/DirEmpty: # new in 1.48
  Enabled: true
Style/DocumentDynamicEvalDefinition: # new in 1.1
  Enabled: true
Style/EmptyHeredoc: # new in 1.32
  Enabled: true
Style/EndlessMethod: # new in 1.8
  Enabled: true
Style/EnvHome: # new in 1.29
  Enabled: true
Style/FetchEnvVar: # new in 1.28
  Enabled: true
Style/FileEmpty: # new in 1.48
  Enabled: true
Style/FileRead: # new in 1.24
  Enabled: true
Style/FileWrite: # new in 1.24
  Enabled: true
Style/HashConversion: # new in 1.10
  Enabled: true
Style/HashExcept: # new in 1.7
  Enabled: true
Style/IfWithBooleanLiteralBranches: # new in 1.9
  Enabled: true
Style/InPatternThen: # new in 1.16
  Enabled: true
Style/MagicCommentFormat: # new in 1.35
  Enabled: true
Style/MapCompactWithConditionalBlock: # new in 1.30
  Enabled: true
Style/MapToHash: # new in 1.24
  Enabled: true
Style/MapToSet: # new in 1.42
  Enabled: true
Style/MinMaxComparison: # new in 1.42
  Enabled: true
Style/MultilineInPatternThen: # new in 1.16
  Enabled: true
Style/NegatedIfElseCondition: # new in 1.2
  Enabled: true
Style/NestedFileDirname: # new in 1.26
  Enabled: true
Style/NilLambda: # new in 1.3
  Enabled: true
Style/NumberedParameters: # new in 1.22
  Enabled: true
Style/NumberedParametersLimit: # new in 1.22
  Enabled: true
Style/ObjectThen: # new in 1.28
  Enabled: true
Style/OpenStructUse: # new in 1.23
  Enabled: true
Style/OperatorMethodCall: # new in 1.37
  Enabled: true
Style/QuotedSymbols: # new in 1.16
  Enabled: true
Style/RedundantArgument: # new in 1.4
  Enabled: true
Style/RedundantConstantBase: # new in 1.40
  Enabled: true
Style/RedundantDoubleSplatHashBraces: # new in 1.41
  Enabled: true
Style/RedundantEach: # new in 1.38
  Enabled: true
Style/RedundantHeredocDelimiterQuotes: # new in 1.45
  Enabled: true
Style/RedundantInitialize: # new in 1.27
  Enabled: true
Style/RedundantLineContinuation: # new in 1.49
  Enabled: true
Style/RedundantSelfAssignmentBranch: # new in 1.19
  Enabled: true
Style/RedundantStringEscape: # new in 1.37
  Enabled: true
Style/SelectByRegexp: # new in 1.22
  Enabled: true
Style/StringChars: # new in 1.12
  Enabled: true
Style/SwapValues: # new in 1.1
  Enabled: true
For more information: https://docs.rubocop.org/rubocop/versioning.html