Skip to content

Commit

Permalink
fix vale issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Apr 4, 2024
1 parent b6a6a77 commit 42ebc53
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 11 deletions.
16 changes: 9 additions & 7 deletions .github/styles/config/vocabularies/AI/accept.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
(?i)gpt
(?i)autogluon
(?i)chatgpt
(?i)openai
(?i)starcoder
(?i)ggml
(?i)llm
(?i)gpt
(?i)gradio
(?i)autogluon
(?i)langfuse
(?i)kagi
(?i)koboldcpp
(?i)langchain
(?i)langflow
(?i)kagi
(?i)langfuse
(?i)llm
(?i)openai
(?i)starcoder
(?i)tenere
16 changes: 16 additions & 0 deletions .github/styles/config/vocabularies/Code/accept.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(?i)acls
(?i)anakin
(?i)api
(?i)argocd
(?i)auth
Expand All @@ -9,14 +10,17 @@
(?i)barebones
(?i)bashbible
(?i)bigquery
(?i)bkt
(?i)caddy
(?i)cd
(?i)certbot
(?i)ci
(?i)comcast
(?i)configs?
(?i)datadog
(?i)dev
(?i)devops
(?i)dirdiff
(?i)docker
(?i)dockerfile
(?i)failover
Expand All @@ -30,6 +34,7 @@
(?i)grafana
(?i)graphql
(?i)haproxy
(?i)headscale
(?i)html
(?i)infisical
(?i)json
Expand All @@ -40,6 +45,7 @@
(?i)knative
(?i)kubernetes
(?i)kubespecs?
(?i)lastresort
(?i)loki
(?i)medable
(?i)metabase
Expand All @@ -51,25 +57,35 @@
(?i)npm
(?i)oncall
(?i)ops
(?i)ov
(?i)pagerduty
(?i)passcode
(?i)pingdom
(?i)pkgs
(?i)pocketbase
(?i)polaris
(?i)postgres
(?i)pql
(?i)prometheus
(?i)pypipe
(?i)readmes?
(?i)realtime
(?i)redis
(?i)rstudio
(?i)scaleable
(?i)sdks
(?i)sideko
(?i)signoz
(?i)slackbot
(?i)sql
(?i)sqlite
(?i)stackdriver
(?i)tailscale
(?i)terraform
(?i)tlsh
(?i)tokenizer
(?i)traefik
(?i)util
(?i)validators?
(?i)vlang
(?i)vpm
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This directory contains tooling related to various cloud providers

### [fake-gcs-server.nix](./fake-gcs-server.nix)

[fake-gcs-server](https://github.com/fsouza/fake-gcs-server) is a google cloud storageg emulator
[fake-gcs-server](https://github.com/fsouza/fake-gcs-server) is a google cloud storage emulator

### [gcsproxy.nix](./gcsproxy.nix)

Expand Down
2 changes: 1 addition & 1 deletion pkgs/cloud/fake-gcs-server.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [fake-gcs-server](https://github.com/fsouza/fake-gcs-server) is a google cloud storageg emulator
# [fake-gcs-server](https://github.com/fsouza/fake-gcs-server) is a google cloud storage emulator
{ lib
, buildGoModule
, fetchFromGitHub
Expand Down
2 changes: 1 addition & 1 deletion pkgs/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This directory contains specific servers

### [obligator.nix](./obligator.nix)

[obligator](https://github.com/anderspitman/obligator) is a simple OIDC server designed for self-hosters
[obligator](https://github.com/anderspitman/obligator) is an OIDC server designed for self-hosters

### [parseable.nix](./parseable.nix)

Expand Down
2 changes: 1 addition & 1 deletion pkgs/server/obligator.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [obligator](https://github.com/anderspitman/obligator) is a simple OIDC server designed for self-hosters
# [obligator](https://github.com/anderspitman/obligator) is an OIDC server designed for self-hosters
{ lib
, buildGoModule
, fetchFromGitHub
Expand Down

0 comments on commit 42ebc53

Please sign in to comment.