You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/11/15 14:25:32 UTC

[3/3] git commit: Ignore E902 (directory doesn't exist) error when linting docs/examples/ directory.

Ignore E902 (directory doesn't exist) error when linting docs/examples/
directory.

This directory is not included in the distribution tarball so we don't want lint
to fail there.


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

Branch: refs/heads/trunk
Commit: 5ef0707b2a34f0e8520fe029e7313b7c57f15919
Parents: 6745c87
Author: Tomaz Muraus <to...@apache.org>
Authored: Fri Nov 15 14:14:32 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Fri Nov 15 14:14:32 2013 +0100

----------------------------------------------------------------------
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/5ef0707b/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 428b2ab..d3d9f23 100644
--- a/tox.ini
+++ b/tox.ini
@@ -50,4 +50,4 @@ deps = flake8
 commands = flake8 --exclude="test/" libcloud/
            flake8 --max-line-length=160 libcloud/test/
            flake8 demos/
-           flake8 docs/examples/
+           flake8 --ignore=E902 docs/examples/