diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9cb854e..b671bd9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,10 @@ This project currently has two branches Build with `Xcode` before creating any pull requests, or your PR won’t pass the automated checks. +## SwiftLint + +To fix linter warning(s), run `swiftlint --fix`. + ## Branching Stratgegy Please follow our guideline for branch names [here](https://github.com/wakatime/semver-action#branch-names). Branches off the pattern won't be accepted. diff --git a/README.md b/README.md index 293bfb7..4b0665b 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,6 @@ If you don’t use any other WakaTime plugins, run `rm -r ~/.wakatime*`. Before requesting support for a new app, first check the [list of supported apps][supported apps]. -## SwiftLint - -To fix linter warning(s), run `swiftlint --fix`. - ## Contributing Pull requests and issues are welcome!