diff options
| author | Lucas Kanashiro <kanashiro@debian.org> | 2022-01-31 12:01:03 -0300 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2022-01-31 22:39:01 +0000 |
| commit | 72dfa99d133eb865742bbbbb39df08a562068f7c (patch) | |
| tree | 4b63069f2353252ba21ce3e7cb3fccaa02d8e724 /Rakefile | |
| parent | 36019f8f5dbcaa1ed97620e5f9ed144eea00a15d (diff) | |
1.0.3-1 (patches unapplied)HEADimport/1.0.3-1ubuntu/resolute-develubuntu/resoluteubuntu/questing-develubuntu/questingubuntu/plucky-develubuntu/pluckyubuntu/oracular-develubuntu/oracularubuntu/noble-develubuntu/nobleubuntu/mantic-develubuntu/manticubuntu/lunar-develubuntu/lunarubuntu/kinetic-develubuntu/kineticubuntu/jammy-proposedubuntu/jammy-develubuntu/jammyubuntu/develdebian/siddebian/bookworm
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-- | Rakefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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] |
