Home / Function/ LintCategoryBadge() — supabase Function Reference

LintCategoryBadge() — supabase Function Reference

Architecture documentation for the LintCategoryBadge() function in Linter.utils.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/studio/components/interfaces/Linter/Linter.utils.tsx lines 374–380

export const LintCategoryBadge = ({ category }: { category: string }) => {
  return (
    <Badge variant={category === 'SECURITY' ? 'destructive' : 'warning'}>
      {category.toLowerCase()}
    </Badge>
  )
}

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free