<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/rubocop, branch fix/github-doc-link</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Add remove_concurrent_index to database helper</title>
<updated>2017-04-05T22:53:57+00:00</updated>
<author>
<name>blackst0ne</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2017-04-05T22:53:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9997c58fc0db6469cde1a21428e050aa7b550a9a'/>
<id>9997c58fc0db6469cde1a21428e050aa7b550a9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cop to ensure reversibility of add_concurrent_index</title>
<updated>2017-03-07T16:09:01+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-03-07T16:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5d9762b3b5ace3da397b83f501d103a5152f0dd3'/>
<id>5d9762b3b5ace3da397b83f501d103a5152f0dd3</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 cop for custom error classes</title>
<updated>2017-03-01T10:53:10+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-02-28T10:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8dd097a91530e4b047c4b391f21047c7d29d310d'/>
<id>8dd097a91530e4b047c4b391f21047c7d29d310d</id>
<content type='text'>
From the Ruby style guide:

    # bad
    class FooError &lt; StandardError
    end

    # okish
    class FooError &lt; StandardError; end

    # good
    FooError = Class.new(StandardError)

This cop does that, but only for error classes (classes where the
superclass ends in 'Error'). We have empty controllers and models, which
are perfectly valid empty classes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From the Ruby style guide:

    # bad
    class FooError &lt; StandardError
    end

    # okish
    class FooError &lt; StandardError; end

    # good
    FooError = Class.new(StandardError)

This cop does that, but only for error classes (classes where the
superclass ends in 'Error'). We have empty controllers and models, which
are perfectly valid empty classes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enforce use of add_concurrent_foreign_key</title>
<updated>2017-02-10T20:51:09+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-02-09T15:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=766060bcdf3ff7c37f471b58e5d13721b263e37b'/>
<id>766060bcdf3ff7c37f471b58e5d13721b263e37b</id>
<content type='text'>
This adds a Rubocop rule to enforce the use of
add_concurrent_foreign_key instead of the regular add_foreign_key
method. This cop has been disabled for existing migrations so we don't
need to change those.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a Rubocop rule to enforce the use of
add_concurrent_foreign_key instead of the regular add_foreign_key
method. This cop has been disabled for existing migrations so we don't
need to change those.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a spec for our custom GemFetcher cop</title>
<updated>2017-02-09T17:11:19+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-02-08T21:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f57989c2ed15c5d84f198ca334686f5bf7207f8e'/>
<id>f57989c2ed15c5d84f198ca334686f5bf7207f8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cop that checks if add_column_with_default is used with up/down methods</title>
<updated>2017-02-08T22:47:48+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-02-08T22:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=abc9548f8afae6d666942f37715d2f7f8258d63b'/>
<id>abc9548f8afae6d666942f37715d2f7f8258d63b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
