Issy Long 18e684fad7
Stringify dev-cmd/audit text variables when used in Regexp matching
- To have the audit commands continue to work, and the tests passing
  (the previous error was [1]), everywhere we're trying to
  `.match?(text)`, instead do `.match?(text.to_s)`.

[1] 5) Homebrew::FormulaAuditor#audit_file __END__ but no DATA
    Failure/Error: fa.audit_file

    TypeError:
      no implicit conversion of Homebrew::FormulaText into String
    # ./dev-cmd/audit.rb:267:in `match?'
    # ./dev-cmd/audit.rb:267:in `audit_file'
    # ./test/dev-cmd/audit_spec.rb:137:in `block (3 levels) in <module:Homebrew>'
2019-10-13 16:04:38 +01:00
..
2019-10-03 09:22:44 +02:00
2019-09-26 20:12:35 +02:00
2019-08-20 08:28:35 -04:00
2019-08-20 08:28:35 -04:00
2019-04-30 09:19:18 +01:00
2019-10-13 16:04:29 +01:00
2019-09-11 13:57:20 +01:00
2019-04-30 09:19:18 +01:00
2019-09-13 21:16:48 +02:00
2019-05-09 23:59:43 +00:00