vis-lint

vis plugin for linting code
git clone anongit@rnpnr.xyz:vis-lint.git
Log | Files | Refs | Feed | README | LICENSE

DateCommit messageAuthorFiles+-
2023-11-21 16:54meson: properly set flags for muonRandy Palamar1+2-2
2023-11-04 00:36README: Add an example of using `/dev/stdin`Rivera Calzadillas1+5-3
2023-11-21 16:15add meson fmt/lint via muonRandy Palamar1+2-0
2023-11-05 01:28make logging example compatible with older luaRandy Palamar1+1-1
2023-11-04 00:37Output: print the total number of failures when all commands are doneRivera Calzadillas1+3-1
2023-09-22 17:13fixers: json: don't use compact output by defaultRandy Palamar1+1-1
2023-08-17 15:46fix check for 1 character rangeRandy Palamar1+1-1
2023-07-26 03:24update READMERandy Palamar1+23-6
2023-07-26 03:17make logging function configurableRandy Palamar1+21-9
2023-07-26 02:59add range to log and cleanup noisy outputRandy Palamar1+8-10
2023-07-26 02:37pass selected file range when it existsRandy Palamar1+15-12
2023-05-24 04:44add usage table to READMERandy Palamar1+10-1
2023-05-24 04:17use 'vis-lint: ' as output prefix for spacing linesRandy Palamar1+7-7
2023-05-24 04:05split vis:pipe call to a helper functionRandy Palamar1+22-19
2023-05-14 23:25export lint and fix as functionsRandy Palamar2+18-2
2023-05-14 23:20return false only on command failureRandy Palamar1+2-2
2023-05-14 22:58make linters and fixers configurableRandy Palamar2+50-24
2023-05-14 16:34Cleaner and quicker vis:message output, and run all linters even if one failsHugo O. Rivera1+26-12
2023-05-14 16:33Add Rust and Python linters and fixers that take input from stdinHugo O. Rivera1+14-4
2023-05-04 04:38pipe to and from fixersRandy Palamar1+13-5
2023-04-16 15:37Add Rust linters/fixersHugo O. Rivera1+2-0
2023-04-16 15:32Add fixers that could modify the fileHugo O. Rivera1+8-0
2023-04-16 15:32More output and isolate code in run_actions_on_file functionHugo O. Rivera1+28-14
2023-04-13 23:39don't append filename to commandRandy Palamar1+2-3
2023-04-13 23:36add linters for lua and man/mdocRandy Palamar1+2-0
2023-04-13 23:32pipe file to linterRandy Palamar1+3-2
2023-04-13 23:18cleanup READMERandy Palamar1+11-5
2023-04-13 20:25rename file to init.luaRandy Palamar1+0-0
2023-04-13 17:40initial commitRandy Palamar3+48-0