Skip to content

Commit

Permalink
Use safelist consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanito Fatas committed Apr 1, 2019
1 parent 70de864 commit 366d010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -71,9 +71,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").create_tasks!
File renamed without changes.

0 comments on commit 366d010

Please sign in to comment.