Skip to content

Commit

Permalink
Use safelist consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanito Fatas authored and flavorjones committed Sep 28, 2019
1 parent 7cda121 commit b078a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ task :doc_upload_to_rubyforge => :docs do
end
end

desc "generate allowlists from W3C specifications"
task :generate_allowlists do
load "tasks/generate-allowlists"
desc "generate safelists from W3C specifications"
task :generate_safelists do
load "tasks/generate-safelists"
end

Concourse.new("loofah", fly_target: "ci") do |c|
Expand Down
File renamed without changes.

0 comments on commit b078a0a

Please sign in to comment.