quality
quality copied to clipboard
Quality is a tool that runs quality checks on your code using community tools, and makes sure your numbers don't get any worse over time. Just add 'rake quality' as part of your Continuous Integratio...
Some ideas on what can be attacked: * Are we moving to the next check as quickly as possible when no files of a given type are found and not...
``` ]0;macmicrobroz@macmicro:~/src/vincelifedaily$ ./quality.sh Updating installed gems Nothing to update Updating ruby-advisory-db ... Cloning into '/root/.local/share/ruby-advisory-db'... Updated ruby-advisory-db ruby-advisory-db: 304 advisories pronto run -c origin/master --no-exit-code --unstaged || true pronto run...
Would be great if to add new tools, someone could just fill out a yaml file or something.
Looks like the quality gem, when all available python files are excluded, calls `flake8` with no arguments. This results in `flake8` going into a mode where it finds files on...
Should be recognized as a Groovy file..
Reek
Reek doesn't seem to behave nicely under the rules here--the level of effort to address warnings (at least for me) and the number of hard-to-address/undesirable warnings (at least in my...
Punchlist is tripped by the word TODO in scalastyle_config.xml that is... checking for the same thing as Punchlist.
See flycheck's approach ``` elisp (flycheck-define-checker groovy "A groovy syntax checker using groovy compiler API. See URL `http://www.groovy-lang.org'." :command ("groovy" "-e" "import org.codehaus.groovy.control.* file = new File(args[0]) unit = new...
https://github.com/jimhester/lintr