Skip to content

Commit

Permalink
Extend js: wildcard rule (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jul 25, 2019
1 parent c881668 commit caaea2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 500.wildcard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

# JavaScript (XXX: probably move nodejs:* here)
- { setname: "js:$1", addflag: wconce, noflag: [wconce,not_js], namepat: "libjs-(.*)", ruleset: [debuntu] }
- { setname: "js:$1", addflag: wconce, noflag: [wconce,not_js], namepat: "js-(.*)", ruleset: [pld] }

# Lua
- { setname: "lua:$1", addflag: wconce, noflag: [wconce,not_lua], namepat: "lua[0-9]{0,2}-(?:lua[_-]?)?(.+?)", ruleset: [arch,debuntu,fedora,freebsd,gobolinux,mageia,openbsd,opensuse,pkgsrc,void,msys2_mingw] }
Expand Down

0 comments on commit caaea2e

Please sign in to comment.