~/.bazaar/rules does not evaluate wildcard sections in the documented order
Bug #876562 reported by
Diego Biurrun
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Searching through patterns in ~/.bazaar/rules is supposed to stop at the first match. However, when using the following rules file in conjunction with the text-checker plugin, the Makefile* section is skipped and the wildcard section matches:
[name Makefile*]
dos_linebreaks=fail
newline_at_eof=fail
tabs=ignore
trailing_
[name *]
dos_linebreaks=fail
newline_at_eof=fail
tabs=fail
trailing_
tags: | added: config rules |
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
To post a comment you must log in.