inspec/lib
Ryan Davis fe82931b39 Just use math.
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>
2019-05-18 15:50:01 -07:00
..
bundles Remove # encoding: utf8 magic comments 2019-05-07 16:06:23 -07:00
fetchers Remove # encoding: utf8 magic comments 2019-05-07 16:06:23 -07:00
inspec Just use math. 2019-05-18 15:50:01 -07:00
matchers Fixed 3 failures in cmp matcher. 2019-05-17 02:26:06 -07:00
plugins Use IO globals instead of IO constants. 2019-05-18 12:48:18 -07:00
resource_support Linting 2019-04-08 14:28:57 -04:00
resources Relocate resources to inspec/resources 2019-05-08 13:09:54 -07:00
source_readers Remove # encoding: utf8 magic comments 2019-05-07 16:06:23 -07:00
utils Remove # encoding: utf8 magic comments 2019-05-07 16:06:23 -07:00
inspec.rb require telemetry/global_methods 2019-05-16 00:45:24 -07:00