[GRASS-SVN] r62575 - grass/trunk/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 3 08:39:54 PST 2014


Author: annakrat
Date: 2014-11-03 08:39:54 -0800 (Mon, 03 Nov 2014)
New Revision: 62575

Modified:
   grass/trunk/tools/pep8config.txt
   grass/trunk/tools/pylintrc.txt
Log:
tools: add info where to place pep8 and pylint config files

Modified: grass/trunk/tools/pep8config.txt
===================================================================
--- grass/trunk/tools/pep8config.txt	2014-11-03 15:28:57 UTC (rev 62574)
+++ grass/trunk/tools/pep8config.txt	2014-11-03 16:39:54 UTC (rev 62575)
@@ -15,7 +15,9 @@
 # A lot of errors need to be ignored now to avoid a large number of messages.
 # Files need to be fixed one by one (without this configuration).
 
+# Save this file as ~/.config/pep8 on Linux
 
+
 [pep8]
 
 # skip errors and warnings (e.g. E4,W)

Modified: grass/trunk/tools/pylintrc.txt
===================================================================
--- grass/trunk/tools/pylintrc.txt	2014-11-03 15:28:57 UTC (rev 62574)
+++ grass/trunk/tools/pylintrc.txt	2014-11-03 16:39:54 UTC (rev 62575)
@@ -15,7 +15,9 @@
 # A lot of errors need to be ignored now to avoid a large number of messages.
 # Files need to be fixed one by one (partialy without this configuration).
 
+# Save this file ~/.pylintrc on Linux
 
+
 [MASTER]
 
 # Specify a configuration file.



More information about the grass-commit mailing list