From 97ee9af53a5eddff6b4e13fcbc50c23ead7aebbc Mon Sep 17 00:00:00 2001 From: Abhay V Ashokan <35297280+AbhayVAshokan@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:11:35 +0530 Subject: [PATCH] Made the repository open-source ready (#6) * Applying changes in Gemfile.lock * Refactored README.md file for better UI --- Gemfile.lock | 2 +- README.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0615e77..4c2cbaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-neeto (0.1.0) + rubocop-neeto (0.1.1) rubocop GEM diff --git a/README.md b/README.md index cbfd4ec..3219f45 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,8 @@ ## Cops -| Cop | Documentation | Source code | -|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------| -| [UnsafeTableDeletion](https://rubocop-neeto.neetodeployapp.com/docs/RuboCop/Cop/Neeto/UnsafeTableDeletion) | [documentation](https://rubocop-neeto.neetodeployapp.com/docs/RuboCop/Cop/Neeto/UnsafeTableDeletion) | [source code](https://github.com/bigbinary/rubocop-neeto/blob/main/lib/rubocop/cop/neeto/unsafe_table_deletion.rb) | -| [UnsafeColumnDeletion](https://rubocop-neeto.neetodeployapp.com/docs/RuboCop/Cop/Neeto/UnsafeColumnDeletion) | [documentation](https://rubocop-neeto.neetodeployapp.com/docs/RuboCop/Cop/Neeto/UnsafeColumnDeletion) | [source code](https://github.com/bigbinary/rubocop-neeto/blob/main/lib/rubocop/cop/neeto/unsafe_column_deletion.rb) | +1. [Neeto/UnsafeTableDeletion](https://rubocop-neeto.neetodeployapp.com/docs/RuboCop/Cop/Neeto/UnsafeTableDeletion) +2. [Neeto/UnsafeColumnDeletion](https://rubocop-neeto.neetodeployapp.com/docs/RuboCop/Cop/Neeto/UnsafeColumnDeletion) ## Installation