summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-06 15:12:45 -0600
committermo khan <mo.khan@gmail.com>2020-07-06 15:12:45 -0600
commitf6b19e9161f20473195f70558dcd2929a8cb78d3 (patch)
tree22317f5f1c03d614fc6e8c42f5bd389f88af2b3b /lib
parentb13972a2747441d867a3be32258ebdc6e4dadeb3 (diff)
Fix some broken specsasync
Diffstat (limited to 'lib')
-rw-r--r--lib/spandx/cli/commands/scan.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/spandx/cli/commands/scan.rb b/lib/spandx/cli/commands/scan.rb
index 87009dd..4807208 100644
--- a/lib/spandx/cli/commands/scan.rb
+++ b/lib/spandx/cli/commands/scan.rb
@@ -13,7 +13,6 @@ module Spandx
require(options[:require]) if options[:require]
end
- # rubocop:disable Metrics/AbcSize
def execute(output: $stdout)
with_printer(output) do |printer|
each_dependency do |dependency|
@@ -23,7 +22,6 @@ module Spandx
end
end
end
- # rubocop:enable Metrics/AbcSize
private