active_model_serializers/test
Noah Silas 94db09b3f6 Fix RuboCop 0.40 linter errors (#1722)
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
2016-05-26 12:58:05 -04:00
..
action_controller Fix RuboCop 0.40 linter errors (#1722) 2016-05-26 12:58:05 -04:00
active_model_serializers Improve jsonapi mime type registration for Rails 5 (#1747) 2016-05-26 10:55:12 -06:00
adapter Fix RuboCop 0.40 linter errors (#1722) 2016-05-26 12:58:05 -04:00
benchmark Add FragmentCaching benchmark 2016-04-20 10:47:55 -05:00
fixtures adds polymorphic option to association definition which includes association type in serializer 2016-05-17 12:30:59 -05:00
generators Only load generators when needed 2016-01-15 01:52:27 -06:00
include_tree Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
serializers Fix RuboCop 0.40 linter errors (#1722) 2016-05-26 12:58:05 -04:00
support Improve jsonapi mime type registration for Rails 5 (#1747) 2016-05-26 10:55:12 -06:00
active_record_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
adapter_test.rb Restrict serializable_hash to accepted options, only for tests 2016-04-13 00:40:57 -05:00
array_serializer_test.rb Drop support for Rails 4.0 and Ruby 2.0.0 2016-04-04 11:41:35 -06:00
cache_test.rb Consolidate and simplify caching code 2016-04-13 01:08:09 -05:00
collection_serializer_test.rb Include Serializer._type in collection serializer json_key cascade 2016-03-27 10:55:31 -05:00
grape_test.rb Rubocop autocorrect 2016-03-08 22:32:34 +01:00
lint_test.rb RFC: Json Api Errors (WIP) 2016-03-06 12:03:14 -06:00
logger_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
poro_test.rb Favor ActiveSupport::TestCase over Minitest::Test 2015-12-22 10:35:51 -06:00
serializable_resource_test.rb Fix RuboCop 0.40 linter errors (#1722) 2016-05-26 12:58:05 -04:00
test_helper.rb Restrict serializable_hash to accepted options, only for tests 2016-04-13 00:40:57 -05:00