Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes linting errors in runnable.py #2114

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

AndreMiras
Copy link
Member

https://travis-ci.org/github/kivy/python-for-android/jobs/668867999

runnable.py:17:1: E302 expected 2 blank lines, found 1
runnable.py:33:1: W293 blank line contains whitespace
runnable.py:45:1: W293 blank line contains whitespace
runnable.py:46:1: W293 blank line contains whitespace
runnable.py:49:1: E303 too many blank lines (4)
runnable.py:53:1: W293 blank line contains whitespace
runnable.py:55:1: W293 blank line contains whitespace
runnable.py:56:32: E261 at least two spaces before inline comment
runnable.py:56:33: E262 inline comment should start with '# '
runnable.py:57:1: W293 blank line contains whitespace
runnable.py:58:45: E231 missing whitespace after ':'
runnable.py:59:1: W293 blank line contains whitespace
runnable.py:61:1: W293 blank line contains whitespace
runnable.py:64:1: W293 blank line contains whitespace

https://travis-ci.org/github/kivy/python-for-android/jobs/668867999
```
runnable.py:17:1: E302 expected 2 blank lines, found 1
runnable.py:33:1: W293 blank line contains whitespace
runnable.py:45:1: W293 blank line contains whitespace
runnable.py:46:1: W293 blank line contains whitespace
runnable.py:49:1: E303 too many blank lines (4)
runnable.py:53:1: W293 blank line contains whitespace
runnable.py:55:1: W293 blank line contains whitespace
runnable.py:56:32: E261 at least two spaces before inline comment
runnable.py:56:33: E262 inline comment should start with '# '
runnable.py:57:1: W293 blank line contains whitespace
runnable.py:58:45: E231 missing whitespace after ':'
runnable.py:59:1: W293 blank line contains whitespace
runnable.py:61:1: W293 blank line contains whitespace
runnable.py:64:1: W293 blank line contains whitespace
```
@AndreMiras
Copy link
Member Author

Build green, merging

@AndreMiras AndreMiras merged commit a548330 into kivy:develop Mar 30, 2020
@AndreMiras AndreMiras deleted the feature/fixes_linting branch March 30, 2020 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants