feature: add automatic field detection in resources #3634
Annotations
2 errors and 1 warning
standardrb:
lib/avo/concerns/has_field_discovery.rb#L55
[rubocop] reported by reviewdog 🐶
[Corrected] Layout/MultilineMethodCallIndentation: Use 2 (not 28) spaces for indenting an expression in an assignment spanning multiple lines.
Raw Output:
lib/avo/concerns/has_field_discovery.rb:55:39: C: [Corrected] Layout/MultilineMethodCallIndentation: Use 2 (not 28) spaces for indenting an expression in an assignment spanning multiple lines.
.merge(Avo.configuration.column_names_mapping || {})
^^^^^^
|
standardrb:
lib/avo/concerns/has_field_discovery.rb#L60
[rubocop] reported by reviewdog 🐶
[Corrected] Layout/MultilineMethodCallIndentation: Use 2 (not 28) spaces for indenting an expression in an assignment spanning multiple lines.
Raw Output:
lib/avo/concerns/has_field_discovery.rb:60:39: C: [Corrected] Layout/MultilineMethodCallIndentation: Use 2 (not 28) spaces for indenting an expression in an assignment spanning multiple lines.
.merge(Avo.configuration.column_types_mapping || {})
^^^^^^
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading