summaryrefslogtreecommitdiff
path: root/rubocop
Commit message (Expand)AuthorAgeFilesLines
* Add a new RSpec::EnvAssignment cop to prevent assigning to ENV in specs18765-stub_env_in_specsRémy Coutable2017-10-183-5/+76
* Also warn on timestamp in datetime migration copfix-timestampz-copSean McGivern2017-10-101-7/+13
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-072-0/+75
* Add SaferBooleanColumn copMichael Kozono2017-08-142-0/+95
* inifix/sm/forbid-to-use-add_column_with_default-on-ci_pipelines-by-rubocopShinya Maeda2017-08-011-0/+1
* Update the large table list in AddColumnWithDefaultToLargeTable copRobert Speicher2017-07-261-0/+3
* Added cop to blacklist the use of hash indexesrubocop-hash-indexYorick Peterse2017-07-142-0/+52
* Added EachBatch for iterating tables in batchesactive-record-each-batchYorick Peterse2017-07-072-0/+17
* Rename ActiverecordSerialize copYorick Peterse2017-07-062-2/+2
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-062-0/+27
* Add ProjectPathHelper copDouwe Maan2017-07-052-0/+52
* Require rubocop-rspec in the correct locationrs-fix-codeclimate-buildRobert Speicher2017-06-141-1/+3
* Add a custom RSpec/SingleLineHook copRobert Speicher2017-06-142-0/+37
* Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_time...32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-134-0/+91
* Added Cop to blacklist polymorphic associationsYorick Peterse2017-06-074-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-statusblackst0ne2017-06-072-0/+45
* Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-312-0/+25
* New Migration/UpdateColumnInBatches copRémy Coutable2017-05-293-2/+47
* Add AddColumnWithDefaultToLargeTable copRobert Speicher2017-04-282-0/+52
* Rename AddColumnWithDefault to ReversibleAddColumnWithDefaultRobert Speicher2017-04-282-2/+2
* Refactor the AddColumnWithDefault cop to use node matchersRobert Speicher2017-04-281-9/+10
* Add remove_concurrent_index to database helperblackst0ne2017-04-064-1/+58
* Add cop to ensure reversibility of add_concurrent_indexDouwe Maan2017-03-072-0/+35
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-0/+1
* Add RuboCop cop for custom error classesSean McGivern2017-03-011-0/+64
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-6/+6
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-232-8/+8
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-232-8/+8
* Enable Style/MutableConstantDouwe Maan2017-02-235-7/+7
* Enable Style/DotPositionDouwe Maan2017-02-231-6/+6
* Enforce use of add_concurrent_foreign_keyconcurrent-foreign-keysYorick Peterse2017-02-102-0/+28
* Add a spec for our custom GemFetcher coprs-gemfetcher-cop-specRobert Speicher2017-02-092-9/+18
* Explicitly require rubocop migration_helpersdm-add-column-with-default-copDouwe Maan2017-02-083-1/+4
* Add cop that checks if add_column_with_default is used with up/down methodsDouwe Maan2017-02-084-5/+40
* cop for gem fetched from a git sourceAdam Pahlevi2017-01-312-0/+29
* Added RuboCop cops for checking DB migrationsmigration-copsYorick Peterse2016-06-294-0/+109