From 261c4c07ce37e03543f20d010e732b939d9aa00a Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sun, 26 Sep 2021 14:53:50 -0700 Subject: [PATCH] Add rubocop config --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 7db80e4..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,24 +0,0 @@ -# README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ...