mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
154 lines
3.8 KiB
YAML
154 lines
3.8 KiB
YAML
# Relaxed.Ruby.Style
|
|
## Version 2.5
|
|
|
|
Style/Alias:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylealias
|
|
|
|
Style/AsciiComments:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styleasciicomments
|
|
|
|
Style/BeginBlock:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylebeginblock
|
|
|
|
Style/BlockDelimiters:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styleblockdelimiters
|
|
|
|
Style/CommentAnnotation:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylecommentannotation
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styledocumentation
|
|
|
|
Layout/DotPosition:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#layoutdotposition
|
|
|
|
Style/DoubleNegation:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styledoublenegation
|
|
|
|
Style/EndBlock:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styleendblock
|
|
|
|
Style/FormatString:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styleformatstring
|
|
|
|
Style/IfUnlessModifier:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styleifunlessmodifier
|
|
|
|
Style/Lambda:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylelambda
|
|
|
|
Style/ModuleFunction:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylemodulefunction
|
|
|
|
Style/MultilineBlockChain:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylemultilineblockchain
|
|
|
|
Style/NegatedIf:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylenegatedif
|
|
|
|
Style/NegatedWhile:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylenegatedwhile
|
|
|
|
Style/NumericPredicate:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylenumericpredicate
|
|
|
|
Style/ParallelAssignment:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styleparallelassignment
|
|
|
|
Style/PercentLiteralDelimiters:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylepercentliteraldelimiters
|
|
|
|
Style/PerlBackrefs:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styleperlbackrefs
|
|
|
|
Style/Semicolon:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylesemicolon
|
|
|
|
Style/SignalException:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylesignalexception
|
|
|
|
Style/SingleLineBlockParams:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylesinglelineblockparams
|
|
|
|
Style/SingleLineMethods:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylesinglelinemethods
|
|
|
|
Layout/SpaceBeforeBlockBraces:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#layoutspacebeforeblockbraces
|
|
|
|
Layout/SpaceInsideParens:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#layoutspaceinsideparens
|
|
|
|
Style/SpecialGlobalVars:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylespecialglobalvars
|
|
|
|
Style/StringLiterals:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylestringliterals
|
|
|
|
Style/TrailingCommaInArguments:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styletrailingcommainarguments
|
|
|
|
Style/TrailingCommaInArrayLiteral:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styletrailingcommainarrayliteral
|
|
|
|
Style/TrailingCommaInHashLiteral:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#styletrailingcommainhashliteral
|
|
|
|
Style/SymbolArray:
|
|
Enabled: false
|
|
StyleGuide: http://relaxed.ruby.style/#stylesymbolarray
|
|
|
|
Style/WhileUntilModifier:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylewhileuntilmodifier
|
|
|
|
Style/WordArray:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#stylewordarray
|
|
|
|
Lint/AmbiguousRegexpLiteral:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#lintambiguousregexpliteral
|
|
|
|
Lint/AssignmentInCondition:
|
|
Enabled: false
|
|
StyleGuide: https://relaxed.ruby.style/#lintassignmentincondition
|
|
|
|
Layout/LineLength:
|
|
Enabled: false
|
|
|
|
Metrics:
|
|
Enabled: false
|
|
|