You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/10/06 12:35:13 UTC

[3/4] allura git commit: [#7980] set default line length settings for pep8 & flake8

[#7980] set default line length settings for pep8 & flake8


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/e5023ae1
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/e5023ae1
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/e5023ae1

Branch: refs/heads/master
Commit: e5023ae108f85207176e64c47b1dff3784dbe222
Parents: 9d39b9a
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Sep 30 10:53:49 2015 -0400
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Tue Oct 6 10:34:03 2015 +0000

----------------------------------------------------------------------
 ForgeActivity/setup.cfg   |  6 ++++++
 ForgeBlog/setup.cfg       |  6 ++++++
 ForgeChat/setup.cfg       |  6 ++++++
 ForgeDiscussion/setup.cfg |  6 ++++++
 ForgeGit/setup.cfg        |  6 ++++++
 ForgeLink/setup.cfg       |  6 ++++++
 ForgeSVN/setup.cfg        |  6 ++++++
 ForgeTracker/setup.cfg    |  6 ++++++
 ForgeWiki/setup.cfg       |  6 ++++++
 setup.cfg                 | 22 ++++++++++++++++++++++
 10 files changed, 76 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/e5023ae1/ForgeActivity/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeActivity/setup.cfg b/ForgeActivity/setup.cfg
index 2637327..f054a10 100644
--- a/ForgeActivity/setup.cfg
+++ b/ForgeActivity/setup.cfg
@@ -1,2 +1,8 @@
+[pep8]
+max-line-length = 119
+
+[flake8]
+max-line-length = 119
+
 [egg_info]
 tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/e5023ae1/ForgeBlog/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeBlog/setup.cfg b/ForgeBlog/setup.cfg
index 2637327..f054a10 100644
--- a/ForgeBlog/setup.cfg
+++ b/ForgeBlog/setup.cfg
@@ -1,2 +1,8 @@
+[pep8]
+max-line-length = 119
+
+[flake8]
+max-line-length = 119
+
 [egg_info]
 tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/e5023ae1/ForgeChat/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeChat/setup.cfg b/ForgeChat/setup.cfg
index 2637327..f054a10 100644
--- a/ForgeChat/setup.cfg
+++ b/ForgeChat/setup.cfg
@@ -1,2 +1,8 @@
+[pep8]
+max-line-length = 119
+
+[flake8]
+max-line-length = 119
+
 [egg_info]
 tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/e5023ae1/ForgeDiscussion/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeDiscussion/setup.cfg b/ForgeDiscussion/setup.cfg
index 2637327..f054a10 100644
--- a/ForgeDiscussion/setup.cfg
+++ b/ForgeDiscussion/setup.cfg
@@ -1,2 +1,8 @@
+[pep8]
+max-line-length = 119
+
+[flake8]
+max-line-length = 119
+
 [egg_info]
 tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/e5023ae1/ForgeGit/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeGit/setup.cfg b/ForgeGit/setup.cfg
index 2637327..f054a10 100644
--- a/ForgeGit/setup.cfg
+++ b/ForgeGit/setup.cfg
@@ -1,2 +1,8 @@
+[pep8]
+max-line-length = 119
+
+[flake8]
+max-line-length = 119
+
 [egg_info]
 tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/e5023ae1/ForgeLink/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeLink/setup.cfg b/ForgeLink/setup.cfg
index 2637327..f054a10 100644
--- a/ForgeLink/setup.cfg
+++ b/ForgeLink/setup.cfg
@@ -1,2 +1,8 @@
+[pep8]
+max-line-length = 119
+
+[flake8]
+max-line-length = 119
+
 [egg_info]
 tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/e5023ae1/ForgeSVN/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeSVN/setup.cfg b/ForgeSVN/setup.cfg
index 2637327..f054a10 100644
--- a/ForgeSVN/setup.cfg
+++ b/ForgeSVN/setup.cfg
@@ -1,2 +1,8 @@
+[pep8]
+max-line-length = 119
+
+[flake8]
+max-line-length = 119
+
 [egg_info]
 tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/e5023ae1/ForgeTracker/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeTracker/setup.cfg b/ForgeTracker/setup.cfg
index 2637327..f054a10 100644
--- a/ForgeTracker/setup.cfg
+++ b/ForgeTracker/setup.cfg
@@ -1,2 +1,8 @@
+[pep8]
+max-line-length = 119
+
+[flake8]
+max-line-length = 119
+
 [egg_info]
 tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/e5023ae1/ForgeWiki/setup.cfg
----------------------------------------------------------------------
diff --git a/ForgeWiki/setup.cfg b/ForgeWiki/setup.cfg
index 2637327..f054a10 100644
--- a/ForgeWiki/setup.cfg
+++ b/ForgeWiki/setup.cfg
@@ -1,2 +1,8 @@
+[pep8]
+max-line-length = 119
+
+[flake8]
+max-line-length = 119
+
 [egg_info]
 tag_build = dev0

http://git-wip-us.apache.org/repos/asf/allura/blob/e5023ae1/setup.cfg
----------------------------------------------------------------------
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..1ba576a
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,22 @@
+#       Licensed to the Apache Software Foundation (ASF) under one
+#       or more contributor license agreements.  See the NOTICE file
+#       distributed with this work for additional information
+#       regarding copyright ownership.  The ASF licenses this file
+#       to you under the Apache License, Version 2.0 (the
+#       "License"); you may not use this file except in compliance
+#       with the License.  You may obtain a copy of the License at
+#
+#         http://www.apache.org/licenses/LICENSE-2.0
+#
+#       Unless required by applicable law or agreed to in writing,
+#       software distributed under the License is distributed on an
+#       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#       KIND, either express or implied.  See the License for the
+#       specific language governing permissions and limitations
+#       under the License.
+
+[pep8]
+max-line-length = 119
+
+[flake8]
+max-line-length = 119