File: Rakefile

package info (click to toggle)
metadata-json-lint 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: ruby: 540; sh: 108; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
$LOAD_PATH.unshift(File.expand_path('../../lib', __dir__))
require 'metadata-json-lint/rake_task'

task test: %i[metadata_lint success]
task :success do
  puts 'Successfully linted'
end