#1248 Rubocop
This commit is contained in:
parent
6a18eae507
commit
4c26359cba
@ -111,3 +111,4 @@ Style/OpenStructUse:
|
||||
Style/OptionalBooleanParameter:
|
||||
Exclude:
|
||||
- lib/redmine_dmsf/field_formats/dmsf_file_format.rb
|
||||
- lib/redmine_dmsf/field_formats/dmsf_file_revision_format.rb
|
||||
|
||||
@ -72,7 +72,7 @@ module RedmineDmsf
|
||||
options
|
||||
end
|
||||
|
||||
def formatted_value(view, _custom_field, value, _customized = nil, _html: false)
|
||||
def formatted_value(view, _custom_field, value, _customized = nil, _html = false)
|
||||
return '' if value.blank?
|
||||
|
||||
revision = DmsfFileRevision.find_by(id: value)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user