Fix most auto-correctable rubocop issues
This commit is contained in:
parent
34e3e51456
commit
ef7f3d800c
206 changed files with 2925 additions and 3473 deletions
|
@ -5,7 +5,7 @@ module NotRedactable
|
|||
false
|
||||
end
|
||||
|
||||
def redact!(r)
|
||||
raise OSM::APICannotRedactError.new
|
||||
def redact!(_r)
|
||||
fail OSM::APICannotRedactError.new
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue