# Checkout new branch
:master> git checkout -b new-feature
# Feature completed.
# Update local master branch
:new-feature> git checkout master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extends: [[spectral:oas, all]] | |
rules: | |
# Default spectral OAS rules | |
# https://stoplight.io/p/docs/gh/stoplightio/spectral/docs/reference/openapi-rules.md | |
oas3-unused-components-schema: false | |
operation-default-response: false | |
# Custom rules | |
tag-descriptions: | |
description: Tags must have a description. | |
given: $.tags[*] |
Reference: How to conduct a full code review on GitHub
./review.bat
$ git clone ssh://[email protected]/repo.git
$ git init