aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/ban.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the ban-type lint in PythonJefry Lagrange2017-02-251-53/+0
| | | | | | Delete old rust ban lint and move tests to python tidy Fix ban lint regex and fix test
* Move script lints to script_pluginsAnthony Ramine2017-02-161-0/+53
The plugins crate now just allows to hook into clippy from a single crate.