lint: tidy up consistent header styles

This commit is contained in:
Justin Chadwell 2022-07-27 14:07:52 +01:00
parent fd9fe19061
commit 749d27b40d
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +1,4 @@
# https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
rule 'header-style'
rule 'ol-prefix', :style => :ordered

View File

@ -427,9 +427,7 @@ content:
```dockerfile
# syntax=docker/dockerfile:1
##
## Build
##
FROM golang:1.16-buster AS build
WORKDIR /app
@ -442,9 +440,7 @@ COPY *.go ./
RUN go build -o /docker-gs-ping
##
## Deploy
##
FROM gcr.io/distroless/base-debian10
WORKDIR /