Project

janitor

0.0
No commit activity in last 3 years
No release in over 3 years
ever leave a breakpoint in your code and do a deploy? not good, right? maybe you just want to remove the logger.info calls from your Rails project. janitor cleans your code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Janitor Gem

Tim Harvey

Mike Krisher

Details

Need a code janitor? Someone to scan your code base and look for leftover debug statements, console logs, and gasp, vulgarity!

Simple to use, point it at your code base, and run janitor report

To learn more about Ack: [http://betterthangrep.com][]

Installation

Install the gem.

gem install janitor

Configure your app to load the Janitor rake tasks by adding the following to you Rakefile:

# Code cleanup goodies
require 'janitor/tasks'

To Do

  • YML-ize the various search tasks to allow a project to specify the things that shouldn't be in the codebase.
  • Create a profanity filter
  • Config settings for folders or files to ignore (like a .gitignore)
  • Figure out how to ignore statements that have been commented out