lib/quality/runner.rb in quality-23.0.4 vs lib/quality/runner.rb in quality-23.0.5
- old
+ new
@@ -3,9 +3,12 @@
require 'active_support/inflector'
require 'forwardable'
require_relative 'which'
require_relative 'directory_of_classes'
+# Quality is a tool that runs quality checks on Ruby code using cane,
+# reek, flog, flay and rubocop and makes sure your numbers don't get
+# any worse over time.
module Quality
current_dir = File.dirname(File.expand_path(__FILE__))
TOOL_CLASSES = DirectoryOfClasses.new(dir: "#{current_dir}/tools",
module_name: 'Quality::Tools')
ALL_TOOLS = TOOL_CLASSES.basenames_without_extension