theforeman/foreman_ansible

View on GitHub
Fix the tags check for the release gem action #3287
Bernhard Suttner authored 611edf4d
complete00:00:32
1
git clone
2
codeclimate validate-config
View output
codeclimate validate-config
WARNING: 'engines' has been deprecated, please use 'plugins' instead
WARNING: 'exclude_paths' has been deprecated, please use 'exclude_patterns' instead
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:b705
b705: Pulling from codeclimate/codeclimate-rubocop
aad63a933944: Already exists
cca28d9d22b9: Already exists
e46ee7bc75f6: Already exists
12139539199e: Already exists
c262dbdf41d7: Already exists
0f62bb3afce9: Pulling fs layer
c438ea47abb6: Pulling fs layer
ce87c905e14a: Pulling fs layer
54fa2413dc0e: Pulling fs layer
b91bb9ce328b: Pulling fs layer
16d4f7838006: Pulling fs layer
c495d0db8c1a: Pulling fs layer
b91bb9ce328b: Waiting
16d4f7838006: Waiting
54fa2413dc0e: Waiting
c495d0db8c1a: Waiting
ce87c905e14a: Verifying Checksum
ce87c905e14a: Download complete
c438ea47abb6: Verifying Checksum
c438ea47abb6: Download complete
0f62bb3afce9: Verifying Checksum
0f62bb3afce9: Download complete
0f62bb3afce9: Pull complete
c438ea47abb6: Pull complete
16d4f7838006: Download complete
b91bb9ce328b: Download complete
ce87c905e14a: Pull complete
c495d0db8c1a: Verifying Checksum
c495d0db8c1a: Download complete
54fa2413dc0e: Verifying Checksum
54fa2413dc0e: Download complete
54fa2413dc0e: Pull complete
b91bb9ce328b: Pull complete
16d4f7838006: Pull complete
c495d0db8c1a: Pull complete
Digest: sha256:079ffc85f9a94a1061229b688dd6d67cd7c9b39a42800d007168ec2324e93203
Status: Downloaded newer image for registry.prod.codeclimate.net/codeclimate/codeclimate-rubocop:b705
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...
I, [2024-04-25T13:50:43.363860 #1]  INFO -- : Skipping file ./lib/foreman_ansible/engine.rb due to exception (Racc::ParseError): ./lib/foreman_ansible/engine.rb:73 :: parse error on value ["rescue", 73] (kRESCUE)
7
brakeman
brakeman engine documentation
8
fixme
fixme engine documentation
9
radon
radon engine documentation
View output
Running radon3...
10
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:
 - Layout/EmptyLinesAroundAttributeAccessor (0.83)
 - Layout/SpaceAroundMethodCallOperator (0.82)
 - Lint/DeprecatedOpenSSLConstant (0.84)
 - Lint/MixedRegexpCaptureTypes (0.85)
 - Lint/RaiseException (0.81)
 - Lint/StructNewOverride (0.81)
 - Style/AccessorGrouping (0.87)
 - Style/BisectedAttrAccessor (0.87)
 - Style/ExponentialNotation (0.82)
 - Style/HashEachMethods (0.80)
 - Style/HashTransformKeys (0.80)
 - Style/HashTransformValues (0.80)
 - Style/RedundantAssignment (0.87)
 - Style/RedundantFetchBlock (0.86)
 - Style/RedundantRegexpCharacterClass (0.85)
 - Style/RedundantRegexpEscape (0.85)
 - Style/SlicingWithRange (0.83)
 - Performance/AncestorsInclude (1.7)
 - Performance/BigDecimalWithNumericArgument (1.7)
 - Performance/RedundantSortBlock (1.7)
 - Performance/RedundantStringChars (1.7)
 - Performance/ReverseFirst (1.7)
 - Performance/SortReverse (1.7)
 - Performance/Squeeze (1.7)
 - Performance/StringInclude (1.7)
For more information: https://docs.rubocop.org/rubocop/versioning.html