mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 14:56:50 +00:00
Update Rubocop todo
This commit is contained in:
parent
ca6b193fcb
commit
140b4f2735
@ -1,23 +1,12 @@
|
|||||||
# This configuration was generated by
|
# This configuration was generated by
|
||||||
# `rubocop --auto-gen-config`
|
# `rubocop --auto-gen-config`
|
||||||
# on 2015-08-31 04:23:33 -0500 using RuboCop version 0.33.0.
|
# on 2015-09-20 17:56:22 -0500 using RuboCop version 0.34.0.
|
||||||
# The point is for the user to remove these configuration records
|
# The point is for the user to remove these configuration records
|
||||||
# one by one as the offenses are removed from the code base.
|
# one by one as the offenses are removed from the code base.
|
||||||
# Note that changes in the inspected code, or installation of new
|
# Note that changes in the inspected code, or installation of new
|
||||||
# versions of RuboCop, may require this file to be generated again.
|
# versions of RuboCop, may require this file to be generated again.
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 2
|
||||||
# Configuration parameters: AllowSafeAssignment.
|
|
||||||
Lint/AssignmentInCondition:
|
|
||||||
Exclude:
|
|
||||||
- 'lib/active_model/serializer/adapter/json_api.rb'
|
|
||||||
|
|
||||||
# Offense count: 1
|
|
||||||
Lint/EmptyEnsure:
|
|
||||||
Exclude:
|
|
||||||
- 'test/serializers/adapter_for_test.rb'
|
|
||||||
|
|
||||||
# Offense count: 1
|
|
||||||
Lint/HandleExceptions:
|
Lint/HandleExceptions:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'Rakefile'
|
- 'Rakefile'
|
||||||
@ -28,11 +17,10 @@ Lint/UnusedBlockArgument:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer/adapter/json_api/fragment_cache.rb'
|
- 'lib/active_model/serializer/adapter/json_api/fragment_cache.rb'
|
||||||
|
|
||||||
# Offense count: 9
|
# Offense count: 7
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
Lint/UnusedMethodArgument:
|
Lint/UnusedMethodArgument:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer/adapter.rb'
|
|
||||||
- 'lib/active_model/serializer/adapter/null.rb'
|
- 'lib/active_model/serializer/adapter/null.rb'
|
||||||
- 'lib/active_model/serializer/pass_through_serializer.rb'
|
- 'lib/active_model/serializer/pass_through_serializer.rb'
|
||||||
- 'test/fixtures/poro.rb'
|
- 'test/fixtures/poro.rb'
|
||||||
@ -43,12 +31,11 @@ Lint/UselessAccessModifier:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializable_resource.rb'
|
- 'lib/active_model/serializable_resource.rb'
|
||||||
|
|
||||||
# Offense count: 3
|
# Offense count: 2
|
||||||
Lint/UselessAssignment:
|
Lint/UselessAssignment:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'bench/perf.rb'
|
- 'bench/perf.rb'
|
||||||
- 'lib/active_model/serializer/adapter/json_api/fragment_cache.rb'
|
- 'lib/active_model/serializer/adapter/json_api/fragment_cache.rb'
|
||||||
- 'test/test_helper.rb'
|
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||||
@ -56,7 +43,7 @@ Rails/Date:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'test/fixtures/poro.rb'
|
- 'test/fixtures/poro.rb'
|
||||||
|
|
||||||
# Offense count: 8
|
# Offense count: 4
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||||
Rails/TimeZone:
|
Rails/TimeZone:
|
||||||
Exclude:
|
Exclude:
|
||||||
@ -78,14 +65,13 @@ Style/AndOr:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer/lint.rb'
|
- 'lib/active_model/serializer/lint.rb'
|
||||||
|
|
||||||
# Offense count: 46
|
# Offense count: 25
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||||
Style/BracesAroundHashParameters:
|
Style/BracesAroundHashParameters:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'test/action_controller/adapter_selector_test.rb'
|
- 'test/action_controller/adapter_selector_test.rb'
|
||||||
- 'test/action_controller/json_api/pagination_test.rb'
|
- 'test/action_controller/json_api/pagination_test.rb'
|
||||||
- 'test/action_controller/serialization_test.rb'
|
|
||||||
- 'test/adapter/json_api/linked_test.rb'
|
- 'test/adapter/json_api/linked_test.rb'
|
||||||
- 'test/adapter/json_api/pagination_links_test.rb'
|
- 'test/adapter/json_api/pagination_links_test.rb'
|
||||||
- 'test/adapter/null_test.rb'
|
- 'test/adapter/null_test.rb'
|
||||||
@ -97,9 +83,8 @@ Style/BracesAroundHashParameters:
|
|||||||
- 'test/serializers/attributes_test.rb'
|
- 'test/serializers/attributes_test.rb'
|
||||||
- 'test/serializers/fieldset_test.rb'
|
- 'test/serializers/fieldset_test.rb'
|
||||||
- 'test/serializers/root_test.rb'
|
- 'test/serializers/root_test.rb'
|
||||||
- 'test/serializers/urls_test.rb'
|
|
||||||
|
|
||||||
# Offense count: 167
|
# Offense count: 174
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||||
Style/ClassAndModuleChildren:
|
Style/ClassAndModuleChildren:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
@ -120,12 +105,11 @@ Style/EachWithObject:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer/fieldset.rb'
|
- 'lib/active_model/serializer/fieldset.rb'
|
||||||
|
|
||||||
# Offense count: 3
|
# Offense count: 2
|
||||||
# Configuration parameters: MinBodyLength.
|
# Configuration parameters: MinBodyLength.
|
||||||
Style/GuardClause:
|
Style/GuardClause:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer.rb'
|
- 'lib/active_model/serializer.rb'
|
||||||
- 'lib/active_model/serializer/adapter/json_api.rb'
|
|
||||||
- 'test/capture_warnings.rb'
|
- 'test/capture_warnings.rb'
|
||||||
|
|
||||||
# Offense count: 12
|
# Offense count: 12
|
||||||
@ -149,34 +133,12 @@ Style/IndentArray:
|
|||||||
Style/IndentHash:
|
Style/IndentHash:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
# Offense count: 1
|
|
||||||
# Cop supports --auto-correct.
|
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
|
||||||
Style/IndentationConsistency:
|
|
||||||
Exclude:
|
|
||||||
- 'test/action_controller/serialization_scope_name_test.rb'
|
|
||||||
|
|
||||||
# Offense count: 2
|
|
||||||
# Cop supports --auto-correct.
|
|
||||||
# Configuration parameters: Width.
|
|
||||||
Style/IndentationWidth:
|
|
||||||
Exclude:
|
|
||||||
- 'lib/active_model/serializable_resource.rb'
|
|
||||||
- 'lib/active_model/serializer/fieldset.rb'
|
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
Style/Lambda:
|
Style/Lambda:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer.rb'
|
- 'lib/active_model/serializer.rb'
|
||||||
|
|
||||||
# Offense count: 2
|
|
||||||
# Cop supports --auto-correct.
|
|
||||||
Style/MethodCallParentheses:
|
|
||||||
Exclude:
|
|
||||||
- 'lib/active_model/serializer/adapter/json.rb'
|
|
||||||
- 'lib/active_model/serializer/adapter/json_api.rb'
|
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||||
@ -195,24 +157,11 @@ Style/NegatedIf:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/action_controller/serialization.rb'
|
- 'lib/action_controller/serialization.rb'
|
||||||
|
|
||||||
# Offense count: 1
|
|
||||||
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
|
|
||||||
Style/Next:
|
|
||||||
Exclude:
|
|
||||||
- 'lib/active_model/serializer/adapter/json_api.rb'
|
|
||||||
|
|
||||||
# Offense count: 1
|
# Offense count: 1
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
Style/NumericLiterals:
|
Style/NumericLiterals:
|
||||||
MinDigits: 7
|
MinDigits: 7
|
||||||
|
|
||||||
# Offense count: 2
|
|
||||||
# Cop supports --auto-correct.
|
|
||||||
# Configuration parameters: PreferredDelimiters.
|
|
||||||
Style/PercentLiteralDelimiters:
|
|
||||||
Exclude:
|
|
||||||
- 'active_model_serializers.gemspec'
|
|
||||||
|
|
||||||
# Offense count: 2
|
# Offense count: 2
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
Style/PerlBackrefs:
|
Style/PerlBackrefs:
|
||||||
@ -220,20 +169,17 @@ Style/PerlBackrefs:
|
|||||||
- 'test/fixtures/poro.rb'
|
- 'test/fixtures/poro.rb'
|
||||||
- 'test/serializers/associations_test.rb'
|
- 'test/serializers/associations_test.rb'
|
||||||
|
|
||||||
# Offense count: 6
|
# Offense count: 3
|
||||||
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
|
# Configuration parameters: NamePrefix, NamePrefixBlacklist.
|
||||||
Style/PredicateName:
|
Style/PredicateName:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer/adapter.rb'
|
|
||||||
- 'lib/active_model/serializer/adapter/json_api.rb'
|
|
||||||
- 'lib/active_model/serializer/associations.rb'
|
- 'lib/active_model/serializer/associations.rb'
|
||||||
- 'test/action_controller/json_api/linked_test.rb'
|
- 'test/action_controller/json_api/linked_test.rb'
|
||||||
|
|
||||||
# Offense count: 7
|
# Offense count: 5
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
Style/RedundantSelf:
|
Style/RedundantSelf:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer.rb'
|
|
||||||
- 'lib/active_model/serializer/associations.rb'
|
- 'lib/active_model/serializer/associations.rb'
|
||||||
- 'test/fixtures/poro.rb'
|
- 'test/fixtures/poro.rb'
|
||||||
|
|
||||||
@ -244,13 +190,11 @@ Style/Semicolon:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer/fieldset.rb'
|
- 'lib/active_model/serializer/fieldset.rb'
|
||||||
|
|
||||||
# Offense count: 6
|
# Offense count: 3
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
# Configuration parameters: EnforcedStyle, SupportedStyles.
|
||||||
Style/SignalException:
|
Style/SignalException:
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer.rb'
|
|
||||||
- 'lib/active_model/serializer/adapter.rb'
|
|
||||||
- 'lib/active_model/serializer/fieldset.rb'
|
- 'lib/active_model/serializer/fieldset.rb'
|
||||||
- 'lib/active_model/serializer/pass_through_serializer.rb'
|
- 'lib/active_model/serializer/pass_through_serializer.rb'
|
||||||
|
|
||||||
@ -293,7 +237,7 @@ Style/TrailingBlankLines:
|
|||||||
- 'test/serializers/fieldset_test.rb'
|
- 'test/serializers/fieldset_test.rb'
|
||||||
- 'test/support/stream_capture.rb'
|
- 'test/support/stream_capture.rb'
|
||||||
|
|
||||||
# Offense count: 6
|
# Offense count: 5
|
||||||
# Cop supports --auto-correct.
|
# Cop supports --auto-correct.
|
||||||
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
|
# Configuration parameters: EnforcedStyleForMultiline, SupportedStyles.
|
||||||
Style/TrailingComma:
|
Style/TrailingComma:
|
||||||
|
|||||||
@ -130,11 +130,14 @@ module ActiveModel
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def included_for(serializer)
|
def included_resources(include_tree)
|
||||||
included.flat_map do |inc|
|
included = []
|
||||||
association = serializer.associations.find { |assoc| assoc.key == inc.first }
|
|
||||||
_included_for(association.serializer, inc.second) if association
|
serializer.associations(include_tree).each do |association|
|
||||||
end.uniq
|
add_included_resources_for(association.serializer, include_tree[association.key], included)
|
||||||
|
end
|
||||||
|
|
||||||
|
included
|
||||||
end
|
end
|
||||||
|
|
||||||
def add_included_resources_for(serializer, include_tree, included)
|
def add_included_resources_for(serializer, include_tree, included)
|
||||||
|
|||||||
@ -16,9 +16,9 @@ module ActiveModel
|
|||||||
when Symbol
|
when Symbol
|
||||||
{ included => {} }
|
{ included => {} }
|
||||||
when Hash
|
when Hash
|
||||||
included.each_with_object({}) { |(key, value), hash|
|
included.each_with_object({}) do |(key, value), hash|
|
||||||
hash[key] = include_args_to_hash(value)
|
hash[key] = include_args_to_hash(value)
|
||||||
}
|
end
|
||||||
when Array
|
when Array
|
||||||
included.reduce({}) { |a, e| a.merge!(include_args_to_hash(e)) }
|
included.reduce({}) { |a, e| a.merge!(include_args_to_hash(e)) }
|
||||||
when String
|
when String
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user