File: Rakefile

package info (click to toggle)
ruby-rbnacl 7.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 576 kB
  • sloc: ruby: 2,927; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require "bundler/gem_tasks"

Dir[File.expand_path("tasks/**/*.rake", __dir__)].each { |task| load task }

task default: %w[spec rubocop]
task ci:      %w[spec rubocop]