lib/scss_lint/cli.rb in scss_lint-0.41.0 vs lib/scss_lint/cli.rb in scss_lint-0.42.0

- old
+ new

@@ -17,11 +17,10 @@ no_input: 66, # Input file did not exist or was not readable unavailable: 69, # Required library is unavailable software: 70, # Internal software error config: 78, # Configuration error no_files: 80, # No files matched by specified glob patterns - files_filtered: 81, # All matched files were filtered by exclusions plugin: 82, # Plugin loading error } def run(args) options = SCSSLint::Options.new.parse(args) @@ -77,12 +76,9 @@ puts exception.message halt :config when SCSSLint::Exceptions::RequiredLibraryMissingError puts exception.message halt :unavailable - when SCSSLint::Exceptions::AllFilesFilteredError - puts exception.message - halt :files_filtered when SCSSLint::Exceptions::NoFilesError puts exception.message halt :no_files when SCSSLint::Exceptions::PluginGemLoadError puts exception.message