I think ALE is not running flake8 w/ appropriate arguments when a file is saved #4019
-
I added a file, ALE continues to flag lines that are over 79 characters in addition to lines that are over 100 characters.
I think the problem is somewhere in ALE when a file is saved (i.e., everything works correctly when ALE runs after the file is opened, but the configuration isn't considered when the file is saved), but I have no idea where to look. Anyone else experience something like this, or have any suggestions for direction? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I am unable to reproduce this issue on my setup. Following exact steps provided I get only lines over 100 properly flagged when opening and when saving a python file. Can you provide the output of ALEInfo? that may provide more information like specific configurations. Also version of flake8, vim/neovim. Finally make sure you are using latest ALE from master that has many fixes. |
Beta Was this translation helpful? Give feedback.
I am unable to reproduce this issue on my setup. Following exact steps provided I get only lines over 100 properly flagged when opening and when saving a python file.
Can you provide the output of ALEInfo? that may provide more information like specific configurations. Also version of flake8, vim/neovim. Finally make sure you are using latest ALE from master that has many fixes.