Skip to content

Show results in the right place #96

Description

@sils

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions