<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/rubocops, branch 1.3.7</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Merge pull request #3395 from GauthamGoli/parameters-audit-regex-fix</title>
<updated>2017-11-03T17:48:09+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-03T17:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=872bd4f703f3ff06a64ab7625f62f41cda8822b7'/>
<id>872bd4f703f3ff06a64ab7625f62f41cda8822b7</id>
<content type='text'>
lines_cop: Update regex patterns to prevent false positives</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lines_cop: Update regex patterns to prevent false positives</pre>
</div>
</content>
</entry>
<entry>
<title>lines_cop: Update regex patterns to prevent false positives</title>
<updated>2017-10-29T18:10:04+00:00</updated>
<author>
<name>Gautham Goli</name>
</author>
<published>2017-10-29T18:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f648dd03ff52fdf3d1ea7a6c7f64bc314e9a4d01'/>
<id>f648dd03ff52fdf3d1ea7a6c7f64bc314e9a4d01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>formula_desc_cop: ensure no full stops at the end of desc</title>
<updated>2017-10-29T15:19:31+00:00</updated>
<author>
<name>Isabell Long</name>
</author>
<published>2017-06-17T06:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=640b1e9dcb3fb96f6a54c0d63da4fb1985351a83'/>
<id>640b1e9dcb3fb96f6a54c0d63da4fb1985351a83</id>
<content type='text'>
- This was a suggestion by Mike McQuaid in my `homebrew-core` audit
  description PR. Based on ilovezfs's incantation `grep -r -E 'desc
  ".*\."' *.rb`, some formulae descriptions do end in full stops. (My
  initial assessment of this failed to account for the fact that
  descriptions are strings and so end in `"`.)
- Add an autocorrect for this cop, too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This was a suggestion by Mike McQuaid in my `homebrew-core` audit
  description PR. Based on ilovezfs's incantation `grep -r -E 'desc
  ".*\."' *.rb`, some formulae descriptions do end in full stops. (My
  initial assessment of this failed to account for the fact that
  descriptions are strings and so end in `"`.)
- Add an autocorrect for this cop, too.
</pre>
</div>
</content>
</entry>
<entry>
<title>lines_cop: add missing e.g. clang++ regex SOL.</title>
<updated>2017-10-27T13:58:07+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-10-27T13:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d98583842813480262afc4461f14ae51020f4299'/>
<id>d98583842813480262afc4461f14ae51020f4299</id>
<content type='text'>
You need a start of line check in this regex (like was added in the
others) to allow things like `#{bin}/clang++`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You need a start of line check in this regex (like was added in the
others) to allow things like `#{bin}/clang++`.
</pre>
</div>
</content>
</entry>
<entry>
<title>lines_cop: Fix detection of negated expression</title>
<updated>2017-10-26T10:05:14+00:00</updated>
<author>
<name>Gautham Goli</name>
</author>
<published>2017-10-25T10:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=09326909afa83893fa92edfd47820e736f5bf334'/>
<id>09326909afa83893fa92edfd47820e736f5bf334</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3361 from MikeMcQuaid/lines_cop_clang</title>
<updated>2017-10-25T07:02:33+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-10-25T07:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0cec599b28c23fb6bade4202fd455d54c07dfd27'/>
<id>0cec599b28c23fb6bade4202fd455d54c07dfd27</id>
<content type='text'>
lines_cop: fix clang detection.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lines_cop: fix clang detection.</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor and fix RuboCop specs.</title>
<updated>2017-10-24T17:39:40+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-10-21T01:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7e970216a341c7ed4ff82114247bf33cafdd3266'/>
<id>7e970216a341c7ed4ff82114247bf33cafdd3266</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lines_cop: fix clang detection.</title>
<updated>2017-10-24T15:03:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-10-24T15:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d067b5f4344b31beef8cf0adb494c819a0e337bf'/>
<id>d067b5f4344b31beef8cf0adb494c819a0e337bf</id>
<content type='text'>
We only care about e.g. `gcc`/`llvm-gcc`/`clang` being at the beginning
of a `system` call and not anywhere within the string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We only care about e.g. `gcc`/`llvm-gcc`/`clang` being at the beginning
of a `system` call and not anywhere within the string.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1</title>
<updated>2017-10-21T08:23:44+00:00</updated>
<author>
<name>Gautham Goli</name>
</author>
<published>2017-10-21T07:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=7b2fab8ec5d8e93878d56d31879e8a05e4ab59bc'/>
<id>7b2fab8ec5d8e93878d56d31879e8a05e4ab59bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lines_cop: Refactor to multiple cops and fix style violations</title>
<updated>2017-10-21T07:20:49+00:00</updated>
<author>
<name>Gautham Goli</name>
</author>
<published>2017-10-21T07:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ee35d6586791be65b9cfbb976394c9191625aaee'/>
<id>ee35d6586791be65b9cfbb976394c9191625aaee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
