Sha256: 15678741a2d9369a5080fc5613c272900f70a8112a6550dff7cd1cbc69d9f697
Contents?: true
Size: 688 Bytes
Versions: 2
Compression:
Stored size: 688 Bytes
Contents
name: packwerk type: ruby up: - ruby: 3.0.0 - bundler commands: test: run: | if [[ "$*" =~ ":"[0-9]+ ]]; then # run test by its line number bundle exec m "$@" elif [[ "$#" -eq 1 && -f "$1" ]]; then # run all tests in given file(s) bundle exec rake test TEST="$@" else # run all tests bundle exec rake test fi style: "bundle exec rubocop -D --auto-correct" typecheck: desc: "run Sorbet typechecking" run: "bundle exec srb tc" aliases: ['tc'] subcommands: update: desc: "update RBIs for gems" run: "bundle exec tapioca sync -c 'dev typecheck update'"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
packwerk-1.2.0 | dev.yml |
packwerk-1.1.3 | dev.yml |