From 0451bba3d7eadee364f7f41a109f35586c3751a0 Mon Sep 17 00:00:00 2001 From: apainintheneck Date: Sat, 24 Aug 2024 12:20:23 -0700 Subject: [PATCH] Clean up outdated parts of the readme --- README.md | 17 ++--------------- scripts/generate_readme.rb | 17 ++--------------- 2 files changed, 4 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index dec785f..2052a48 100644 --- a/README.md +++ b/README.md @@ -124,18 +124,5 @@ includes loaded constants, requires and other such information. ## Development -Linting and readme checks are run on each pull request while integration tests are only run weekly. - -- Linting - - `rake lint:check` - - `rake lint:fix` -- Readme - - `rake readme:outdated` - - `rake readme:generate` -- Integration Tests - - `rake missing-tests` - - `rake test:all` - - `rake test:api-readall-test` (SLOW) - - `rake test:branch-compare` - - `rake test:generate-api-diff` (SLOW) - - `rake test:service-diff` +Linting and readme checks along with integration tests are run on each pull request. +All commands are run using the included Rakefile. Run `rake` to get the list of commands. diff --git a/scripts/generate_readme.rb b/scripts/generate_readme.rb index 545e18c..766965f 100644 --- a/scripts/generate_readme.rb +++ b/scripts/generate_readme.rb @@ -41,20 +41,7 @@ ## Development - Linting and readme checks are run on each pull request while integration tests are only run weekly. - - - Linting - - `rake lint:check` - - `rake lint:fix` - - Readme - - `rake readme:outdated` - - `rake readme:generate` - - Integration Tests - - `rake missing-tests` - - `rake test:all` - - `rake test:api-readall-test` (SLOW) - - `rake test:branch-compare` - - `rake test:generate-api-diff` (SLOW) - - `rake test:service-diff` + Linting and readme checks along with integration tests are run on each pull request. + All commands are run using the included Rakefile. Run `rake` to get the list of commands. EOS end