Skip to content

Link Build Test of 6913/merge by @randalldfloyd #109

Link Build Test of 6913/merge by @randalldfloyd

Link Build Test of 6913/merge by @randalldfloyd #109

GitHub Actions / Test Results failed Oct 15, 2024 in 0s

8 fail in 0s

    1 files   -     6      1 suites   - 6   0s ⏱️ - 1h 2m 7s
    8 tests  - 4 173      0 ✅  - 3 971  0 💤  - 55  8 ❌  - 147 
1 741 runs   - 4 194  1 732 ✅  - 3 993  0 💤  - 55  9 ❌  - 146 

Results for commit 0ccaf55. ± Comparison against earlier commit bffa85d.

Annotations

Check warning on line 0 in lib.active_fedora.attribute_methods

See this annotation in the file changed.

@github-actions github-actions / Test Results

Layout/IndentationConsistency (lib.active_fedora.attribute_methods) failed

artifacts/rubocop-reports/rubocop.xml
Raw output
Layout/IndentationConsistency: Inconsistent indentation detected.

        /home/runner/work/hyrax/hyrax/lib/active_fedora/attribute_methods.rb:102:9

Check warning on line 0 in lib.active_fedora.attribute_methods

See this annotation in the file changed.

@github-actions github-actions / Test Results

Layout/IndentationWidth (lib.active_fedora.attribute_methods) failed

artifacts/rubocop-reports/rubocop.xml
Raw output
Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.

        /home/runner/work/hyrax/hyrax/lib/active_fedora/attribute_methods.rb:102:5

Check warning on line 0 in lib.active_fedora.attribute_methods

See this annotation in the file changed.

@github-actions github-actions / Test Results

Layout/LineLength (lib.active_fedora.attribute_methods) failed

artifacts/rubocop-reports/rubocop.xml
Raw output
Layout/LineLength: Line is too long. [210/200]

        /home/runner/work/hyrax/hyrax/lib/active_fedora/attribute_methods.rb:50:201

Check warning on line 0 in lib.active_fedora.attribute_methods

See this annotation in the file changed.

@github-actions github-actions / Test Results

Lint/RedundantStringCoercion (lib.active_fedora.attribute_methods) failed

artifacts/rubocop-reports/rubocop.xml
Raw output
Lint/RedundantStringCoercion: Redundant use of `Object#to_s` in interpolation.

        /home/runner/work/hyrax/hyrax/lib/active_fedora/attribute_methods.rb:180:20

Check warning on line 0 in lib.active_fedora.attribute_methods

See this annotation in the file changed.

@github-actions github-actions / Test Results

Naming/PredicateName (lib.active_fedora.attribute_methods) failed

artifacts/rubocop-reports/rubocop.xml
Raw output
Naming/PredicateName: Rename `has_attribute?` to `attribute?`.

        /home/runner/work/hyrax/hyrax/lib/active_fedora/attribute_methods.rb:125:9

Check warning on line 0 in lib.active_fedora.attribute_methods

See this annotation in the file changed.

@github-actions github-actions / Test Results

Style/FrozenStringLiteralComment (lib.active_fedora.attribute_methods) failed

artifacts/rubocop-reports/rubocop.xml
Raw output
Style/FrozenStringLiteralComment: Missing frozen string literal comment.

        /home/runner/work/hyrax/hyrax/lib/active_fedora/attribute_methods.rb:1:1

Check warning on line 0 in lib.active_fedora.attribute_methods

See this annotation in the file changed.

@github-actions github-actions / Test Results

Style/IfUnlessModifier (lib.active_fedora.attribute_methods) failed

artifacts/rubocop-reports/rubocop.xml
Raw output
Style/IfUnlessModifier: Modifier form of `if` makes the line too long.

        /home/runner/work/hyrax/hyrax/lib/active_fedora/attribute_methods.rb:50:168

Check warning on line 0 in spec.controllers.hyrax.generic_works_controller_spec

See this annotation in the file changed.

@github-actions github-actions / Test Results

Layout/SpaceInsideBlockBraces (spec.controllers.hyrax.generic_works_controller_spec) failed

artifacts/rubocop-reports/rubocop.xml
Raw output
Layout/SpaceInsideBlockBraces: Space between { and | missing.
Layout/SpaceInsideBlockBraces: Space missing inside }.

        /home/runner/work/hyrax/hyrax/spec/controllers/hyrax/generic_works_controller_spec.rb:382:58
      

        /home/runner/work/hyrax/hyrax/spec/controllers/hyrax/generic_works_controller_spec.rb:382:77

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

8 tests found

There are 8 tests, see "Raw output" for the full list of tests.
Raw output
lib.active_fedora.attribute_methods ‑ Layout/IndentationConsistency
lib.active_fedora.attribute_methods ‑ Layout/IndentationWidth
lib.active_fedora.attribute_methods ‑ Layout/LineLength
lib.active_fedora.attribute_methods ‑ Lint/RedundantStringCoercion
lib.active_fedora.attribute_methods ‑ Naming/PredicateName
lib.active_fedora.attribute_methods ‑ Style/FrozenStringLiteralComment
lib.active_fedora.attribute_methods ‑ Style/IfUnlessModifier
spec.controllers.hyrax.generic_works_controller_spec ‑ Layout/SpaceInsideBlockBraces