Ooh. I kinda want to try a lint where variable names in a function must be at least two characters different than any other variable name (https://twitter.com/marick/status/1478813195234127880), and this might make that easily possible.
Amazing. I wonder if there is already a linter that works as both, standalone and as a native neovim plugin (only using the treesitter queries).
Pretty similar to what Rubocop does in Ruby.
Ooh. I kinda want to try a lint where variable names in a function must be at least two characters different than any other variable name (https://twitter.com/marick/status/1478813195234127880), and this might make that easily possible.
Amazing. I wonder if there is already a linter that works as both, standalone and as a native neovim plugin (only using the treesitter queries).
Pretty similar to what Rubocop does in Ruby.