Forráskód Böngészése

tools: add info where to place pep8 and pylint config files (merge from trunk, https://trac.osgeo.org/grass/changeset/62575)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@62576 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 10 éve
szülő
commit
e20416b91a
2 módosított fájl, 4 hozzáadás és 0 törlés
  1. 2 0
      tools/pep8config.txt
  2. 2 0
      tools/pylintrc.txt

+ 2 - 0
tools/pep8config.txt

@@ -15,6 +15,8 @@
 # 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]
 

+ 2 - 0
tools/pylintrc.txt

@@ -15,6 +15,8 @@
 # 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]