voidrice/.config/i3/bar/runlint.sh
2017-06-02 15:49:10 -04:00

4 lines
72 B
Bash
Executable File

#!/bin/sh
find . -name "*.py"|xargs pylint --disable=R0903,R0201,C0330