Sha256: 85de4ba4b2c89eef49878d4ae2732dc18da3a8a6ebc9cfa840310f62be2df4bc
Contents?: true
Size: 1.37 KB
Versions: 14
Compression:
Stored size: 1.37 KB
Contents
--- Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/BlockNesting: Description: 'Avoid excessive block nesting' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#three-is-the-number-thou-shalt-count' Enabled: false Metrics/ClassLength: Description: 'Avoid classes longer than 100 lines of code.' Enabled: true Metrics/ModuleLength: Description: 'Avoid modules longer than 100 lines of code.' Enabled: false Metrics/AbcSize: Description: >- A calculated magnitude based on number of assignments, branches, and conditions. Enabled: false Metrics/CyclomaticComplexity: Description: >- A complexity metric that is strongly correlated to the number of test cases needed to validate a method. Enabled: true Metrics/PerceivedComplexity: Description: >- This cop tries to produce a complexity score that's a measure of the complexity the reader experiences when looking at a method Enabled: true Metrics/MethodLength: Description: 'Avoid methods longer than 10 lines of code.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#short-methods' Enabled: false Metrics/ParameterLists: Description: 'Avoid parameter lists longer than three or four parameters.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#too-many-params' Enabled: false
Version data entries
14 entries across 14 versions & 2 rubygems