From b42e30f97a241be01b82f4d138ac516d838edd5b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 18 Oct 2023 19:55:16 +0000 Subject: [PATCH] Deployed 56349e5 to v0.7.4 with MkDocs 1.5.3 and mike 1.1.2 --- v0.7.4/more/development/index.html | 8 +++----- v0.7.4/search/search_index.json | 2 +- v0.7.4/sitemap.xml.gz | Bin 1154 -> 1154 bytes 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/v0.7.4/more/development/index.html b/v0.7.4/more/development/index.html index b8c27268f..a4288f0c9 100644 --- a/v0.7.4/more/development/index.html +++ b/v0.7.4/more/development/index.html @@ -4698,11 +4698,9 @@
pnpm lint
 

Code formatting with pre-commit hooks

-

To ensure a consistent style and formatting across the project source, the project utilizes Git pre-commit hooks to perform some formatting and linting before a commit is allowed. -That way, everyone uses the same style and some common issues can be caught early on.

-

Once installed, hooks will run when you commit. If the formatting isn't quite right or a linter catches something, the commit will be rejected. -You'll need to look at the output and fix the issue. Some hooks will format failing files, so all you need to do is git add those files again -and retry your commit.

+

To ensure a consistent style and formatting across the project source, the project utilizes Git pre-commit hooks to perform some formatting and linting before a commit is allowed.

+

Once installed, hooks will run when you commit. If the formatting isn't quite right, the commit will be rejected and you'll need to look at the output and fix the issue. Most hooks will automatically format failing files, so all you need to do is git add those files again and retry your commit.

+

See the pre-commit documentation to get started.

Service Widget Guidelines

To ensure cohesiveness of various widgets, the following should be used as a guide for developing new widgets: