flaws icon indicating copy to clipboard operation
flaws copied to clipboard

Update README

Open Suor opened this issue 8 years ago • 2 comments

  • [ ] document global/local usage analysis
  • [ ] document entry points
  • [ ] document ignore (ignore-re?, exclude?, exclude-re?)
  • [ ] document or get rid of base option

Suor avatar Oct 11 '16 17:10 Suor

@Suor I appreciate the efforts made on this project. I don't think that this tool is really needed for development. I mean the default compiler of python can do these things. I use sublime text which can easily do things like unused import statements, undeclared vars and blah blah blah. and If we need any fancy IDE then we can use the Jetbrains Family pycharm . One more thing No Offense the project might be good but it is just my opinion. :smile_cat: :smile_cat:

arpit1997 avatar Oct 29 '16 15:10 arpit1997

As far as I know no tool currently makes global usage analysis. And besides this is only base, the main feature will be rule DSL via code pattern matching.

Suor avatar Oct 29 '16 15:10 Suor