Add code action to format code when there's a final new line missing #176
Labels
feature-request
Request for new features or functionality
good first issue
Good for newcomers
needs PR
Ref: #43
There are two things that needs to be done:
C0304:missing-final-newline
that triggers the format document actionThe code for the first step will be similar to the one here:
vscode-pylint/bundled/tool/server.py
Line 243 in 2fae19e
And the unit tests will be similar to this:
vscode-pylint/src/test/python_tests/test_code_actions.py
Line 23 in 2fae19e
The text was updated successfully, but these errors were encountered: