djangolint icon indicating copy to clipboard operation
djangolint copied to clipboard

Move Django analyzers into a separate package

Open yumike opened this issue 12 years ago • 1 comments

I've created a repo with a package called djlint. It contains all Django analyzers and an entry point to scan directories for outdated staff. If this package is good enough to use it djangolint, I can update lint app to use it.

This will remove parsing report stage, but the whole process of working with reports will be changed soon.

Repo: https://github.com/alfredhq/djlint

yumike avatar Aug 26 '12 15:08 yumike

It's ok, if parsing will be removed. Let's do it.

xobb1t avatar Aug 26 '12 18:08 xobb1t