<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/rubocop, branch docs/add_file_diff_description</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>Fix InjectEnterpriseEditionModule cop for qa/</title>
<updated>2019-08-28T15:20:06+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorick@yorickpeterse.com</email>
</author>
<published>2019-08-28T15:20:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5445f71e608b7dd5dac068006a578b32fabdf6ac'/>
<id>5445f71e608b7dd5dac068006a578b32fabdf6ac</id>
<content type='text'>
This ensures the InjectEnterpriseEditionModule cop is able to detect the
prepend patterns used in the qa/ directory. Previously it would not
detect them as all EE QA modules reside in QA::EE, and not the top-level
EE namespace.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures the InjectEnterpriseEditionModule cop is able to detect the
prepend patterns used in the qa/ directory. Previously it would not
detect them as all EE QA modules reside in QA::EE, and not the top-level
EE namespace.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Rubocop::SpecHelper file</title>
<updated>2019-08-28T06:48:14+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-28T06:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69dbc5a5270a2b00bc2e359af37d6176748db400'/>
<id>69dbc5a5270a2b00bc2e359af37d6176748db400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor BeSuccessMatcher specs for readability</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-26T13:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=17385f4dc42d86d7606e3359b9db82cb43d5e534'/>
<id>17385f4dc42d86d7606e3359b9db82cb43d5e534</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Utilize Rubocop's Include for BeSuccessMatcher</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-26T08:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=99b27e69510e83006d4dd2e5ecc5c555409aa4a0'/>
<id>99b27e69510e83006d4dd2e5ecc5c555409aa4a0</id>
<content type='text'>
Use Rubocop's Include
instead of manually checking the matcher in controllers specs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use Rubocop's Include
instead of manually checking the matcher in controllers specs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support of not_to/to_not to BeSuccessMatcher</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-23T09:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b61d26f496a2041d7124fd3280031deda3cf5a43'/>
<id>b61d26f496a2041d7124fd3280031deda3cf5a43</id>
<content type='text'>
BeSuccessMatcher now supports following examples:

```
expect(response).to be_success
expect(response).to_not be_success
expect(response).not_to be_success

is_expected.to be_success
is_expected.to_not be_success
is_expected.not_to be_success
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BeSuccessMatcher now supports following examples:

```
expect(response).to be_success
expect(response).to_not be_success
expect(response).not_to be_success

is_expected.to be_success
is_expected.to_not be_success
is_expected.not_to be_success
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace double quotes with single quotes</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-23T07:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e1b8b93207ccbe3221f5c8e0447d17582f14a0db'/>
<id>e1b8b93207ccbe3221f5c8e0447d17582f14a0db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable frozen string literal</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-22T10:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d40b7ea37534e57d134b9a5e1268aa87d53c513d'/>
<id>d40b7ea37534e57d134b9a5e1268aa87d53c513d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Autocorrect `be_success` to `be_successful`</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-22T09:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3a71ab523ebe9e8d30aabbf12e659eb75036d0b5'/>
<id>3a71ab523ebe9e8d30aabbf12e659eb75036d0b5</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 check to avoid using `be_success`</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-22T09:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f2ac51644754f9a4d4df697ac8984180b0bfdca'/>
<id>4f2ac51644754f9a4d4df697ac8984180b0bfdca</id>
<content type='text'>
Prevent using `be_success` call in controller specs to avoid
getting following deprecation warning:

```
DEPRECATION WARNING: The success? predicate is deprecated and
will be removed in Rails 6.0.
Please use successful? as provided by Rack::Response::Helpers.
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent using `be_success` call in controller specs to avoid
getting following deprecation warning:

```
DEPRECATION WARNING: The success? predicate is deprecated and
will be removed in Rails 6.0.
Please use successful? as provided by Rack::Response::Helpers.
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Utilize RuboCop's Include/Exclude config</title>
<updated>2019-08-26T12:24:25+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-08-26T12:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e101a26444f0f02df2c6301f13bc1f3e20781f8b'/>
<id>e101a26444f0f02df2c6301f13bc1f3e20781f8b</id>
<content type='text'>
Stop checking the file location programmatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop checking the file location programmatically.
</pre>
</div>
</content>
</entry>
</feed>
