Skip to content

Commit

Permalink
Replace finstyle in favor of chefstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune <afiune@chef.io>
  • Loading branch information
Salim Afiune committed Dec 9, 2016
1 parent 59cad05 commit 40f4a74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -31,7 +31,7 @@ task :stats do
end

begin
require "finstyle"
require "chefstyle"
require "rubocop/rake_task"
RuboCop::RakeTask.new(:style) do |task|
task.options += ["--display-cop-names", "--no-color"]
Expand Down
6 changes: 4 additions & 2 deletions test-kitchen.gemspec
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "winrm-fs", "~> 1.0"

gem.add_development_dependency "bundler", "~> 1.3"
gem.add_development_dependency "rake", "~> 10.0"
gem.add_development_dependency "rake", "~> 12.0"
gem.add_development_dependency "github_changelog_generator", "1.11.3"

gem.add_development_dependency "aruba", "~> 0.11"
Expand All @@ -59,5 +59,7 @@ Gem::Specification.new do |gem|
# style and complexity libraries are tightly version pinned as newer releases
# may introduce new and undesireable style choices which would be immediately
# enforced in CI
gem.add_development_dependency "finstyle", "1.5.0"
#
# Replacing finstyle in favor of chefstyle
gem.add_development_dependency "chefstyle", "0.4.0"
end

0 comments on commit 40f4a74

Please sign in to comment.