Charlie Marsh
|
46f5053c73
|
Include fixes in JSON API output (#988)
|
2022-12-01 16:30:56 -05:00 |
|
Hayden
|
ca38c7ac48
|
Grouped format implementation (#954)
|
2022-11-29 18:45:16 -05:00 |
|
Charlie Marsh
|
fe77fb70a1
|
Apply autofixes iteratively until code is stabilized (#875)
|
2022-11-22 16:37:52 -05:00 |
|
Anders Kaseorg
|
9a66cf2ffb
|
Fix clippy::uninlined_format_args (pedantic)
https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Anders Kaseorg
|
7a61edbe46
|
Fix clippy::default-trait-access (pedantic) (#867)
|
2022-11-21 21:00:38 -05:00 |
|
Keming
|
0867d2ded9
|
Make it visible under light theme (#854)
|
2022-11-21 10:18:21 -05:00 |
|
Harutaka Kawamura
|
e81efa5a3d
|
Implement a --show-source setting (#698)
|
2022-11-18 14:02:29 -05:00 |
|
fsouza
|
c68c6b5424
|
Make columns indices 1-based in the text output format (#539)
|
2022-11-01 19:06:08 -04:00 |
|
Charlie Marsh
|
d9e659d817
|
Revert "Remove trailing colon from messages"
This reverts commit 77e5564f4b.
|
2022-10-16 12:35:40 -04:00 |
|
Charlie Marsh
|
77e5564f4b
|
Remove trailing colon from messages
|
2022-10-16 12:09:46 -04:00 |
|
Charlie Marsh
|
2bba643dd2
|
Use strum to facilitate simple enum serialization (#367)
|
2022-10-08 17:47:25 -04:00 |
|
Charlie Marsh
|
83f18193c2
|
Add an end location to Check (#299)
|
2022-10-02 12:50:42 -04:00 |
|
Charlie Marsh
|
ca6551eb37
|
Remove misc. unnecessary statements
|
2022-09-29 18:45:10 -04:00 |
|
Charlie Marsh
|
a0b50d7ebc
|
Use absolute paths for exclusion matching (#213)
|
2022-09-19 20:32:31 -06:00 |
|
Harutaka Kawamura
|
f6628ae100
|
Fix Message.cmp (#152)
|
2022-09-11 10:18:27 -04:00 |
|
Charlie Marsh
|
f902d25dc7
|
Implement ESLint-style fix for R0205 (#97)
|
2022-09-05 12:16:06 -04:00 |
|
Charlie Marsh
|
a3fb0d6c20
|
Remove custom serialization for Location (#104)
|
2022-09-04 17:54:45 -04:00 |
|
Charlie Marsh
|
0ebed13e67
|
Sort messages prior to display (#56)
|
2022-08-31 10:53:35 -04:00 |
|
Charlie Marsh
|
7ed5b3d3a2
|
Avoid re-reading + iterating over lines for ignores (#48)
|
2022-08-30 13:19:22 -04:00 |
|
Charlie Marsh
|
4c62e1e22e
|
Add ability to selectively enable errors (#19)
|
2022-08-20 13:12:17 -04:00 |
|
Charlie Marsh
|
3b1b53dacf
|
Add support for noqa pragmas (#11)
|
2022-08-15 22:00:50 -04:00 |
|
Charlie Marsh
|
611037bbd4
|
Add a check for long lines (#10)
|
2022-08-13 18:02:30 -04:00 |
|
Charlie Marsh
|
4a67c8d44b
|
Add unit tests for linter (#9)
|
2022-08-13 17:32:40 -04:00 |
|
Charlie Marsh
|
ebdfea95a4
|
Split Check and Message (#7)
|
2022-08-13 11:30:16 -04:00 |
|
Charlie Marsh
|
8091beca89
|
Implement visitor pattern (#4)
|
2022-08-12 17:53:31 -04:00 |
|
Charles Marsh
|
211849901c
|
Add another check
|
2022-08-09 22:36:29 -04:00 |
|
Charles Marsh
|
92238b4138
|
Add error messages
|
2022-08-09 13:54:47 -04:00 |
|
Charles Marsh
|
0d8e4bd6e9
|
Initial commit for linter prototype
|
2022-08-09 13:19:19 -04:00 |
|