Sha256: bf042decfac306a70a2c142f8236f338e01a5ce311196eca89e34e9e0b2b8c4a
Contents?: true
Size: 1.66 KB
Versions: 10
Compression:
Stored size: 1.66 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2016-04-06 18:56:17 +0200 using RuboCop version 0.37.0. # 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. # Offense count: 2 Lint/IneffectiveAccessModifier: Exclude: - 'lib/baza_models/model.rb' # Offense count: 7 Metrics/AbcSize: Max: 44 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 386 # Offense count: 1 Metrics/CyclomaticComplexity: Max: 15 # Offense count: 2 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 74 # Offense count: 7 Metrics/PerceivedComplexity: Max: 21 # Offense count: 2 # Cop supports --auto-correct. Style/MultilineIfThen: Exclude: - 'baza_models.gemspec' # Offense count: 42 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: Exclude: - 'baza_models.gemspec' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline. # SupportedStyles: single_quotes, double_quotes Style/StringLiterals: Enabled: false # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: final_newline, final_blank_line Style/TrailingBlankLines: Exclude: - 'baza_models.gemspec' # Offense count: 42 # Cop supports --auto-correct. Style/UnneededPercentQ: Exclude: - 'baza_models.gemspec'
Version data entries
10 entries across 10 versions & 1 rubygems