-
Notifications
You must be signed in to change notification settings - Fork 178
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
Codestyle: Add continuation line policy #27
Comments
From @gitmate-bot on July 15, 2016 21:2 Thanks for reporting this issue! Your aid is required, fellow coalaian. Help us triage and solving this issue! CC @sils1297, @AbdealiJK |
I'd like to work on this one |
petrjoachim
added a commit
to petrjoachim/documentation
that referenced
this issue
Aug 26, 2016
We are already enfocing it, but it's not covered by PEP8 Fixes coala#27
petrjoachim
added a commit
to petrjoachim/documentation
that referenced
this issue
Aug 26, 2016
We are already enfocing it, but it's not covered by PEP8 Fixes coala#27
petrjoachim
added a commit
to petrjoachim/documentation
that referenced
this issue
Aug 26, 2016
We are already enfocing it, but it's not covered by PEP8 Fixes coala#27
petrjoachim
added a commit
to petrjoachim/documentation
that referenced
this issue
Aug 26, 2016
We are already enfocing it, but it's not covered by PEP8 Fixes coala#27
petrjoachim
added a commit
to petrjoachim/documentation
that referenced
this issue
Aug 26, 2016
We are already enfocing it, but it's not covered by PEP8 Closes coala#27
akashfoss
pushed a commit
to akashfoss/documentation
that referenced
this issue
Nov 26, 2016
We are already enfocing it, but it's not covered by PEP8 Closes coala#27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @fneu on July 15, 2016 21:2
Basically we are already enforcing a style, where multiple-line lists, dicts, tuples, function definitions, function calls, and any such structures either:
Since this is not covered by PEP8 we should add a section to our codestyle
Copied from original issue: coala/coala#2454
The text was updated successfully, but these errors were encountered: