We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ad725 commit 6e8e76bCopy full SHA for 6e8e76b
1 file changed
Rakefile
@@ -10,16 +10,6 @@ namespace :lint do
10
abort "Please run `gem install rspec` to install RSpec."
11
end
12
13
-
14
- task :cve do
15
- Dir.glob('{gems,libraries,rubies}/*/*.yml') do |path|
16
- advisory = YAML.load_file(path)
17
18
- unless advisory['cve']
19
- puts "Missing CVE: #{path}"
20
- end
21
22
23
24
25
desc "Sync GitHub RubyGem Advisories into this project"
@@ -28,5 +18,5 @@ task :sync_github_advisories do
28
GitHub::GitHubAdvisorySync.sync
29
30
31
-task :lint => ['lint:yaml', 'lint:cve']
+task :lint => ['lint:yaml']
32
task :default => :lint
0 commit comments