[GRASS-SVN] r62576 - in grass/branches/releasebranch_7_0: . tools

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Nov 3 08:40:35 PST 2014


Author: annakrat
Date: 2014-11-03 08:40:35 -0800 (Mon, 03 Nov 2014)
New Revision: 62576

Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/tools/pep8config.txt
   grass/branches/releasebranch_7_0/tools/pylintrc.txt
Log:
tools: add info where to place pep8 and pylint config files (merge from trunk, r62575)


Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:61096,62179-62180,62182,62403,62466,62487,62491,62494,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573
   + /grass/trunk:61096,62179-62180,62182,62403,62466,62487,62491,62494,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575

Modified: grass/branches/releasebranch_7_0/tools/pep8config.txt
===================================================================
--- grass/branches/releasebranch_7_0/tools/pep8config.txt	2014-11-03 16:39:54 UTC (rev 62575)
+++ grass/branches/releasebranch_7_0/tools/pep8config.txt	2014-11-03 16:40:35 UTC (rev 62576)
@@ -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/branches/releasebranch_7_0/tools/pylintrc.txt
===================================================================
--- grass/branches/releasebranch_7_0/tools/pylintrc.txt	2014-11-03 16:39:54 UTC (rev 62575)
+++ grass/branches/releasebranch_7_0/tools/pylintrc.txt	2014-11-03 16:40:35 UTC (rev 62576)
@@ -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