summaryrefslogtreecommitdiff
path: root/rubocop/qa_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a new QA::ElementWithPattern copRémy Coutable2018-10-151-0/+11
This cop forbids the use of `element :foo, 'pattern'` and `element :bar, /pattern/` in QA files. Signed-off-by: Rémy Coutable <remy@rymai.me>