Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. May 29, 2017
    • Markus Reiter's avatar
      Remove unused `popen_read_text` method. · dc4f3039
      Markus Reiter authored
      dc4f3039
    • Markus Reiter's avatar
      Use `XDG_CACHE_HOME` for RuboCop. · 54c45808
      Markus Reiter authored
      54c45808
    • Isabell Long's avatar
      Match the "formula name in description" on word boundaries · 279a4df6
      Isabell Long authored
      - The regexp for the "check if formula name is used in formula's
        description" cop matches every instance of the formula name if it
        exists, whether it's in a word or not.
      - For example, the formula `mon` has the description "Monitor
        hosts/services/whatever and alert about problems". This makes
        `brew audit --strict` complain because it matches "Monitor",
        which isn't the formula name! The formula `pass` has the description
        "Password manager".  Again, the strict audit matches "Password",
        which isn't an issue.
      - Instead, this change matches on a word boundary, so it will match
        `mon:`, or `mon `, but not "Monitor", or, for example, "harmony".
      - I've changed the tests to account for this change.
      279a4df6
  2. May 27, 2017
  3. May 25, 2017
  4. May 24, 2017
  5. May 23, 2017
  6. May 22, 2017
Loading