[Bug 48020] make puppet-lint/puppet-pep8 ignore W191 indentation contains tabs

2013-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48020

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|wikibugs-l@lists.wikimedia. |abog...@wikimedia.org
   |org |

--- Comment #3 from Antoine hashar Musso has...@free.fr ---
Andrew Bogott wrote a bunch of changes in operations/puppet.git that makes its
pass pep8.

An important change is https://gerrit.wikimedia.org/r/#/c/66552/ (in
integration/jenkins.git) which let us sneak pep8 configuration files in sub
directories and thus finely tune pep8 behavior.

Anyway, fixed :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48020] make puppet-lint/puppet-pep8 ignore W191 indentation contains tabs

2013-05-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48020

--- Comment #2 from Antoine hashar Musso has...@free.fr ---
Technically pep8 let you ignore specific errors and warnings using the 'ignore'
parameter.  That can be put in a .pep8 file at the root of the repository,
something like:

 [pep8]
 # Ignore W191 indentation contains tabs
 ignore = W191


If that is done, that means python files hosted in the repository could use
either spaces or tabs.  The files using tabs should probably be tagged properly
for the editors to use the proper spacing.  Aka for vim a modeline such as: 
vim: set noet:


bikeshedFor consistency, I would advise sticking to the pep8 standard
:)/bikeshed

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48020] make puppet-lint/puppet-pep8 ignore W191 indentation contains tabs

2013-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48020

--- Comment #1 from Daniel Zahn dz...@wikimedia.org ---
 By far the most common error is: tab character found on line with 20362.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l