Hacker News new | past | comments | ask | show | jobs | submit login

I guess it depends on the language, or possibly the setup, the python projects I've been part of using SonarQube its reports were worthless busywork (e.g. requirements of docstrings to every method, resolved by adding """ fuck off sonar """ everywhere).



At least with Java, SonarQube checkers can be individually turned on and off at the project level. Isn't that possible with Python?


It's possible with all of the languages. Perhaps static analysis is just difficult with Python?


Static analysis is certainly difficult in Python, but you can still do a lot better than "missing docstring".




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: