Skip to content

Commit

Permalink
Clean up outdated parts of the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
apainintheneck committed Aug 24, 2024
1 parent b316b2d commit 0451bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
17 changes: 2 additions & 15 deletions scripts/generate_readme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0451bba

Please sign in to comment.