diabolical-ninja/smart-property-search

Code Review on PR

Closed this issue · 1 comments

Decommission codacy & replace with a faster solution. It should:

  • Be fast
  • Write a review summary report back to the PR
  • Support Markdown, Python & Shell scripts
  • Support an "ignore" option
  • Block a PR if below a certain standard (threshold TBC)

Using a combination of:

  • flake8
  • nox
  • shell scripting to create markdown reports

Need to figure out how to better manage the reports such that they can be generated per nox step without requiring manual run of each step