(PA-6760) Update task_acceptance tests for MacOS15 ARM #932
static_code_analysis.yaml
on: pull_request
static_code_analysis
/
Run checks
30s
Annotations
6 errors and 1 warning
static_code_analysis / Run checks:
task_spec/spec/acceptance/init_spec.rb#L85
Lint/UselessAssignment: Useless assignment to variable - `puppet_7_collection`. Did you mean `puppet_8_collection`? (https://rubystyle.guide#underscore-unused-vars)
|
static_code_analysis / Run checks:
task_spec/spec/acceptance/init_spec.rb#L88
Lint/UselessAssignment: Useless assignment to variable - `puppet_7_collection`. Did you mean `puppet_8_collection`? (https://rubystyle.guide#underscore-unused-vars)
|
static_code_analysis / Run checks:
task_spec/spec/acceptance/init_spec.rb#L121
Style/IdenticalConditionalBranches: Move `results = run_task('puppet_agent::install', 'target', { 'collection' => 'puppet8-nightly',
'version' => 'latest',
'stop_service' => true })` out of the conditional.
|
static_code_analysis / Run checks:
task_spec/spec/acceptance/init_spec.rb#L132
Layout/CommentIndentation: Incorrect indentation detected (column 7 instead of 6).
|
static_code_analysis / Run checks:
task_spec/spec/acceptance/init_spec.rb#L144
Style/IdenticalConditionalBranches: Move `results = run_task('puppet_agent::install', 'target', { 'collection' => 'puppet8-nightly',
'version' => 'latest',
'stop_service' => true })` out of the conditional.
|
static_code_analysis / Run checks
Process completed with exit code 1.
|
static_code_analysis / Run checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|