diff --git a/docs/installation/despotify.rst b/docs/installation/despotify.rst index d77bdefb..b6053b16 100644 --- a/docs/installation/despotify.rst +++ b/docs/installation/despotify.rst @@ -30,9 +30,9 @@ Installing despotify sudo port install libvorbis libtool ncursesw libao -*All OS:* Check out revision 507 of the despotify source code:: +*All OS:* Check out revision 508 of the despotify source code:: - svn checkout https://despotify.svn.sourceforge.net/svnroot/despotify@507 + svn checkout https://despotify.svn.sourceforge.net/svnroot/despotify@508 *OS X, MacPorts:* Copy ``despotify/src/Makefile.local.mk.dist`` to ``despotify/src/Makefile.local.mk`` and uncomment the last two lines of the new diff --git a/pylintrc b/pylintrc new file mode 100644 index 00000000..78920d30 --- /dev/null +++ b/pylintrc @@ -0,0 +1,2 @@ +[MESSAGES CONTROL] +disable-msg=C0102,C0103,C0111,C0112,C0121,C0202,C0203,C0302,E0011,E0012,E0100,E0101,E0102,E0202,E0221,E0222,E0702,E0710,E1101,F0001,F0002,F0003,F0004,F0202,F0220,F0321,F0401,I0001,I0010,I0011,I0012,I0013,R0201,R0801,R0901,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0921,R0922,R0923,W0141,W0142,W0231,W0232,W0233,W0401,W0403,W0404,W0406,W0410,W0511,W0601,W0603,W0613