Skip to content

Commit

Permalink
Merge pull request #21 from tmatilai/tailor-config
Browse files Browse the repository at this point in the history
Configure tailor to actually check the code style
  • Loading branch information
fnichol committed Jul 22, 2013
2 parents b02dbd1 + d453fd1 commit 3d5f56a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ require 'tailor/rake_task'
desc "Run cane to check quality metrics"
Cane::RakeTask.new

Tailor::RakeTask.new
Tailor::RakeTask.new do |task|
task.file_set('lib/**/*.rb', 'code')
end

desc "Display LOC stats"
task :stats do
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vagrant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module Driver
# dependency hook checks when feature is released
class Vagrant < Kitchen::Driver::SSHBase

default_config :customize, {:memory => '256'}
default_config :customize, { :memory => '256' }
default_config :synced_folders, {}

required_config :box
Expand Down

0 comments on commit 3d5f56a

Please sign in to comment.