File: lint

package info (click to toggle)
sugarjar 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 548 kB
  • sloc: ruby: 2,035; sh: 94; makefile: 8
file content (4 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download | duplicates (2)
1
2
3
4
#!/bin/bash

scripts/run_rubocop.sh -D "$@" || { echo "Rubocop failed"; exit 1; }
scripts/run_mdl.sh "$@" || { echo "Rubocop failed"; exit 1; }