aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorKillian Murphy <killian.murphy@york.ac.uk>2020-10-30 16:13:04 +0000
committerKillian Murphy <killian.murphy@york.ac.uk>2020-10-30 16:13:04 +0000
commit7b35c62b49f0a50a5fbe5aff0759c78326130785 (patch)
treef79c768ff703603de0b65befdb1870cf78dc63cf /.rubocop.yml
parentb2ec20bcf89ea65d5be0e94b26b9579185a8d6f0 (diff)
Add beginning of QoS pending prototype raider
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
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