Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 1.54 KB

README.md

File metadata and controls

63 lines (48 loc) · 1.54 KB

Coding standards and guidelines

A collection of standards for development at Companies House. See Confluence for which version of software to use (internal CH link).

General

Languages

Tools

Linting

This repository is linted using Markdownlint. If you have docker installed and logged into the shared services ECR repository you can run these checks locally:

make markdownlint

OR

make markdownlint_file MARKDOWN_FILE=<...>.md

(Where <...> is the name of the file to be linted.)

Running the following will attempt to fix any of the markdownlint failures for you. (You may still have some like long lines to fix manually.)

FIX_MARKDOWN=true make markdownlint