Sha256: 95e220cbb52322690991369f5431bc6b26e578640b85b0a61373be0a811f8b95
Contents?: true
Size: 1.88 KB
Versions: 1
Compression:
Stored size: 1.88 KB
Contents
AllCops: Exclude: - 'features/**/*' - 'exp/**/*' - 'gems/**/*' - 'refs/**/*' # This is disabled because some demos use UTF-8 AsciiComments: Enabled: false Attr: Enabled: false BlockComments: Enabled: false CaseIndentation: EnforcedStyle: end IndentOneStep: true # Rubocop enforces the use of is_a? instead of kind_of? # Which is contrary to modelling practice. ClassCheck: Enabled: false ClassLength: Max: 250 CountComments: false ConstantName: Enabled: false CyclomaticComplexity: Enabled: false DefWithParentheses: Enabled: false Documentation: Enabled: false EmptyLines: Enabled: false Encoding: Enabled: false EndOfLine: Enabled: false # SupportedStyles: lf IndentationWidth: Enabled: false Layout/BlockAlignment: Enabled: false Layout/ClosingHeredocIndentation: Enabled: false Layout/HeredocIndentation: Enabled: false Layout/SpaceInsideArrayLiteralBrackets: Enabled: false Metrics/AbcSize: Max: 50 # Avoid methods longer than 50 lines of code Metrics/MethodLength: Max: 50 CountComments: false # Avoid modules longer than 200 lines of code Metrics/ModuleLength: CountComments: false Max: 200 Metrics/PerceivedComplexity: Enabled: true Max: 50 Naming/ClassAndModuleCamelCase: Enabled: false # Disable this because it produces false negatives Naming/HeredocDelimiterNaming: Enabled: false Naming/MethodName: Enabled: false Naming/MethodParameterName: Enabled: false NonNilCheck: Enabled: false NumericLiterals: Enabled: false RaiseArgs: Enabled: false RedundantReturn: Enabled: false Style/CommentedKeyword: Enabled: false Style/ConditionalAssignment: Enabled: false Style/IfUnlessModifier: Enabled: false Style/Lambda: Enabled: false Style/MissingRespondToMissing: Enabled: false TrailingWhitespace: Enabled: false VariableName: Enabled: false VariableNumber: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rley-0.7.07 | .rubocop.yml |