Commit b8fca9a 1 parent ac0c226 commit b8fca9a Copy full SHA for b8fca9a
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
#
16
16
# Uncomment the following lines to make the configuration take effect.
17
17
18
+ CommitMsg :
19
+ CapitalizedSubject :
20
+ enabled : false
18
21
PrePush :
19
22
Undercover :
20
23
enabled : true
Original file line number Diff line number Diff line change 114
114
Imagen . parser_version = v_default
115
115
end
116
116
117
- # rubocop:disable Metrics/AbcSize
118
117
def stub_build
119
118
lcov = double
120
119
allow ( File ) . to receive ( :open ) { lcov }
121
120
allow ( Undercover ::LcovParser ) . to receive ( :parse ) . with ( lcov )
122
121
allow_any_instance_of ( Undercover ::Report ) . to receive ( :validate ) { nil }
123
122
allow_any_instance_of ( Undercover ::Report ) . to receive ( :build ) { |rep | rep }
124
123
end
125
- # rubocop:enable Metrics/AbcSize
126
124
end
You can’t perform that action at this time.
0 commit comments