Skip to content

Commit

Permalink
Merge 251d2af into 78e4487
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis729 committed Mar 10, 2020
2 parents 78e4487 + 251d2af commit 8201a29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/communications/messages/gcs-vehicles-messages.md
Expand Up @@ -133,7 +133,8 @@ plane should either loiter or land to the ground). Vehicles should continue to s

## Geofence Message

Sent to the vehicle to send geofencing coordinates for the keep-in and keep-out zones of the mission.
Sent to the vehicle to send geofencing coordinates for the keep-in and keep-out zones of the
mission.

```javascript
{
Expand Down
4 changes: 4 additions & 0 deletions docs/contributing/getting-started.md
Expand Up @@ -65,8 +65,12 @@ Set the following settings to configure your Atom text editor for this project.
project have 100 characters max.

- Set `Settings > Editor > Preferred Line Length` to 100

- Keep `Settings > Editor > Soft Wrap` unchecked

- Add `source.ts` and `source.tsx` to the list of supported extensions in
`Settings > Packages > linter-eslint > List of scopes to run ESLint on`

### MkDocs documentation packages

We use a few Python packages to build our documentation. [MkDocs][] allows us to build our
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"test:lint": "npm run test:eslint && npm run test:stylelint && npm run test:remarklint",
"test:eslint": "eslint --ext .js,.jsx,.ts,.tsx \".\"",
"test:stylelint": "stylelint \"**/*.css\"",
"test:remarklint": "remark .",
"test:remarklint": "remark . --frail",
"test:types": "tsc --project . --outDir dist --pretty",
"test:unit": "nyc mocha --require ts-node/register test/**/*.test.ts",
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit 8201a29

Please sign in to comment.