File: lint

package info (click to toggle)
sugarjar 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: ruby: 2,228; sh: 94; makefile: 8
file content (4 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download | duplicates (3)
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; }