Commit Graph

3 Commits

Author SHA1 Message Date
Claudiu Popa
8322781baa Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
Claudiu Popa
38a56db2c4 Add support for namespace packages
Close #842
2016-05-09 17:51:42 +03:00
Claudiu Popa
40a9d665dd Move redefined-variable-type into an extension
We got a lot of complaints about redefined-variable-type having multiple false positives
and not being reliable enough for a core checker. The fact that it doesn't take into account
duck typing makes it way to noisy when dealing with large code bases. Since it would take
some time until these concerns will be fixed, the checker becomes an extension and
can be later upgraded to a core one.
2016-02-16 17:48:14 +00:00