Skip to content

Commit

Permalink
Adjust documentation_minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Oct 9, 2017
1 parent 3459c91 commit 565ece5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Rake::Task["package"].prerequisites.delete("check:changelog")

Yast::Tasks.configuration do |conf|
conf.skip_license_check << /.*/
# TODO: improve it, at least do not get worse
# TODO: remove condition when new packaging tasks are accepted to factory
conf.documentation_minimal = 79 if conf.respond_to?(:documentation_minimal=)
conf.documentation_minimal = 80 if conf.respond_to?(:documentation_minimal=)
end

0 comments on commit 565ece5

Please sign in to comment.