We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11179d4 commit d3275e6Copy full SHA for d3275e6
.rubocop_todo.yml
@@ -36,7 +36,7 @@ Metrics/BlockLength:
36
# Offense count: 1
37
# Configuration parameters: CountComments.
38
Metrics/ClassLength:
39
- Max: 120
+ Max: 121
40
41
# Offense count: 6
42
Metrics/CyclomaticComplexity:
lib/mongoid/history/options.rb
@@ -34,6 +34,7 @@ def default_options
34
track_create: true,
35
track_update: true,
track_destroy: true,
+ track_blank_changes: false,
format: nil }
end
0 commit comments