diff options
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 555e7e8..89339fe 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -23,6 +23,7 @@ AllCops: require: - rubocop-rails - rubocop-performance + - rubocop-minitest # # Layout @@ -104,3 +105,10 @@ Style/AsciiComments: Naming/MethodParameterName: MinNameLength: 2 AllowedNames: [_, n] + +# +# Minitest +# + +Minitest/MultipleAssertions: + Max: 5 |
