░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/rubocop-inst-1.0.2
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: rubocop.yml
require: - rubocop-performance AllCops: NewCops: enable Exclude: - node_modules/**/* - vendor/**/* Gemspec/DevelopmentDependencies: EnforcedStyle: gemspec Layout/MultilineArrayLineBreaks: Enabled: true Layout/MultilineHashKeyLineBreaks: Enabled: true Layout/MultilineMethodArgumentLineBreaks: Enabled: true AllowMultilineFinalElement: true Layout/MultilineMethodParameterLineBreaks: Enabled: true AllowMultilineFinalElement: true Lint/UnusedBlockArgument: AutoCorrect: false # force the engineer to think about how come it's unused, instead of silently _ prefixing it Lint/UnusedMethodArgument: AllowUnusedKeywordArguments: true # there's no way to mark a kwarg as unused AutoCorrect: false # force the engineer to think about how come it's unused, instead of silently _ prefixing it Metrics: Enabled: false # SnR is just too low to have this enabled by default Naming/HeredocDelimiterNaming: ForbiddenDelimiters: # negative regex - these are the _allowed_ delimiters # any you add should describe the format of the data, not describe # what the data is for. this allows editors to syntax highlight - ^(?!AST|BASE64|CSV|GQL|HTML|JS|MD|PEM|REGEX|RUBY|SH|SQL|SRT|TEXT|XML|YAML|PATTERN).+$ Performance/Casecmp: Enabled: false # casecmp(other).zero? is a bad suggestion because it's not Unicode-aware (also it's less clear) Style/Alias: EnforcedStyle: prefer_alias_method # https://github.com/rubocop/ruby-style-guide/issues/821 Style/EmptyElse: EnforcedStyle: empty # explicit nil indicates programmer intent Style/FormatStringToken: EnforcedStyle: template Style/HashSyntax: EnforcedStyle: ruby19_no_mixed_keys Style/PercentQLiterals: EnforcedStyle: upper_case_q Style/PerlBackrefs: Enabled: false # Regexp.last_match(1) is far worse than $1 Style/RescueStandardError: EnforcedStyle: implicit Style/StringLiterals: EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes Style/TernaryParentheses: EnforcedStyle: require_parentheses_when_complex
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 rubocop-rspec.yml
YML
1 KB
2023-09-24 03:48
EDIT
📄 rubocop.yml
YML
2 KB
2023-09-24 03:48
EDIT