Skip to content

Commit

Permalink
#280 add linting step
Browse files Browse the repository at this point in the history
  • Loading branch information
sofusalbertsen committed Aug 3, 2022
1 parent 8041390 commit 7d1d6f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fixtures/firestore-data/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,14 @@
"content": "A group of managers, testers and\nother stakeholders meet to assess\nwhether to deploy the new version\nof the software. They base their\ndecision on test results, perceived\nrisks, market conditions and cost\nof delay.",
"number": 39,
"deckId": "7p5qqvE8kCV9WWysVc2n"
},
"lint": {
"type": "pipeline-step",
"tags": [],
"title": "Lint",
"subtitle": "Test Step",
"content": "Code is analyzed for potential errors\n both programatic and stylistic.\n Able to catch common typo errors\n in formatting, coding standard convensions\n and possible logical errors in code.",
"number": 40,
"deckId": "7p5qqvE8kCV9WWysVc2n"
}
}

0 comments on commit 7d1d6f4

Please sign in to comment.