Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/bundler/octokit-gte-4.8-and-lt-…
Browse files Browse the repository at this point in the history
…4.14
  • Loading branch information
benbalter committed Jan 10, 2019
2 parents b0cd63d + 13fdae1 commit 9a5cbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ branch_protection:
required_status_checks:
strict: true
contexts:
- "Travis CI - Pull Request"
- "continuous-integration/travis-ci"
required_pull_request_reviews:
require_code_owner_reviews: true
1 change: 1 addition & 0 deletions lib/licensee/license.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def all(options = {})
output = licenses.dup
output.reject!(&:hidden?) unless options[:hidden]
output.reject!(&:pseudo_license?) unless options[:pseudo]
output.sort_by!(&:key)
return output if options[:featured].nil?

output.select { |l| l.featured? == options[:featured] }
Expand Down

0 comments on commit 9a5cbc1

Please sign in to comment.