File: run_cpplint.sh

package info (click to toggle)
rlvm 0.14-5.2
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 17,104 kB
  • sloc: cpp: 91,574; ansic: 39,346; perl: 768; sh: 320; python: 181; makefile: 8
file content (4 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download | duplicates (6)
1
2
3
4
#!/bin/bash

find src -type f \( -name "*.h" -o -name "*.cc" \) | grep -v "gettext.h" | grep -v "SDLMain\." | xargs cpplint.py --filter=-build/include_order,-runtime/references,-readability/streams,-readability/casting,-runtime/rtti,-runtime/int