Skip to content

Commit

Permalink
Merge pull request #306 from bdunne/ignore_parens_for_comments
Browse files Browse the repository at this point in the history
Allow column and table comments without parens
  • Loading branch information
Fryguy committed Apr 27, 2018
2 parents e2d8482 + 6b4006a commit 71f2c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ Style/MethodCallWithArgsParentheses:
- cattr_reader
- cattr_writer
- change_column
- change_column_comment
- change_table_comment
- class_attribute
- create_table
- datetime
Expand Down

0 comments on commit 71f2c96

Please sign in to comment.