Skip to content

Commit

Permalink
fix(sqlfluff): include endLine, endColumn to efm
Browse files Browse the repository at this point in the history
  • Loading branch information
creativenull committed May 5, 2024
1 parent 2bd059e commit 51cb919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/efmls-configs/linters/sqlfluff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ return {
lintIgnoreExitCode = true,
lintStdin = false,
lintFormats = {
'::%totice title=SQLFluff,file=%f,line=%l,col=%c::%m',
'::%tarning title=SQLFluff,file=%f,line=%l,col=%c::%m',
'::%trror title=SQLFluff,file=%f,line=%l,col=%c::%m',
'::%totice title=SQLFluff,file=%f,line=%l,col=%c,endLine=%e,endColumn=%k::%m',
'::%tarning title=SQLFluff,file=%f,line=%l,col=%c,endLine=%e,endColumn=%k::%m',
'::%trror title=SQLFluff,file=%f,line=%l,col=%c,endLine=%e,endColumn=%k::%m',
},
}

0 comments on commit 51cb919

Please sign in to comment.