mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
These errors are breaking the build, which seems to use RuboCop 0.40 [1] despite the Gemfile.lock pinning rubocop to 0.38. New lints that I am updating the code style to reflect: - Style/EmptyCaseCondition: Do not use empty case condition, instead use an if expression. - Style/MultilineArrayBraceLayout: Closing array brace must be on the same line as the last array element when opening brace is on the same line as the first array element. - Style/MultilineHashBraceLayout: Closing hash brace must be on the same line as the last hash element when opening brace is on the same line as the first hash element. - Style/MultilineMethodCallBraceLayout: Closing method call brace must be on the line after the last argument when opening brace is on a separate line from the first argument. [1] https://github.com/bbatsov/rubocop/releases/tag/v0.40.0 |
||
|---|---|---|
| .. | ||
| adapter | ||
| adapter.rb | ||
| array_serializer.rb | ||
| association.rb | ||
| associations.rb | ||
| attribute.rb | ||
| attributes.rb | ||
| belongs_to_reflection.rb | ||
| caching.rb | ||
| collection_reflection.rb | ||
| collection_serializer.rb | ||
| configuration.rb | ||
| error_serializer.rb | ||
| errors_serializer.rb | ||
| field.rb | ||
| fieldset.rb | ||
| has_many_reflection.rb | ||
| has_one_reflection.rb | ||
| include_tree.rb | ||
| links.rb | ||
| lint.rb | ||
| meta.rb | ||
| null.rb | ||
| reflection.rb | ||
| singular_reflection.rb | ||
| type.rb | ||
| version.rb | ||