mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
116 lines
2.3 KiB
TOML
116 lines
2.3 KiB
TOML
ignore_patterns = ["**/_*.mdx"]
|
|
|
|
# Heading should be sentence case
|
|
[Rule001HeadingCase]
|
|
# Words that may be uppercased even if they are not the first word in the sentence.
|
|
# Can also specify a regex that is compatible with the [Rust regex crate](https://docs.rs/regex/latest/regex/).
|
|
may_uppercase = [
|
|
"[A-Z0-9]{2,5}",
|
|
"APIs",
|
|
"Android",
|
|
"Angular",
|
|
"Apple",
|
|
"Auth",
|
|
"Auth0",
|
|
"Auth0 Actions?",
|
|
"Azure",
|
|
"Azure Developers?",
|
|
"Bitbucket",
|
|
"Boolean",
|
|
"Captcha",
|
|
"ChatGPT",
|
|
"Chrome",
|
|
"Code Exchange",
|
|
"Content Delivery Network",
|
|
"Dart",
|
|
"Discord",
|
|
"Edge Functions?",
|
|
"Expo",
|
|
"Facebook",
|
|
"Facebook Developers?",
|
|
"Figma",
|
|
"Figma Developers?",
|
|
"Firebase",
|
|
"Firebase Authentication",
|
|
"Flutter",
|
|
"GitHub",
|
|
"GitHub Actions",
|
|
"GitLab",
|
|
"GoTrue",
|
|
"Google",
|
|
"GraphQL",
|
|
"Hooks?",
|
|
"Hugging Face",
|
|
"I",
|
|
"IVFFlat",
|
|
"Inbucket",
|
|
"Ionic Angular",
|
|
"Ionic React",
|
|
"Ionic Vue",
|
|
"JavaScript",
|
|
"JWTs",
|
|
"Kakao",
|
|
"Kakao Developers?",
|
|
"Kakao Login",
|
|
"Keycloak",
|
|
"Kotlin",
|
|
"Kotlin Multiplatform",
|
|
"LinkedIn",
|
|
"LinkedIn Developers?",
|
|
"Linux",
|
|
"Magic Link",
|
|
"Navigable Small World",
|
|
"Next.js",
|
|
"Notion",
|
|
"Nuxt",
|
|
"OAuth",
|
|
"OpenAI",
|
|
"Open ID Connect",
|
|
"Poetry",
|
|
"Postgres",
|
|
"PostgreSQL",
|
|
"PostgREST",
|
|
"Python",
|
|
"React",
|
|
"React Native",
|
|
"Reciprocal Ranked Fusion",
|
|
"RedwoodJS",
|
|
"Remix",
|
|
"Retrieval Plugin",
|
|
"Roboflow Inference",
|
|
"Row Level Security",
|
|
"Server-Side Auth",
|
|
"Server-Side Rendering",
|
|
"Single Sign-On",
|
|
"Slack",
|
|
"Slack Developers?",
|
|
"SolidJS",
|
|
"Spotify",
|
|
"Spotify Developers?",
|
|
"Supabase",
|
|
"Svelte",
|
|
"SvelteKit",
|
|
"Swift",
|
|
"SwiftUI",
|
|
"Third-Party Auth",
|
|
"Twitch",
|
|
"Twitch Developers?",
|
|
"Twitter",
|
|
"Twitter Developers?",
|
|
"TypeScript",
|
|
"URIs",
|
|
"URLs",
|
|
"Xcode",
|
|
"Vecs",
|
|
"Vue",
|
|
"Web",
|
|
"Windows",
|
|
"WorkOS",
|
|
"Wrappers",
|
|
"Zoom",
|
|
"Zoom Developers?",
|
|
]
|
|
# Words that may be lowercased even if they are the first word in the sentence.
|
|
# Can also specify a regex that is compatible with the [Rust regex crate](https://docs.rs/regex/latest/regex/).
|
|
may_lowercase = ["iOS"]
|