summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
Commit message (Collapse)AuthorAgeFilesLines
* rubocop: enable Layout/AlignArgumentsToshi MARUYAMA2019-11-091-4/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19058 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: revert r18852Toshi MARUYAMA2019-10-261-2/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18867 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: set Layout/SpaceInsideHashLiteralBraces parameters used more than ↵Toshi MARUYAMA2019-10-231-1/+2
| | | | | | others git-svn-id: http://svn.redmine.org/redmine/trunk@18857 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: set Layout/SpaceBeforeBlockBraces parameters used more than othersToshi MARUYAMA2019-10-231-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18852 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: set Layout/SpaceInsideBlockBraces parameters used more than othersToshi MARUYAMA2019-10-231-1/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18851 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: move Layout/AlignArguments temporarily from .rubocop_todo.yml to ↵Toshi MARUYAMA2019-10-231-0/+4
| | | | | | .rubocop.yml git-svn-id: http://svn.redmine.org/redmine/trunk@18850 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Bundler/OrderedGemsToshi MARUYAMA2019-10-231-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18845 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: enable Lint/IneffectiveAccessModifierToshi MARUYAMA2019-10-191-3/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18775 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Style/TrailingCommaInArrayLiteralToshi MARUYAMA2019-10-161-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18689 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: add db/schema.rb to global excludeToshi MARUYAMA2019-10-161-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18688 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: move Style/IdenticalConditionalBranches files from ↵Toshi MARUYAMA2019-10-151-0/+5
| | | | | | .rubocop_todo.yml to .rubocop.yml git-svn-id: http://svn.redmine.org/redmine/trunk@18687 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: use AllowAdjacentOneLineDefs of Layout/EmptyLineBetweenDefsToshi MARUYAMA2019-10-141-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18672 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: add Style/AsciiComments to .rubocop_todo.ymlToshi MARUYAMA2019-10-091-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18632 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Disable Layout/SpaceInsideHashLiteralBracesGo MAEDA2019-10-031-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18583 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.75.0 (#31509).Go MAEDA2019-10-011-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18576 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Naming/AccessorMethodNameToshi MARUYAMA2019-09-251-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18526 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Lint/IneffectiveAccessModifierToshi MARUYAMA2019-09-251-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Naming/BinaryOperatorParameterNameToshi MARUYAMA2019-09-211-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Rails/HelperInstanceVariableToshi MARUYAMA2019-09-211-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: disable Naming/PredicateNameToshi MARUYAMA2019-09-131-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18461 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: use Lint/HandleExceptions AllowComments trueToshi MARUYAMA2019-09-121-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18457 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Disable Layout/SpaceInsideBlockBracesGo MAEDA2019-08-251-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18393 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add rubocop-performance (#31509).Go MAEDA2019-08-181-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18378 e93f8b46-1217-0410-a6f0-8f06a7374b81
* rubocop: use Layout/TrailingWhitespace AllowInHeredoc trueToshi MARUYAMA2019-08-031-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18342 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop to 0.72.0 (#31509).Go MAEDA2019-06-261-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18320 e93f8b46-1217-0410-a6f0-8f06a7374b81
* RuboCop: Disable MetricsGo MAEDA2019-06-201-0/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18292 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add RuboCop to enforce some styles (#31509).Go MAEDA2019-06-191-0/+44
Patch by Marius BALTEANU and Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18259 e93f8b46-1217-0410-a6f0-8f06a7374b81