orokro / Classetta

Classetta.com Multi-language class generator
0 stars 0 forks source link

Python: ThoroughDemo generated output does not flake #10

Closed medthehatta closed 8 years ago

medthehatta commented 9 years ago

Flake8 issues:

def main():
    pass
orokro commented 8 years ago
medthehatta commented 8 years ago

Line 8 has spaces. The editor may not be showing that they're there, but the spaces are there.

Trailing spaces are caught by flake because they can be confusing with version control: lines that are listed as changed may have only had invisible whitespace changes.

orokro commented 8 years ago

If you're not counting the comment on top: image

And if you are: image

I dont line 8 isn't specific enough

orokro commented 8 years ago

image

Looks like line 5 inside the comment has a extra tab, but that's about it...

medthehatta commented 8 years ago

Ah, ok. Yeah, that's the one then.