Skip to content

Commit

Permalink
Load definitions for ruby-bindings and pkg-bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Jun 30, 2016
1 parent dfa24d5 commit eeba29f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/yast2.spec
Expand Up @@ -187,6 +187,10 @@ ruby -e '
File.open("ruby-lint.yml", "w") do |f|
f.puts "presenter: emacs"
f.puts "requires:"
f.puts " # other packages"
f.puts " - ruby-lint/definitions/rpms/yast2-ruby-bindings/yast.rb"
f.puts " - ruby-lint/definitions/rpms/yast2-pkg-bindings/yast.rb"
f.puts " # this package"
Dir.glob(ENV["RLBASEDIR"] + "/**/*.rb").each do |r|
f.puts " - #{r}"
end
Expand Down

0 comments on commit eeba29f

Please sign in to comment.