0.0
No commit activity in last 3 years
No release in over 3 years
collates the output generated by running gem_lint against the most recent version of every public gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 2.0

Runtime

>= 0.0.4
 Project Readme
= LintReport

Runs the GemLint suite of checks against the latest version of all rubygems
available on rubygems.org.

Operates in a two stage process:

* stage one downloads the latest version of all gems and generate a machine
  parsable text file with failure data
* stage two parses the output from stage one and generates reports.

Only stage one is implemented, so second stage analysis is limited to grepping
the output log.

== Usage

  gem install lint_report
  lint_report --cachedir ~/gems --output data.log
  lint_website --data data.log --site ~/site

== Status

This is still a work in progress, proceed with caution.