Sha256: be1004b28f6de914386415f32b3c6ddf74f030dd3da3865c57c85fbab461b436
Contents?: true
Size: 494 Bytes
Versions: 4
Compression:
Stored size: 494 Bytes
Contents
# Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be # available to Rake. task default: :test task test: [:travis_lint, :rubocop, :reek, :scss_lint] task :travis_lint do sh 'travis-lint' end task :rubocop do sh 'rubocop Gemfile Rakefile yamlcss.gemspec lib/' end task :reek do sh 'reek Gemfile Rakefile yamlcss.gemspec lib/' end task :scss_lint do sh 'scss-lint vendor/assets/stylesheets/' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yamlcss-1.0.3 | ./Rakefile |
yamlcss-1.0.2 | ./Rakefile |
yamlcss-1.0.1 | ./Rakefile |
yamlcss-1.0.0 | ./Rakefile |