gfyoung
|
c8755543f0
|
Enable even more frozen string in lib/**/*.rb
Enables frozen string for the following files:
* lib/generators/**/*.rb
* lib/gitaly/**/*.rb
* lib/google_api/**/*.rb
* lib/haml_lint/**/*.rb
* lib/json_web_token/**/*.rb
* lib/mattermost/**/*.rb
* lib/microsoft_teams/**/*.rb
* lib/object_storage/**/*.rb
* lib/omni_auth/**/*.rb
* lib/peek/**/*.rb
* lib/rouge/**/*.rb
* lib/rspec_flaky/**/*.rb
* lib/system_check/**/*.rb
Partially addresses #47424.
|
2018-10-08 11:16:49 -07:00 |
|
Lin Jen-Shin
|
5240bb7574
|
Bring changes from EE for lib/system_check/simple_executor.rb
|
2018-06-14 02:39:20 +08:00 |
|
🙈 jacopo beschi 🙉
|
729f05f0e3
|
Adds Rubocop rule for line break around conditionals
|
2018-01-11 16:34:01 +00:00 |
|
Jacopo
|
181cd299f9
|
Adds Rubocop rule for line break after guard clause
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
|
2017-11-16 17:58:29 +01:00 |
|
Gabriel Mazetto
|
706d49b259
|
Added dynamic skip reason to SystemCheck
|
2017-09-04 03:58:54 +02:00 |
|
Maxim Rydkin
|
78c5d4ddc2
|
replace is_multi_check? with multi_check?
|
2017-08-29 11:14:42 +03:00 |
|
Gabriel Mazetto
|
b0f2861c3d
|
Make the SimpleExecutor rescue exceptions in the executing Checks
|
2017-06-27 17:48:04 +02:00 |
|
Gabriel Mazetto
|
0d4d9a6a63
|
Refactor and move things around to improve in YAGNI perspective
|
2017-05-31 20:45:00 +02:00 |
|
Gabriel Mazetto
|
3f187751d4
|
Fixed and improved some existing checks and SystemCheck library
|
2017-05-31 14:33:03 +02:00 |
|
Gabriel Mazetto
|
ecdbde3d95
|
Improve Specs and some fixes
|
2017-05-31 14:33:03 +02:00 |
|
Gabriel Mazetto
|
13e88c9395
|
Refactor gitlab:app:checks to use SystemCheck
|
2017-05-31 14:33:03 +02:00 |
|
Gabriel Mazetto
|
f182ea4ea5
|
Some code-style fixes and documentation
|
2017-05-31 14:33:03 +02:00 |
|
Gabriel Mazetto
|
500e5227a0
|
WIP SystemCheck library for executing checks from a rake task
|
2017-05-31 14:33:03 +02:00 |
|