Skip to content

Commit

Permalink
Ok, tailor is too picky
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Dec 10, 2012
1 parent befe59c commit de93037
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -40,7 +40,6 @@ group :test, :development do
gem 'guard-jasmine-headless-webkit'
gem 'jasmine-rails'
gem 'cane'
gem 'tailor'
end

group :test do
Expand Down
8 changes: 0 additions & 8 deletions Gemfile.lock
Expand Up @@ -141,7 +141,6 @@ GEM
addressable
websocket
listen (0.6.0)
log_switch (0.4.0)
lumberjack (1.0.2)
mail (2.4.4)
i18n (>= 0.4.0)
Expand Down Expand Up @@ -268,12 +267,6 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
tailor (1.1.2)
log_switch (>= 0.3.0)
term-ansicolor (>= 1.0.5)
text-table (>= 1.2.2)
term-ansicolor (1.0.7)
text-table (1.2.2)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand Down Expand Up @@ -332,7 +325,6 @@ DEPENDENCIES
sass-rails
simple_form
simplecov
tailor
thin
tzinfo
uglifier (>= 1.0.3)
Expand Down
3 changes: 1 addition & 2 deletions script/check-style.sh
@@ -1,4 +1,3 @@
#!/bin/bash

bundle exec cane --no-doc --abc-max 17 --abc-glob '{app,lib,spec}/**/*.rb' --style-glob '{app,lib,spec}/**/*.rb' && \
bundle exec tailor lib && bundle exec tailor spec
bundle exec cane --no-doc --abc-max 17 --abc-glob '{app,lib,spec}/**/*.rb' --style-glob '{app,lib,spec}/**/*.rb'

0 comments on commit de93037

Please sign in to comment.