mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
lint exception
This commit is contained in:
parent
1ce1f26d76
commit
0185751ff5
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ RSpec::Matchers.define :cmp do |expected|
|
|||
def float?(value)
|
||||
return true if Float(value)
|
||||
false
|
||||
rescue ArgumentError => ex
|
||||
rescue ArgumentError => _ex
|
||||
false
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue