Sha256: 9635d1e535d6d663167ed18b950d44f7e538db67554238ac8f1d1ce562fb10ee

Contents?: true

Size: 640 Bytes

Versions: 2

Compression:

Stored size: 640 Bytes

Contents

name: packwerk

type: ruby

up:
  - ruby: 3.2.2
  - bundler

commands:
  test:
    run: |
      if [[ "$*" =~ ":"[0-9]+ ]];
      then
        # run test by its line number
        bin/m "$@"
      elif [[ "$#" -eq 1 && -f "$1" ]];
      then
        # run all tests in given file(s)
        bin/rake test TEST="$@"
      else
        # run all tests
        bin/rake test
      fi
  style: "bin/rubocop -D --auto-correct"
  typecheck:
    desc: "run Sorbet typechecking"
    run: "bin/srb tc"
    aliases: ['tc']
    subcommands:
      update:
        desc: "update RBIs for gems"
        run: "bin/tapioca sync -c 'dev typecheck update'"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
packwerk-3.2.0 dev.yml
packwerk-3.1.0 dev.yml