summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorMattia Roccoberton <mat@blocknot.es>2020-01-17 17:49:55 +0100
committerMattia Roccoberton <mat@blocknot.es>2020-01-20 09:08:24 +0100
commit94b7fb03f0358f75320aec9e427f8dd073dc74cf (patch)
treed5247bb8b64a139f988bed6bae07df7e0ba3bd0a /.rubocop_todo.yml
parent3292f7cc82812a05cbed8ffa27d9d212021ccfc7 (diff)
Update extension structure using dev_support
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml156
1 files changed, 156 insertions, 0 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
new file mode 100644
index 0000000..cdaa6a2
--- /dev/null
+++ b/.rubocop_todo.yml
@@ -0,0 +1,156 @@
+Capybara/CurrentPathExpectation:
+ Enabled: false
+
+Capybara/FeatureMethods:
+ Enabled: false
+
+Layout/AlignHash:
+ Enabled: false
+
+Layout/ElseAlignment:
+ Enabled: false
+
+Layout/EmptyLineAfterGuardClause:
+ Enabled: false
+
+Layout/EndAlignment:
+ Enabled: false
+
+Layout/IndentationWidth:
+ Enabled: false
+
+Layout/IndentFirstHashElement:
+ Enabled: false
+
+Layout/MultilineMethodCallIndentation:
+ Enabled: false
+
+Lint/AmbiguousBlockAssociation:
+ Enabled: false
+
+Lint/BooleanSymbol:
+ Enabled: false
+
+Metrics/LineLength:
+ Enabled: true
+ Max: 160
+
+Naming/MemoizedInstanceVariableName:
+ Enabled: false
+
+Rails/ApplicationJob:
+ Enabled: false
+
+Rails/ApplicationRecord:
+ Enabled: false
+
+Rails/Delegate:
+ Enabled: false
+
+Rails/DynamicFindBy:
+ Enabled: false
+
+Rails/HasManyOrHasOneDependent:
+ Enabled: false
+
+Rails/HttpStatus:
+ Enabled: false
+
+Rails/ReflectionClassName:
+ Enabled: false
+
+Rails/ReversibleMigration:
+ Enabled: false
+
+Rails/SafeNavigation:
+ Enabled: false
+
+Rails/SkipsModelValidations:
+ Enabled: false
+
+RSpec/AnyInstance:
+ Enabled: false
+
+RSpec/ContextWording:
+ Enabled: false
+
+RSpec/LetSetup:
+ Enabled: false
+
+RSpec/EmptyLineAfterExample:
+ Enabled: false
+
+RSpec/EmptyLineAfterFinalLet:
+ Enabled: false
+
+RSpec/EmptyLineAfterHook:
+ Enabled: false
+
+RSpec/EmptyLineAfterSubject:
+ Enabled: false
+
+RSpec/ExpectChange:
+ Enabled: false
+
+RSpec/FilePath:
+ Enabled: false
+
+RSpec/ImplicitExpect:
+ Enabled: false
+
+RSpec/InstanceVariable:
+ Enabled: false
+
+RSpec/LeadingSubject:
+ Enabled: false
+
+RSpec/LetBeforeExamples:
+ Enabled: false
+
+RSpec/MessageSpies:
+ Enabled: false
+
+RSpec/MultipleExpectations:
+ Enabled: false
+
+RSpec/NamedSubject:
+ Enabled: false
+
+RSpec/NestedGroups:
+ Enabled: false
+
+RSpec/NotToNot:
+ Enabled: false
+
+RSpec/PredicateMatcher:
+ Enabled: false
+
+RSpec/ScatteredLet:
+ Enabled: false
+
+Style/BracesAroundHashParameters:
+ Enabled: false
+
+Style/ClassAndModuleChildren:
+ Enabled: false
+
+Style/ConditionalAssignment:
+ Enabled: false
+
+Style/FrozenStringLiteralComment:
+ Enabled: false
+
+Style/GuardClause:
+ Enabled: false
+
+Style/MutableConstant:
+ Enabled: false
+
+Style/RaiseArgs:
+ Enabled: false
+
+Style/RegexpLiteral:
+ Enabled: false
+
+Style/SymbolProc:
+ Enabled: false