From 7b35c62b49f0a50a5fbe5aff0759c78326130785 Mon Sep 17 00:00:00 2001 From: Killian Murphy Date: Fri, 30 Oct 2020 16:13:04 +0000 Subject: Add beginning of QoS pending prototype raider --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .rubocop.yml (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..48211dc --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,5 @@ +Layout/LineLength: + Max: 80 + +AllCops: + NewCops: enable -- cgit v1.2.1