Skip to content

Commit

Permalink
Mention the swiftlint custom script in CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
xgouchet committed May 20, 2021
1 parent b7f1f30 commit 6bda585
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ The workspace for SDK development and integration (tests, benchmarks, example ap

`DatadogTests` (unit tests), `DatadogIntegrationTests` (integration tests), and `DatadogBenchmarkTests` (benchmarks) source files

#### Lint

We're using swiftlint to ensure our codebase follows Swift standard syntax. You can run the lint with our custom rules with the following command line:

```shell
$ ./tools/lint/run-linter.sh
```

#### Dependency manager tests

Isolated example apps using `cocoapods`, `carthage` and `spm` to ensure SDK is well integrated with all supported dependency managers.

0 comments on commit 6bda585

Please sign in to comment.