mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-24 23:06:50 +00:00
Merge pull request #1183 from rails-api/block_style
Update Rubocop todo
This commit is contained in:
commit
8f2dd66710
@ -47,3 +47,7 @@ Style/Documentation:
|
|||||||
|
|
||||||
Style/MultilineOperationIndentation:
|
Style/MultilineOperationIndentation:
|
||||||
EnforcedStyle: indented
|
EnforcedStyle: indented
|
||||||
|
|
||||||
|
Style/BlockDelimiters:
|
||||||
|
Enabled: true
|
||||||
|
EnforcedStyle: line_count_based
|
||||||
|
|||||||
@ -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,20 +65,13 @@ Style/AndOr:
|
|||||||
Exclude:
|
Exclude:
|
||||||
- 'lib/active_model/serializer/lint.rb'
|
- 'lib/active_model/serializer/lint.rb'
|
||||||
|
|
||||||
# Offense count: 6
|
# Offense count: 25
|
||||||
# Cop supports --auto-correct.
|
|
||||||
# Configuration parameters: EnforcedStyle, SupportedStyles, ProceduralMethods, FunctionalMethods, IgnoredMethods.
|
|
||||||
Style/BlockDelimiters:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
# Offense count: 46
|
|
||||||
# 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'
|
||||||
@ -103,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
|
||||||
@ -126,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
|
||||||
@ -155,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.
|
||||||
@ -201,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:
|
||||||
@ -226,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'
|
||||||
|
|
||||||
@ -250,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'
|
||||||
|
|
||||||
@ -299,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:
|
||||||
|
|||||||
@ -58,12 +58,12 @@ module ActiveModel
|
|||||||
return adapter if adapter.is_a?(Class)
|
return adapter if adapter.is_a?(Class)
|
||||||
adapter_name = adapter.to_s.underscore
|
adapter_name = adapter.to_s.underscore
|
||||||
# 2. return if registered
|
# 2. return if registered
|
||||||
adapter_map.fetch(adapter_name) {
|
adapter_map.fetch(adapter_name) do
|
||||||
# 3. try to find adapter class from environment
|
# 3. try to find adapter class from environment
|
||||||
adapter_class = find_by_name(adapter_name)
|
adapter_class = find_by_name(adapter_name)
|
||||||
register(adapter_name, adapter_class)
|
register(adapter_name, adapter_class)
|
||||||
adapter_class
|
adapter_class
|
||||||
}
|
end
|
||||||
rescue NameError, ArgumentError => e
|
rescue NameError, ArgumentError => e
|
||||||
failure_message =
|
failure_message =
|
||||||
"NameError: #{e.message}. Unknown adapter: #{adapter.inspect}. Valid adapters are: #{adapters}"
|
"NameError: #{e.message}. Unknown adapter: #{adapter.inspect}. Valid adapters are: #{adapters}"
|
||||||
|
|||||||
@ -11,9 +11,9 @@ module ActiveModel
|
|||||||
@root = options[:root]
|
@root = options[:root]
|
||||||
@object = resources
|
@object = resources
|
||||||
@serializers = resources.map do |resource|
|
@serializers = resources.map do |resource|
|
||||||
serializer_class = options.fetch(:serializer) {
|
serializer_class = options.fetch(:serializer) do
|
||||||
ActiveModel::Serializer.serializer_for(resource)
|
ActiveModel::Serializer.serializer_for(resource)
|
||||||
}
|
end
|
||||||
|
|
||||||
if serializer_class.nil?
|
if serializer_class.nil?
|
||||||
fail NoSerializerError, "No serializer found for resource: #{resource.inspect}"
|
fail NoSerializerError, "No serializer found for resource: #{resource.inspect}"
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -400,25 +400,25 @@ module ActionController
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_warn_overridding_use_adapter_as_falsy_on_controller_instance
|
def test_warn_overridding_use_adapter_as_falsy_on_controller_instance
|
||||||
controller = Class.new(ImplicitSerializationTestController) {
|
controller = Class.new(ImplicitSerializationTestController) do
|
||||||
def use_adapter?
|
def use_adapter?
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
}.new
|
end.new
|
||||||
assert_match(/adapter: false/, (capture(:stderr) {
|
assert_match(/adapter: false/, (capture(:stderr) do
|
||||||
controller.get_serializer(Profile.new)
|
controller.get_serializer(Profile.new)
|
||||||
}))
|
end))
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_dont_warn_overridding_use_adapter_as_truthy_on_controller_instance
|
def test_dont_warn_overridding_use_adapter_as_truthy_on_controller_instance
|
||||||
controller = Class.new(ImplicitSerializationTestController) {
|
controller = Class.new(ImplicitSerializationTestController) do
|
||||||
def use_adapter?
|
def use_adapter?
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
}.new
|
end.new
|
||||||
assert_equal '', (capture(:stderr) {
|
assert_equal '', (capture(:stderr) do
|
||||||
controller.get_serializer(Profile.new)
|
controller.get_serializer(Profile.new)
|
||||||
})
|
end)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@ -28,9 +28,9 @@ class CaptureWarnings
|
|||||||
|
|
||||||
# rubocop:disable Metrics/AbcSize
|
# rubocop:disable Metrics/AbcSize
|
||||||
def after_tests(lines)
|
def after_tests(lines)
|
||||||
app_warnings, other_warnings = lines.partition { |line|
|
app_warnings, other_warnings = lines.partition do |line|
|
||||||
line.include?(app_root) && !line.include?(bundle_dir)
|
line.include?(app_root) && !line.include?(bundle_dir)
|
||||||
}
|
end
|
||||||
|
|
||||||
header = "#{'-' * 22} app warnings: #{'-' * 22}"
|
header = "#{'-' * 22} app warnings: #{'-' * 22}"
|
||||||
output.puts
|
output.puts
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user