# This lint sees if there is a mismatch between the number of
Contains common English function words
7
# expected fields for format/sprintf/#% and what is actually
Contains common English function words
8
# passed as arguments.
9
#
10
# In addition it checks whether dif…
36:68
…,another)
37
classFormatParameterMismatch<Base
38
# http://rubular.com/r/CvpbxkcTzy
Cleartext http:// URL
39
MSG="Number of arguments (%<arg_num>i) to `%<method>s` doesn't "\
40
'matchthenumberoffields(%<field…
Micro-behaviors
36:68
…,another)
37
classFormatParameterMismatch<Base
38
# http://rubular.com/r/CvpbxkcTzy
39
MSG="Number of arguments (%<arg_num>i) to `%<method>s` doesn't "\
40
'matchthenumberoffields(%<field…
Metadata
1
# frozen_string_literal: true
2
3
moduleRuboCop
4
moduleCop
5
moduleLint
6
# This lint sees if there is a mismatch between the number of
7
# expected fields for format/sprintf/#% and what is actually
8
# passed as arguments.
9
#
10
# In addition it checks whether dif…
0# frozen_string_literal: truemoduleRuboCopmoduleCopmoduleLint# This lint sees if there is a mismatch between the number of# expected fields for format/sprintf/#% and what is actually# passed as arguments.## In addition it checks whether dif