Feature / Access to the selected records on actions #3694
lint.yml
on: pull_request
lint
/
...
/
standardrb
27s
lint
/
...
/
erb-lint
6s
lint
/
check-eslint-config
2s
lint
/
...
/
eslint
0s
Annotations
3 errors and 3 warnings
lint / runner / standardrb:
app/controllers/avo/actions_controller.rb#L12
[rubocop] reported by reviewdog 🐶
[Corrected] Layout/SpaceBeforeComma: Space found before comma.
Raw Output:
app/controllers/avo/actions_controller.rb:12:53: C: [Corrected] Layout/SpaceBeforeComma: Space found before comma.
before_action :set_query, only: [:show, :handle] , if: :fields_present?
^
|
lint / runner / standardrb:
lib/avo/base_action.rb#L137
[rubocop] reported by reviewdog 🐶
Lint/DuplicateMethods: Method Avo::BaseAction#query is defined at both lib/avo/base_action.rb:28 and lib/avo/base_action.rb:137.
Raw Output:
lib/avo/base_action.rb:137:5: W: Lint/DuplicateMethods: Method Avo::BaseAction#query is defined at both lib/avo/base_action.rb:28 and lib/avo/base_action.rb:137.
def query(query)
^^^^^^^^^
|
lint / runner / standardrb:
lib/avo/base_action.rb#L137
[rubocop] reported by reviewdog 🐶
Style/TrivialAccessors: Use attr_writer to define trivial writer methods.
Raw Output:
lib/avo/base_action.rb:137:5: C: Style/TrivialAccessors: Use attr_writer to define trivial writer methods.
def query(query)
^^^
|
lint / check-eslint-config
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / runner / erb-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / runner / standardrb
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|