Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. ./.atom/packages/linter-flake8/spec/fixtures/bad.py:1:1: F821 undefined name 'asfd'
  2. ./.atom/packages/linter-flake8/spec/fixtures/bad.py:1:1: D100 Missing docstring in public module
  3. ./.atom/packages/linter-flake8/spec/fixtures/errwarn.py:1:1: D100 Missing docstring in public module
  4. ./.atom/packages/linter-flake8/spec/fixtures/errwarn.py:4:1: E303 too many blank lines (3)
  5. ./.atom.bak/packages/linter-flake8/spec/fixtures/bad.py:1:1: F821 undefined name 'asfd'
  6. ./.atom.bak/packages/linter-flake8/spec/fixtures/bad.py:1:1: D100 Missing docstring in public module
  7. ./.atom.bak/packages/linter-flake8/spec/fixtures/errwarn.py:1:1: D100 Missing docstring in public module
  8. ./.atom.bak/packages/linter-flake8/spec/fixtures/errwarn.py:4:1: E303 too many blank lines (3)
  9. ./Documents/Programmation/Python/calcul.py:1:1: D100 Missing docstring in public module
  10. ./Documents/Programmation/Python/calcul.py:1:1: D202 No blank lines allowed after function docstring
  11. ./Documents/Programmation/Python/calcul.py:1:1: D205 1 blank line required between summary line and description
  12. ./Documents/Programmation/Python/calcul.py:1:1: D209 Multi-line docstring closing quotes should be on a separate line
  13. ./Documents/Programmation/Python/calcul.py:1:1: D400 First line should end with a period
  14. ./Documents/Programmation/Python/calcul.py:3:80: E501 line too long (80 > 79 characters)
  15. ./Documents/Programmation/Python/Zcasino.py:1:1: D100 Missing docstring in public module
  16. ./Documents/Programmation/Python/Zcasino.py:7:14: E261 at least two spaces before inline comment
  17. ./Documents/Programmation/Python/Zcasino.py:8:24: E261 at least two spaces before inline comment
  18. ./Documents/Programmation/Python/Zcasino.py:9:25: E116 unexpected indentation (comment)
  19. ./Documents/Programmation/Python/Zcasino.py:13:24: E261 at least two spaces before inline comment
  20. ./Documents/Programmation/Python/Zcasino.py:18:80: E501 line too long (94 > 79 characters)
  21. ./Documents/Programmation/Python/Zcasino.py:50:80: E501 line too long (80 > 79 characters)
  22. ./Documents/Programmation/Python/Zcasino.py:56:48: E261 at least two spaces before inline comment
  23. ./Documents/Programmation/Python/Zcasino.py:61:80: E501 line too long (81 > 79 characters)
  24. ./Documents/Programmation/Python/Pendu/donnees.py:1:1: D210 No whitespaces allowed surrounding docstring text
  25. ./Documents/Programmation/Python/Pendu/donnees.py:1:1: D400 First line should end with a period
  26. ./Documents/Programmation/Python/Pendu/fonctions.py:1:1: D210 No whitespaces allowed surrounding docstring text
  27. ./Documents/Programmation/Python/Pendu/fonctions.py:1:1: D205 1 blank line required between summary line and description
  28. ./Documents/Programmation/Python/Pendu/fonctions.py:1:1: D209 Multi-line docstring closing quotes should be on a separate line
  29. ./Documents/Programmation/Python/Pendu/fonctions.py:1:1: D400 First line should end with a period
  30. ./Documents/Programmation/Python/Pendu/fonctions.py:4:1: F401 'os' imported but unused
  31. ./Documents/Programmation/Python/Pendu/fonctions.py:5:1: F401 'pickle' imported but unused
  32. ./Documents/Programmation/Python/Pendu/fonctions.py:6:1: F401 'random.choice' imported but unused
  33. ./Documents/Programmation/Python/Pendu/fonctions.py:7:1: F403 'from donnees import *' used; unable to detect undefined names
  34. ./Documents/Programmation/Python/Pendu/fonctions.py:7:1: F401 'donnees.*' imported but unused
  35. ./Documents/Programmation/Python/Pendu/fonctions.py:12:1: D205 1 blank line required between summary line and description
  36. ./Documents/Programmation/Python/Pendu/fonctions.py:12:1: D209 Multi-line docstring closing quotes should be on a separate line
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement