Skip to content

Commit c6d5d1d

Browse files
committed
chore: remove rake, update docs
1 parent 9cfb873 commit c6d5d1d

File tree

2 files changed

+12
-26
lines changed

2 files changed

+12
-26
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Topics
44

5-
* [Getting Help](#getting-help)
6-
* [Reporting Issues](#reporting-issues)
7-
* [Development](#development)
8-
* [Thank You!](#thank-you)
5+
- [Getting Help](#getting-help)
6+
- [Reporting Issues](#reporting-issues)
7+
- [Development](#development)
8+
- [Thank You!](#thank-you)
99

1010
## Getting Help
1111

@@ -15,24 +15,24 @@ I monitor [StackOverflow](http://stackoverflow.com) under the [SWXMLHash tag](ht
1515

1616
When reporting issues, please include:
1717

18-
* Which version of Xcode you're using
19-
* Which OS or platform you're targeting
20-
* Any stack trace or compiler error
21-
* Code snippets that reproduce the behavior
18+
- Which version of Xcode you're using
19+
- Which OS or platform you're targeting
20+
- Any stack trace or compiler error
21+
- Code snippets that reproduce the behavior
2222

2323
Both bug reports and feature requests are welcome!
2424

2525
## Development
2626

27-
SWXMLHash currently uses XCTest for its tests. To run the tests, you can either run them from within Xcode or you can run `rake test`.
27+
SWXMLHash currently uses Swift Testing for its tests. To run the tests, you can either run them from within Xcode or you can run `swift test`.
2828

2929
The coding style used is dictated by [SwiftLint](https://github.com/realm/SwiftLint). You can get SwiftLint by running `brew install swiftlint`. To run it, just clone the repository and run `swiftlint`. There is a `.swiftlint.yml` for lint configuration.
3030

3131
Prior to submitting a pull request, please verify that:
3232

33-
* The code compiles
34-
* All tests pass
35-
* SwiftLint reports no issues
33+
- The code compiles
34+
- All tests pass
35+
- SwiftLint reports no issues
3636

3737
## Thank You
3838

Rakefile

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)