From 0b7186eac839b8690f8951aca4fc2657944ab3b6 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 12 Oct 2023 14:23:12 +0200 Subject: Add vale --- public/vale/.vale-styles/Google/Units.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public/vale/.vale-styles/Google/Units.yml (limited to 'public/vale/.vale-styles/Google/Units.yml') diff --git a/public/vale/.vale-styles/Google/Units.yml b/public/vale/.vale-styles/Google/Units.yml new file mode 100644 index 0000000..379fad6 --- /dev/null +++ b/public/vale/.vale-styles/Google/Units.yml @@ -0,0 +1,8 @@ +extends: existence +message: "Put a nonbreaking space between the number and the unit in '%s'." +link: 'https://developers.google.com/style/units-of-measure' +nonword: true +level: error +tokens: + - \d+(?:B|kB|MB|GB|TB) + - \d+(?:ns|ms|s|min|h|d) -- cgit v1.2.3