Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add explainations to each lint | Akshay | 2021-10-31 | 1 | -0/+24 |
| | |||||
* | begin writing explainations | Akshay | 2021-10-31 | 1 | -2/+2 |
| | |||||
* | 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 |