aboutsummaryrefslogtreecommitdiff
path: root/lib/src/lints/manual_inherit_from.rs
Commit message (Collapse)AuthorAgeFilesLines
* allow for version based lintsAkshay2022-01-081-2/+2
|
* introduce --config flagAkshay2021-11-281-1/+1
|
* fix testsfigsoda2021-11-011-2/+2
|
* add `explain` subcommand and explanations to all lintsAkshay2021-10-311-2/+26
|
* improve json outputAkshay2021-10-281-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_fromAkshay2021-10-281-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 refactorAkshay2021-10-191-1/+1
|
* rework few error messagesAkshay2021-10-191-1/+1
|
* consistent namingAkshay2021-10-031-2/+2
|
* new lint: manual_inherit_fromAkshay2021-10-021-0/+49