summaryrefslogtreecommitdiff
path: root/.rubocop.yml
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offensesUtkarsh Gupta2020-09-051-0/+3
* Stop using deprecated OpenSSL constantsBart de Water2020-06-291-0/+3
* Update RuboCop configurationOlle Jonsson2020-05-251-2/+2
* Enable `Layout/Tab` to avoid hard tab indentation in the futureRyuta Kamizono2020-02-061-0/+3
* Enable `Style/MethodDefParentheses` cop to avoid newly add no paren method de...Ryuta Kamizono2020-02-051-0/+3
* Enable `Layout/TrailingWhitespace` cop to prevent extra trailing space in futureRyuta Kamizono2020-01-221-0/+3
* Update TargetRubyVersion to 2.3 in .rubocop.ymlRyuta Kamizono2020-01-161-1/+1
* RuboCop: special needs for #1252 config.ru with BOMJeremy Daer2018-06-031-0/+2
* RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-0/+25
* RuboCop: frozen string literals, comment whitespace (#1256)yhirano552018-04-161-0/+12
* Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)yhirano552018-04-161-0/+9