Pathogen: Demo app and lookbook #6272
Annotations
7 warnings
runner / rubocop:
embedded_gems/pathogen/demo/app/controllers/application_controller.rb#L1
[rubocop] reported by reviewdog 🐶
Missing top-level documentation comment for `class ApplicationController`.
Raw Output:
embedded_gems/pathogen/demo/app/controllers/application_controller.rb:1:1: C: Style/Documentation: Missing top-level documentation comment for `class ApplicationController`.
|
runner / rubocop:
embedded_gems/pathogen/demo/app/controllers/application_controller.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
embedded_gems/pathogen/demo/app/controllers/application_controller.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
runner / rubocop:
embedded_gems/pathogen/demo/app/controllers/preview_controller.rb#L3
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
embedded_gems/pathogen/demo/app/controllers/preview_controller.rb:3:9: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
runner / rubocop:
embedded_gems/pathogen/demo/app/jobs/application_job.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
embedded_gems/pathogen/demo/app/jobs/application_job.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
runner / rubocop:
embedded_gems/pathogen/demo/app/models/application_record.rb#L1
[rubocop] reported by reviewdog 🐶
Missing top-level documentation comment for `class ApplicationRecord`.
Raw Output:
embedded_gems/pathogen/demo/app/models/application_record.rb:1:1: C: Style/Documentation: Missing top-level documentation comment for `class ApplicationRecord`.
|
runner / rubocop:
embedded_gems/pathogen/demo/app/models/application_record.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
embedded_gems/pathogen/demo/app/models/application_record.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
runner / rubocop:
embedded_gems/pathogen/demo/config.ru#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
embedded_gems/pathogen/demo/config.ru:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|