Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce --config flag | Akshay | 2021-11-28 | 1 | -1/+1 |
| | |||||
* | fix tests | figsoda | 2021-11-01 | 1 | -2/+2 |
| | |||||
* | add `explain` subcommand and explanations to all lints | Akshay | 2021-10-31 | 1 | -2/+26 |
| | |||||
* | improve json output | Akshay | 2021-10-28 | 1 | -0/+1 |
| | | | | | The `at` field now includes a `from` and `to` position with line and column information, instead of a [usize; 2]. | ||||
* | fix fp with manual_inherit and manual_inherit_from | Akshay | 2021-10-28 | 1 | -6/+5 |
| | | | | | | the lint also needed to validate if the length of the path component was exactly one, and not just check if the first component matches the value. | ||||
* | minor refactor | Akshay | 2021-10-19 | 1 | -1/+1 |
| | |||||
* | rework few error messages | Akshay | 2021-10-19 | 1 | -1/+1 |
| | |||||
* | consistent naming | Akshay | 2021-10-03 | 1 | -2/+2 |
| | |||||
* | new lint: manual_inherit_from | Akshay | 2021-10-02 | 1 | -0/+49 |