id: hardcoded-url
valid:
  - 'const url = process.env.API_URL'
  - 'const x = "hello"'
  - 'export const BASE_URL_CLINE = "https://api.cline.bot";'
  - 'export const URL_KILO_TOS = "https://kilo.dev/tos";'
invalid:
  - 'const url = "https://api.example.com"'
  - 'const endpoint = "http://localhost:3000"'
