From 5d5ee7523fe5f7321f5693954c9bd13105700913 Mon Sep 17 00:00:00 2001 From: Lucas Hosseini Date: Tue, 22 Nov 2016 21:28:14 +0100 Subject: [PATCH] Whitelist has_many and has_one in rubocop. (#8) --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..9c295f0 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,4 @@ +Style/PredicateName: + NameWhitelist: + - has_one + - has_many