Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: Current Version
-
Fix Version/s: None
-
Component/s: Zzz! / None of the above / I really don't know
-
Labels:None
-
Environment:Arch Linux
Description
On my Arch I have pylint 1.6.4, which generates many warnings:
{code}
$ pylint sio/compilers/test/test_compilers.py
************* Module test_compilers
sio/compilers/test/test_compilers.py 300 W0511 TODO: Do not run slow tests by default
sio/compilers/test/test_compilers.py 283 C0326 No space allowed after bracket
nasty_loopers = [ '/nasty-%s' % (s,) for s in nasty_loopers]
^
sio/compilers/test/test_compilers.py 324 W0311 Bad indentation. Found 12 spaces, expected 8
sio/compilers/test/test_compilers.py 11 W0611 Unused DEFAULT_COMPILER_TIME_LIMIT imported from sio.compilers.common
sio/compilers/test/test_compilers.py 11 W0611 Unused DEFAULT_COMPILER_MEM_LIMIT imported from sio.compilers.common
sio/compilers/test/test_compilers.py 11 C0412 Imports from package sio are not grouped
{code}
These are probably new warnings, which have been added since 1.3.1
{code}
$ pylint sio/compilers/test/test_compilers.py
************* Module test_compilers
sio/compilers/test/test_compilers.py 300 W0511 TODO: Do not run slow tests by default
sio/compilers/test/test_compilers.py 283 C0326 No space allowed after bracket
nasty_loopers = [ '/nasty-%s' % (s,) for s in nasty_loopers]
^
sio/compilers/test/test_compilers.py 324 W0311 Bad indentation. Found 12 spaces, expected 8
sio/compilers/test/test_compilers.py 11 W0611 Unused DEFAULT_COMPILER_TIME_LIMIT imported from sio.compilers.common
sio/compilers/test/test_compilers.py 11 W0611 Unused DEFAULT_COMPILER_MEM_LIMIT imported from sio.compilers.common
sio/compilers/test/test_compilers.py 11 C0412 Imports from package sio are not grouped
{code}
These are probably new warnings, which have been added since 1.3.1
Activity
- All
- Comments
- History
- Activity
- Transitions
- Commits
Connect your code to JIRA
Link every code change to JIRA just by adding an issue keys in commit messages. Bridge the gap back to your source and know which changes fixed which JIRA issues.
Git & Mercurial in the cloud
Collaborate across unlimited private code repositories.

Git behind the firewall
Manage and collaborate on Git repositories behind a firewall.

Browse and search code
Browse, search, and track source code repositories.