Skip to content

Commit

Permalink
Remove inch;
Browse files Browse the repository at this point in the history
I like this project's intentions however, I need a tool that tells me which methods do not have documentation. Yard provides this functionality.
  • Loading branch information
gavinlaking committed Jul 8, 2015
1 parent de5b032 commit bd5f738
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Code Climate](https://codeclimate.com/github/gavinlaking/vedeu.png)](https://codeclimate.com/github/gavinlaking/vedeu)
[![Build Status](https://travis-ci.org/gavinlaking/vedeu.svg?branch=master)](https://travis-ci.org/gavinlaking/vedeu)
[![Inline docs](http://inch-ci.org/github/gavinlaking/vedeu.svg?branch=master)](http://inch-ci.org/github/gavinlaking/vedeu)

# Vedeu

Expand Down
6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'bundler/gem_tasks'
require 'rake/testtask'
require 'inch/rake'
require 'yard'
require 'rubocop/rake_task'

Expand All @@ -22,11 +21,6 @@ YARD::Rake::YardocTask.new(:yard) do |t|
]
end

Inch::Rake::Suggest.new(:inch) do |suggest|
suggest.args << '--pedantic'
suggest.args << '--all'
end

RuboCop::RakeTask.new(:rubocop) do |task|
task.patterns = ['lib/**/*.rb']
task.formatters = ['progress']
Expand Down
5 changes: 0 additions & 5 deletions inch.yml

This file was deleted.

1 change: 0 additions & 1 deletion vedeu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'guard', '2.12.8'
spec.add_development_dependency 'guard-bundler', '2.1.0'
spec.add_development_dependency 'guard-minitest', '2.4.4'
spec.add_development_dependency 'inch', '0.6.3'
spec.add_development_dependency 'minitest', '5.7.0'
spec.add_development_dependency 'minitest-reporters', '1.0.18'
spec.add_development_dependency 'mocha', '1.1.0'
Expand Down

0 comments on commit bd5f738

Please sign in to comment.