-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement fixer * implement replaceText on fixer * refactor insertText * implement fix on reserved-word-case rule * enable to return array of result from rule function * implement fix on column-new-line rule * implement fix on align-column-to-the-first * aligne columns position on fix rule of column-new-line * implement fix on linebreakAfterClauseKeyword * indent for fixing lineBreakAfterClauseKeyWord * implement fix on spaceSurroundingOperators * implement fix on whereClauseNewLine * fix whereClauseNewLineRule * implement new rule align-where-clause-to-the-first * refactor creating fix description logic * implement fix * implement quickFixCodeAction * back to previous code to fix accidental changes * use textDocument.getText instead of own cache * enable to execute fix all problems command * add test case to check the bug * fix the bug fix doesn't work correctly column-new-line rule was conflicted with align-column-to-the-first * return the most smallest distance lint result to fix * write README
- Loading branch information
Showing
33 changed files
with
913 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.