Specs cleanup #64
linters.yml
on: pull_request
runner / pylint
8s
runner / black
15s
runner / markdownlint
24s
runner / rubocop
18s
Annotations
1 error and 8 warnings
runner / rubocop
Process completed with exit code 1.
|
runner / rubocop:
spec/accessibility_spec.rb#L33
[rubocop] reported by reviewdog 🐶
Use `shared_examples` when you don't define context.
Raw Output:
spec/accessibility_spec.rb:33:1: C: RSpec/SharedContext: Use `shared_examples` when you don't define context.
|
runner / rubocop:
spec/accessibility_spec.rb#L33
[rubocop] reported by reviewdog 🐶
Prefer 'a11y tests' over `:a11y_tests` to titleize shared examples.
Raw Output:
spec/accessibility_spec.rb:33:22: C: RSpec/SharedExamples: Prefer 'a11y tests' over `:a11y_tests` to titleize shared examples.
|
runner / rubocop:
spec/accessibility_spec.rb#L51
[rubocop] reported by reviewdog 🐶
Context description should match /^when\b/, /^with\b/, or /^without\b/.
Raw Output:
spec/accessibility_spec.rb:51:13: C: RSpec/ContextWording: Context description should match /^when\b/, /^with\b/, or /^without\b/.
|
runner / rubocop:
spec/accessibility_spec.rb#L51
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
spec/accessibility_spec.rb:51:13: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
runner / rubocop:
spec/accessibility_spec.rb#L57
[rubocop] reported by reviewdog 🐶
Prefer 'a11y tests' over `:a11y_tests` to titleize shared examples.
Raw Output:
spec/accessibility_spec.rb:57:23: C: RSpec/SharedExamples: Prefer 'a11y tests' over `:a11y_tests` to titleize shared examples.
|
runner / rubocop:
spec/accessibility_spec.rb#L60
[rubocop] reported by reviewdog 🐶
Context description should match /^when\b/, /^with\b/, or /^without\b/.
Raw Output:
spec/accessibility_spec.rb:60:13: C: RSpec/ContextWording: Context description should match /^when\b/, /^with\b/, or /^without\b/.
|
runner / rubocop:
spec/accessibility_spec.rb#L60
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
spec/accessibility_spec.rb:60:13: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
runner / rubocop:
spec/accessibility_spec.rb#L66
[rubocop] reported by reviewdog 🐶
Prefer 'a11y tests' over `:a11y_tests` to titleize shared examples.
Raw Output:
spec/accessibility_spec.rb:66:23: C: RSpec/SharedExamples: Prefer 'a11y tests' over `:a11y_tests` to titleize shared examples.
|