<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/.rubocop.yml, branch 1.0.0</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Unify .rubocopy.yml files.</title>
<updated>2016-09-19T10:18:09+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-18T13:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=515f7b52553b7f5f10904f2b3972260ae223c6e8'/>
<id>515f7b52553b7f5f10904f2b3972260ae223c6e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Rubocop TODO list.</title>
<updated>2016-09-17T15:14:14+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-17T15:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=69e4ad9809a91e5dd6d8805905ba9ed6d7b8f4a5'/>
<id>69e4ad9809a91e5dd6d8805905ba9ed6d7b8f4a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop --auto-correct all hash-rocket usage.</title>
<updated>2016-09-17T15:14:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-17T14:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3982950e6106d45811a396a6a7478eeeee2817d7'/>
<id>3982950e6106d45811a396a6a7478eeeee2817d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop: reinstate hash_rockets</title>
<updated>2016-08-17T15:54:42+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-08-17T15:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=db2e9b8375535f5cb71b5974909bc0fcc3d29e9d'/>
<id>db2e9b8375535f5cb71b5974909bc0fcc3d29e9d</id>
<content type='text'>
Temporarily.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Temporarily.
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop: remove Ruby 1.8 compatibility checks.</title>
<updated>2016-08-17T08:19:56+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-08-16T15:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0dc2beef7bc27695fc81c408dde07a341cb24bc2'/>
<id>0dc2beef7bc27695fc81c408dde07a341cb24bc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>style: use RuboCop 0.41.2, adjust defaults (#489)</title>
<updated>2016-07-12T05:49:55+00:00</updated>
<author>
<name>Martin Afanasjew</name>
</author>
<published>2016-07-12T05:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=768ba34b1428782a2df6c6d0b4d49241d257439e'/>
<id>768ba34b1428782a2df6c6d0b4d49241d257439e</id>
<content type='text'>
Changes to our style configuration:

- Consolidate all rules related to Ruby 1.8 compatibility in one place.
- Codify our de-facto preference for `alias_method` over `alias` (drops
  offense count by 54 after turning this on).
- Drop `Style/SignalException` as `only_raise` has been the new default
  for quite a while (since RuboCop 0.37.0).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes to our style configuration:

- Consolidate all rules related to Ruby 1.8 compatibility in one place.
- Codify our de-facto preference for `alias_method` over `alias` (drops
  offense count by 54 after turning this on).
- Drop `Style/SignalException` as `only_raise` has been the new default
  for quite a while (since RuboCop 0.37.0).</pre>
</div>
</content>
</entry>
<entry>
<title>style: use RuboCop 0.41.1 (#433)</title>
<updated>2016-07-04T05:19:44+00:00</updated>
<author>
<name>Martin Afanasjew</name>
</author>
<published>2016-07-04T05:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a49f3a8e91df8ccbbd7335deab1853ce395c5be4'/>
<id>a49f3a8e91df8ccbbd7335deab1853ce395c5be4</id>
<content type='text'>
Tweak `Style/NumericLiteralPrefix` cop settings as we're using octal
literals a lot (both in formulae and the package manager) for file
permissions and aren't ready just yet to transition them to the more
beginner-friendly `0o` prefix (instead of the more obscure `0` prefix).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tweak `Style/NumericLiteralPrefix` cop settings as we're using octal
literals a lot (both in formulae and the package manager) for file
permissions and aren't ready just yet to transition them to the more
beginner-friendly `0o` prefix (instead of the more obscure `0` prefix).</pre>
</div>
</content>
</entry>
<entry>
<title>style: unify indentation in RuboCop configuration</title>
<updated>2016-06-01T07:34:58+00:00</updated>
<author>
<name>Martin Afanasjew</name>
</author>
<published>2016-05-31T20:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8e728d6604720b75e1442e9c2ed5f10b780b58a4'/>
<id>8e728d6604720b75e1442e9c2ed5f10b780b58a4</id>
<content type='text'>
Some elements already used two-space indentation and we also prefer two
spaces in our Ruby code.

Closes #306.

Signed-off-by: Martin Afanasjew &lt;martin@afanasjew.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some elements already used two-space indentation and we also prefer two
spaces in our Ruby code.

Closes #306.

Signed-off-by: Martin Afanasjew &lt;martin@afanasjew.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rubocop: disable Style/ConditionalAssignment</title>
<updated>2016-02-01T18:32:22+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2016-02-01T15:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=a584711115ef2c7aa4254f6b88975ed6977c9d3a'/>
<id>a584711115ef2c7aa4254f6b88975ed6977c9d3a</id>
<content type='text'>
Closes Homebrew/homebrew#48708.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#48708.

Signed-off-by: Dominyk Tiller &lt;dominyktiller@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rubocop: upgrade to version 0.36.0</title>
<updated>2016-01-17T08:26:49+00:00</updated>
<author>
<name>Bob W. Hogg</name>
</author>
<published>2016-01-16T07:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3e0828c29a6c0d68d61931c7f68e9555bf7e7ede'/>
<id>3e0828c29a6c0d68d61931c7f68e9555bf7e7ede</id>
<content type='text'>
Stop using Style/TrailingComma as it is no longer recognized and start using
Style/TrailingCommaInArguments and Style/TrailingCommaInLiteral instead.

Closes Homebrew/homebrew#48144.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop using Style/TrailingComma as it is no longer recognized and start using
Style/TrailingCommaInArguments and Style/TrailingCommaInLiteral instead.

Closes Homebrew/homebrew#48144.

Signed-off-by: Xu Cheng &lt;xucheng@me.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
