Skip to content

Commit

Permalink
Add wildcard rule for emacs plugins from gentoo and exherbo (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 27, 2018
1 parent f92297a commit d480ec7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 500.wildcard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
# Deepin
- { setname: "deepin-$1", noflag: not_deepin, namepat: "(?:deepin|dde)-(.*)" }

# Emacs
- { setname: "emacs:$0", noflag: not_emacs, category: app-emacs, ruleset: [gentoo, exherbo] }

# Erlang
- { setname: "erlang:$0", noflag: not_arlang, category: dev-erlang, ruleset: [ gentoo, exherbo ] }
- { setname: "erlang:$1", noflag: not_arlang, namepat: "erlang-(.*)" }
Expand Down

0 comments on commit d480ec7

Please sign in to comment.