# This configuration was generated by `rubocop --auto-gen-config` # on 2014-08-05 12:05:37 -0400 using RuboCop version 0.24.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Not yet... Style/Documentation: # See https://github.com/bbatsov/rubocop/issues/947 # Use inch instead Enabled: false Style/Encoding: EnforcedStyle: when_needed Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 15 AllCops: Exclude: - 'swagger_spec/**/*'