Sha256: 16974274eadae509fcbd8ff54d485a25385f60e2a4c8cab8aa82ecd23ece45f8

Contents?: true

Size: 172 Bytes

Versions: 15

Compression:

Stored size: 172 Bytes

Contents

desc "lint application javascript"
task :coffeelint do
  success = Coffeelint.run_test_suite('app') and Coffeelint.run_test_suite('spec')
  fail "Lint!" unless success
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
coffeelint-1.10.0 lib/tasks/coffeelint.rake
coffeelint-1.9.1 lib/tasks/coffeelint.rake
coffeelint-0.3.0 lib/tasks/coffeelint.rake
coffeelint-0.2.7 lib/tasks/coffeelint.rake
coffeelint-0.2.6 lib/tasks/coffeelint.rake
coffeelint-0.2.5 lib/tasks/coffeelint.rake
coffeelint-0.2.3 lib/tasks/coffeelint.rake
coffeelint-0.2.2 lib/tasks/coffeelint.rake
coffeelint-0.2.1 lib/tasks/coffeelint.rake
coffeelint-0.2.0 lib/tasks/coffeelint.rake
coffeelint-0.1.3 lib/tasks/coffeelint.rake
coffeelint-0.1.2 lib/tasks/coffeelint.rake
coffeelint-0.0.6 lib/tasks/coffeelint.rake
coffeelint-0.0.5 lib/tasks/coffeelint.rake
coffeelint-0.0.4 lib/tasks/coffeelint.rake