aureliojargas / sedsed

Debugger and code formatter for sed scripts
https://aurelio.net/projects/sedsed/
GNU General Public License v3.0
115 stars 10 forks source link

Fix and enable more pylint checks #32

Closed aureliojargas closed 5 years ago

aureliojargas commented 5 years ago

There are some checks disabled in the pylint configuration file. Some of them point to problems that should be easy to fix. Try to enable some and fix what they complain.

aureliojargas commented 5 years ago

Ok, all of the low hanging fruits were done. The remaining I'll handle when working on #9.