Sha256: d2c21dd5903415bd0c1edfa54d0e4d25b0e689876192a0eaf218da5f4947a86a

Contents?: true

Size: 367 Bytes

Versions: 19

Compression:

Stored size: 367 Bytes

Contents

begin
  require "rubocop/rake_task"

  Rake::Task[:default].enhance [:rubocop]

  RuboCop::RakeTask.new do |task|
    task.options << "--display-cop-names"
  end

  namespace :rubocop do
    desc "Generate a configuration file acting as a TODO list."
    task :auto_gen_config do
      exec "bundle exec rubocop --auto-gen-config"
    end
  end

rescue LoadError
end

Version data entries

19 entries across 19 versions & 8 rubygems

Version Path
simple_assertions-0.7.0 rakelib/rubocop.rake
redmine-roadmap_extended_issues-0.0.2 rakelib/rubocop.rake
simple_assertions-0.6.1 rakelib/rubocop.rake
redmine-user_wiki_macro-0.0.2 rakelib/rubocop.rake
redmine-neopoly_style-0.3.6 rakelib/rubocop.rake
redmine-neopoly_style-0.3.5 rakelib/rubocop.rake
redmine-neopoly_style-0.3.4 rakelib/rubocop.rake
redmine-neopoly_style-0.3.3 rakelib/rubocop.rake
redmine-neopoly_style-0.3.2 rakelib/rubocop.rake
redmine-neopoly_style-0.3.1 rakelib/rubocop.rake
redmine-neopoly_style-0.3.0 rakelib/rubocop.rake
redmine-more_view_hooks-0.0.3 rakelib/rubocop.rake
redmine-more_view_hooks-0.0.2 rakelib/rubocop.rake
redmine-per_user_status-0.1.0 rakelib/rubocop.rake
redmine-per_user_status-0.0.2 rakelib/rubocop.rake
redmine-neopoly_style-0.1.0 rakelib/rubocop.rake
simple_assertions-0.6.0 rakelib/rubocop.rake
redmine-http_basic_authentication-0.0.2 rakelib/rubocop.rake
tagfiles-1.0.0 rakelib/rubocop.rake