summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
authorLucas Kanashiro <kanashiro@debian.org>2022-01-31 12:01:03 -0300
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2022-01-31 22:39:01 +0000
commit72dfa99d133eb865742bbbbb39df08a562068f7c (patch)
tree4b63069f2353252ba21ce3e7cb3fccaa02d8e724 /Rakefile
parent36019f8f5dbcaa1ed97620e5f9ed144eea00a15d (diff)
Imported using git-ubuntu import.
Notes
Notes: * Team upload. [ Utkarsh Gupta ] * Add salsa-ci.yml [ Debian Janitor ] * Use secure copyright file specification URI. * Use secure URI in Homepage field. * Bump debhelper from old 11 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Apply multi-arch hints. + ruby-ddplugin: Add :any qualifier for ruby dependency. * Update watch file format version to 4. * Bump debhelper from old 12 to 13. [ Lucas Kanashiro ] * New upstream release. * Declare compliance with Debian Policy 4.6.0 * Do not explicitly depend on the ruby interpreter
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 5a42b01..c882a80 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,9 +8,6 @@ Rake::TestTask.new do |t|
t.test_files = FileList['test/**/test_*.rb', 'test/**/*_spec.rb']
end
-RuboCop::RakeTask.new do |task|
- task.options = %w[--display-cop-names --format simple]
- task.patterns = ['lib/**/*.rb', 'test/**/*.rb']
-end
+RuboCop::RakeTask.new
task default: %i[test rubocop]