Skip to content

Commit

Permalink
(maint) - Remove license checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Dec 13, 2023
1 parent 81a2c79 commit f830583
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 104 deletions.
98 changes: 0 additions & 98 deletions .dependency_decisions.yml

This file was deleted.

6 changes: 0 additions & 6 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ namespace :spec do
task :unit => :spec_prep
end

#### LICENSE_FINDER ####
desc 'Check for unapproved licenses in dependencies'
task(:license_finder) do
system('license_finder --decisions-file=.dependency_decisions.yml') || raise(StandardError, 'Unapproved license(s) found on dependencies')
end

#### CHANGELOG ####
begin
require 'github_changelog_generator/task'
Expand Down

0 comments on commit f830583

Please sign in to comment.