ci: Add luacheck ci job (#317)
* Add luacheck ci job * Fix most of the linting issues * fixup: lint Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
This commit is contained in:
@@ -240,7 +240,7 @@ layout_strategies.vertical = function(self, max_columns, max_lines)
|
||||
|
||||
-- Height
|
||||
local height_padding = math.max(
|
||||
1,
|
||||
1,
|
||||
resolve.resolve_height(layout_config.height_padding or 3)(self, max_columns, max_lines)
|
||||
)
|
||||
local picker_height = max_lines - 2 * height_padding
|
||||
|
||||
Reference in New Issue
Block a user