Sha256: fa592c1bad8f926bf6bc16375f4465a1748bb527c075a0fb2f7528acae27995f
Contents?: true
Size: 634 Bytes
Versions: 4
Compression:
Stored size: 634 Bytes
Contents
require 'bundler' require 'rake' require 'polishgeeks-dev-tools' desc 'Self check using command maintained in this gem' task :check do PolishGeeks::DevTools.setup do |config| config.brakeman = false config.haml_lint = false config.expires_in_files_ignored = %w( lib/polish_geeks/dev_tools/commands/expires_in.rb ) config.empty_methods_ignored = %w( empty_methods_spec.rb file_parser_spec.rb ) config.rspec_files_structure_ignored = %w(lib/polishgeeks-dev-tools.rb) end PolishGeeks::DevTools::Runner.new.execute( PolishGeeks::DevTools::Logger.new ) end task default: :check
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
polishgeeks-dev-tools-1.4.0 | Rakefile |
polishgeeks-dev-tools-1.3.2 | Rakefile |
polishgeeks-dev-tools-1.3.1 | Rakefile |
polishgeeks-dev-tools-1.3.0 | Rakefile |