Commit Graph

11 Commits

Author SHA1 Message Date
Claudiu Popa
3f28424007 Reformat the code with black 2018-09-17 09:07:42 +02:00
Claudiu Popa
3a8635a9ef Update copyright notices 2018-07-15 11:36:36 +02:00
ssolanki
3cf841a6a2 Add new checker useless-object-inheritance.
Close #2177
2018-06-20 06:55:02 +05:30
Sushobhit
8c5256dd2d Remove six package usages. (#2151) 2018-05-27 13:12:14 +08:00
Anthony Sottile
377cc42f9e pyupgrade (#2136) 2018-05-22 20:37:07 +02:00
Claudiu Popa
ec09cc7578 Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
Claudiu Popa
211d81f84f Keep a consistent copyright notice across the board.
This was changed automatically in #894, but apparently
we need to have the copyright notice somewhere.
2016-07-19 17:42:07 +03:00
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
1eb5669807 Decode the docstring before attempting to parse it with the spelling checker
Also, the patch changes calls to str() in the list of html reporter's messages
only for the objects which aren't already unicode or byte strings.
2015-10-16 21:29:08 +03:00
Claudiu Popa
7abadf1729 Simplify compute_content, by removing the custom implementations of write and writeln. 2015-10-16 21:05:45 +03:00
Claudiu Popa
3feb461aad Bring logilab-common's ureports into pylint.reporters.
With this change, we moved away from depending on logilab-common,
having in Pylint all the components that were used from logilab-common.
The API should be considered an implementation detail and can change at
some point in the future.
Closes issue #621.
2015-09-05 15:24:35 +03:00