Add mapkick options to location field #3721
lint.yml
on: pull_request
lint
/
...
/
standardrb
27s
lint
/
...
/
erb-lint
11s
lint
/
check-eslint-config
5s
lint
/
...
/
eslint
0s
Annotations
3 errors and 3 warnings
lint / runner / standardrb:
spec/dummy/app/avo/resources/city.rb#L40
[rubocop] reported by reviewdog 🐶
[Corrected] Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
Raw Output:
spec/dummy/app/avo/resources/city.rb:40:11: C: [Corrected] Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
as: :location,
^^^^^^^^^^^^^
|
lint / runner / standardrb:
spec/dummy/app/avo/resources/city.rb#L41
[rubocop] reported by reviewdog 🐶
[Corrected] Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
Raw Output:
spec/dummy/app/avo/resources/city.rb:41:11: C: [Corrected] Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
stored_as: [:latitude, :longitude],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
lint / runner / standardrb:
spec/dummy/app/avo/resources/city.rb#L42
[rubocop] reported by reviewdog 🐶
[Corrected] Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
Raw Output:
spec/dummy/app/avo/resources/city.rb:42:11: C: [Corrected] Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
mapkick_options: { ...
^^^^^^^^^^^^^^^^^^
|
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
|