This website requires JavaScript.
Explore
Help
Register
Sign in
l.behm
/
bumblebee-status
Watch
1
Star
1
Fork
You've already forked bumblebee-status
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
8855f1155b
bumblebee-status
/
runlint.sh
4 lines
66 B
Bash
Raw
Normal View
History
Unescape
Escape
[lint] Add tool to run pylint on all files pylint all *.py files and fix the errors reported so far.
2016-12-04 08:02:40 +01:00
#!/bin/sh
[output/i3bar] Add flush method flush() terminates a single iteration of widget drawing. see #23
2016-12-04 16:14:43 +01:00
find . -name
"*.py"
|
xargs pylint --disable
=
R0903,R0201
Reference in a new issue
Copy permalink