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

Show results in the right place #96

Open
sils opened this issue Nov 24, 2016 · 0 comments
Open

Show results in the right place #96

sils opened this issue Nov 24, 2016 · 0 comments

Comments

@sils
Copy link
Member

sils commented Nov 24, 2016

Doing this:

diff --git a/.coafile b/.coafile
index 5f960e7..9e01690 100644
--- a/.coafile
+++ b/.coafile
@@ -24,9 +24,9 @@ max_line_length = 100
 # will be executed sequentially; also we need the LineLengthBear to double
 # check the line length because PEP8Bear sometimes isn't able to correct the
 # linelength.
-bears = PyUnusedCodeBear
-default_actions =
-    PyUnusedCodeBear: ApplyPatchAction
+bears = PyUnusedCodeBear, QuotesBear
+preferred_quoting = '
+language = Python
 
 [autopep8]
 bears = PEP8Bear

then running coala-html on itself, I'm getting this:

screenshot from 2016-11-24 16-11-27

The second result doesn't belong into that line.

@sils sils added this to the 0.9 milestone Nov 24, 2016
@sils sils added the type/bug label Nov 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants