| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce PredicateMemoization cop and fix offenses | Lin Jen-Shin | 2018-01-12 | 2 | -0/+40 |
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 2 | -0/+120 |
* | Require our own custom cops; Remove missing cops41480-require-custom-cops | Lin Jen-Shin | 2017-12-26 | 1 | -3/+0 |
* | Use gitlab-styles | Rémy Coutable | 2017-12-22 | 32 | -490/+31 |
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules | Lin Jen-Shin | 2017-12-15 | 5 | -0/+95 |
|\ |
|
| * | Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't ma... | Douwe Maan | 2017-12-13 | 3 | -0/+58 |
| * | Add cop for use of remove_columnadd-remove-column-cop | Sean McGivern | 2017-12-11 | 3 | -0/+37 |
* | | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules | Lin Jen-Shin | 2017-11-22 | 3 | -11/+114 |
|\ \
| |/ |
|
| * | Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' | Rémy Coutable | 2017-11-20 | 2 | -0/+101 |
| |\ |
|
| | * | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 2 | -0/+101 |
| * | | Prevent update_column_in_batches on large tables | Sean McGivern | 2017-11-17 | 2 | -11/+13 |
| |/ |
|
* | | Move ModuleWithInstanceVariables to Gitlab namespace | Lin Jen-Shin | 2017-11-22 | 3 | -83/+64 |
* | | Explain how to disable it in the doc | Lin Jen-Shin | 2017-11-22 | 1 | -3/+0 |
* | | Updates based on feedback | Lin Jen-Shin | 2017-11-22 | 1 | -4/+2 |
* | | Remove codes from bad merge | Lin Jen-Shin | 2017-11-18 | 1 | -2/+0 |
* | | Allow initialize method and single ivar | Lin Jen-Shin | 2017-11-18 | 1 | -3/+17 |
* | | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules | Lin Jen-Shin | 2017-11-06 | 5 | -10/+164 |
|\ \
| |/ |
|
| * | Add a new RSpec::EnvAssignment cop to prevent assigning to ENV in specs18765-stub_env_in_specs | Rémy Coutable | 2017-10-18 | 3 | -5/+76 |
| * | Also warn on timestamp in datetime migration copfix-timestampz-cop | Sean McGivern | 2017-10-10 | 1 | -7/+13 |
| * | Replaces `tag: true` into `:tag` in the specs | Jacopo | 2017-10-07 | 2 | -0/+75 |
* | | Allow simple ivar ||= form. Update accordingly | Lin Jen-Shin | 2017-09-19 | 1 | -2/+20 |
* | | Add cop to make sure we don't use ivar in a module | Lin Jen-Shin | 2017-09-18 | 2 | -0/+56 |
|/ |
|
* | Add SaferBooleanColumn cop | Michael Kozono | 2017-08-14 | 2 | -0/+95 |
* | inifix/sm/forbid-to-use-add_column_with_default-on-ci_pipelines-by-rubocop | Shinya Maeda | 2017-08-01 | 1 | -0/+1 |
* | Update the large table list in AddColumnWithDefaultToLargeTable cop | Robert Speicher | 2017-07-26 | 1 | -0/+3 |
* | Added cop to blacklist the use of hash indexesrubocop-hash-index | Yorick Peterse | 2017-07-14 | 2 | -0/+52 |
* | Added EachBatch for iterating tables in batchesactive-record-each-batch | Yorick Peterse | 2017-07-07 | 2 | -0/+17 |
* | Rename ActiverecordSerialize cop | Yorick Peterse | 2017-07-06 | 2 | -2/+2 |
* | Added Cop to blacklist the use of `dependent:` | Yorick Peterse | 2017-07-06 | 2 | -0/+27 |
* | Add ProjectPathHelper cop | Douwe Maan | 2017-07-05 | 2 | -0/+52 |
* | Require rubocop-rspec in the correct locationrs-fix-codeclimate-build | Robert Speicher | 2017-06-14 | 1 | -1/+3 |
* | Add a custom RSpec/SingleLineHook cop | Robert Speicher | 2017-06-14 | 2 | -0/+37 |
* | Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresql | blackst0ne | 2017-06-13 | 4 | -0/+91 |
* | Added Cop to blacklist polymorphic associations | Yorick Peterse | 2017-06-07 | 4 | -11/+40 |
* | Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-status | blackst0ne | 2017-06-07 | 2 | -0/+45 |
* | Added Cop to blacklist the use of serializedocument-not-using-serialize | Yorick Peterse | 2017-05-31 | 2 | -0/+25 |
* | New Migration/UpdateColumnInBatches cop | Rémy Coutable | 2017-05-29 | 3 | -2/+47 |
* | Add AddColumnWithDefaultToLargeTable cop | Robert Speicher | 2017-04-28 | 2 | -0/+52 |
* | Rename AddColumnWithDefault to ReversibleAddColumnWithDefault | Robert Speicher | 2017-04-28 | 2 | -2/+2 |
* | Refactor the AddColumnWithDefault cop to use node matchers | Robert Speicher | 2017-04-28 | 1 | -9/+10 |
* | Add remove_concurrent_index to database helper | blackst0ne | 2017-04-06 | 4 | -1/+58 |
* | Add cop to ensure reversibility of add_concurrent_index | Douwe Maan | 2017-03-07 | 2 | -0/+35 |
* | Enable and autocorrect the CustomErrorClass cop | Sean McGivern | 2017-03-01 | 1 | -0/+1 |
* | Add RuboCop cop for custom error classes | Sean McGivern | 2017-03-01 | 1 | -0/+64 |
* | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -6/+6 |
* | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 2 | -8/+8 |
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 2 | -8/+8 |
* | Enable Style/MutableConstant | Douwe Maan | 2017-02-23 | 5 | -7/+7 |
* | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -6/+6 |
* | Enforce use of add_concurrent_foreign_keyconcurrent-foreign-keys | Yorick Peterse | 2017-02-10 | 2 | -0/+28 |