Sha256: 3f9b208dc94cdac150341ccad127cf664ce9beb472cd0e9e4a956ec3cd5550ba
Contents?: true
Size: 878 Bytes
Versions: 5
Compression:
Stored size: 878 Bytes
Contents
# This is the configuration used to check the rubocop source code. AllCops: Exclude: - 'vendor/**/*' - 'spec/fixtures/**/*' - 'spec/**/*' - 'tmp/**/*' - 'Guardfile' TargetRubyVersion: 2.3 # Style/Encoding: # EnforcedStyle: when_needed # Enabled: true #Style/FrozenStringLiteralComment: # EnforcedStyle: always Metrics/LineLength: Enabled: false Metrics/ClassLength: Enabled: false Metrics/MethodLength: Enabled: false Metrics/BlockNesting: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/AbcSize: Enabled: false Metrics/PerceivedComplexity: Enabled: false Style/Documentation: Enabled: false Style/SignalException: Enabled: false Style/DateTime: Enabled: false Style/UnneededInterpolation: Enabled: false Naming/AccessorMethodName: Enabled: false Performance/RangeInclude: Enabled: false
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
phtools-0.18.0 | .rubocop.yml |
phtools-0.17.0 | .rubocop.yml |
phtools-0.16.1 | .rubocop.yml |
phtools-0.16.0 | .rubocop.yml |
phtools-0.15.1 | .rubocop.yml |