2

Is there static analysis tool which checks Python 3 code for functional programming best practices, pure functions, etc.?

EDIT: Moved to softwarerecs.stackexchange.com

4
  • 2
    If your question would be closed as offtopic, you might try softwarerecs.stackexchange.com . Commented Sep 28, 2018 at 16:30
  • Ouh, you could be right. Thanks for the hint! Commented Sep 28, 2018 at 16:31
  • I'm voting to close this question as off-topic because the question, if asked with more precise specifications, may be on-topic for Software Recommendations Stack Exchange. Commented Sep 28, 2018 at 17:29
  • Move is resonable. But I cannot think of how to ask more precisely? Commented Sep 28, 2018 at 18:06

1 Answer 1

1

Sonarqube has a Python plugin.

Sign up to request clarification or add additional context in comments.

1 Comment

SonarCube has no FP (functional programming) specific analysis. Custom checks can be added but I am searching a standalone tool.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.