cyprieng / swagger-parser

Give useful informations about your swagger files
MIT License
62 stars 59 forks source link

Add flake8 and fix errors #23

Closed beanqueen closed 7 years ago

cyprieng commented 8 years ago

Thanks! Can you just fix the 5 small issues on Quantified Code ?

beanqueen commented 8 years ago

hi, would you be ok to disable the string interpolation check? http://docs.quantifiedcode.com/configuration/config_disable_checks.html as you can see in my last commit, i fixed all other warnings and left only that one. i think it's way better readable this way :)

cyprieng commented 8 years ago

Hum, I find format better than string interpolation, but I may be the only one... Any thoughts on this @flavianh ?

beanqueen commented 7 years ago

@cyprieng I changed the code since flavianh didnt reply and you didnt merge it

cyprieng commented 7 years ago

Thanks!