mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
I don't know what the reasoning is behind the rjust & the format call... String converting between octal to binary in order to get an integer? Instead, this converts from an octal string and uses straight-forward binary manipulation and logic. Please avoid `cond ? false : true` like constructs. Use `!cond` instead. Signed-off-by: Ryan Davis <zenspider@chef.io> |
||
---|---|---|
.. | ||
bundles | ||
fetchers | ||
inspec | ||
matchers | ||
plugins | ||
resource_support | ||
resources | ||
source_readers | ||
utils | ||
inspec.rb |