Sha256: 625fb3745b22551ed7846ad1b12118cff93b187d9b6e953901084a5f7849542f

Contents?: true

Size: 640 Bytes

Versions: 11

Compression:

Stored size: 640 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
        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

11 entries across 11 versions & 1 rubygems

Version Path
packwerk-2.3.0 dev.yml
packwerk-2.2.2 dev.yml
packwerk-2.2.1 dev.yml
packwerk-2.2.0 dev.yml
packwerk-2.1.1 dev.yml
packwerk-2.1.0 dev.yml
packwerk-2.0.0 dev.yml
packwerk-1.4.0 dev.yml
packwerk-1.3.2 dev.yml
packwerk-1.3.1 dev.yml
packwerk-1.3.0 dev.yml