|
5373 | 5373 | "fileMatch": [".sourcery.yaml"], |
5374 | 5374 | "url": "https://www.schemastore.org/sourcery_yaml_schema.json" |
5375 | 5375 | }, |
| 5376 | + { |
| 5377 | + "name": "Spack bootstrap.yaml", |
| 5378 | + "description": "Spack package manager bootstrap.yaml config file", |
| 5379 | + "fileMatch": ["**/*spack/**/bootstrap.yaml"], |
| 5380 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/bootstrap.json" |
| 5381 | + }, |
| 5382 | + { |
| 5383 | + "name": "Spack cdash.yaml", |
| 5384 | + "description": "Spack package manager cdash.yaml config file", |
| 5385 | + "fileMatch": ["**/*spack/**/cdash.yaml"], |
| 5386 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/cdash.json" |
| 5387 | + }, |
| 5388 | + { |
| 5389 | + "name": "Spack ci.yaml", |
| 5390 | + "description": "Spack package manager ci.yaml config file", |
| 5391 | + "fileMatch": ["**/*spack/**/ci.yaml"], |
| 5392 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/ci.json" |
| 5393 | + }, |
| 5394 | + { |
| 5395 | + "name": "Spack compilers.yaml", |
| 5396 | + "description": "Spack package manager compilers.yaml config file", |
| 5397 | + "fileMatch": ["**/*spack/**/compilers.yaml"], |
| 5398 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/compilers.json" |
| 5399 | + }, |
| 5400 | + { |
| 5401 | + "name": "Spack concretizer.yaml", |
| 5402 | + "description": "Spack package manager concretizer.yaml config file", |
| 5403 | + "fileMatch": ["**/*spack/**/concretizer.yaml"], |
| 5404 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/concretizer.json" |
| 5405 | + }, |
| 5406 | + { |
| 5407 | + "name": "Spack config.yaml", |
| 5408 | + "description": "Spack package manager config.yaml file", |
| 5409 | + "fileMatch": ["**/*spack/**/config.yaml"], |
| 5410 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/config.json" |
| 5411 | + }, |
| 5412 | + { |
| 5413 | + "name": "Spack definitions.yaml", |
| 5414 | + "description": "Spack package manager definitions.yaml config", |
| 5415 | + "fileMatch": ["**/*spack/**/definitions.yaml"], |
| 5416 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/definitions.json" |
| 5417 | + }, |
| 5418 | + { |
| 5419 | + "name": "Spack develop.yaml", |
| 5420 | + "description": "Spack package manager develop.yaml config file", |
| 5421 | + "fileMatch": ["**/*spack/**/develop.yaml"], |
| 5422 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/develop.json" |
| 5423 | + }, |
| 5424 | + { |
| 5425 | + "name": "Spack env_vars.yaml", |
| 5426 | + "description": "Spack package manager env_vars.yaml config file", |
| 5427 | + "fileMatch": ["**/*spack/**/env_vars.yaml"], |
| 5428 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/env_vars.json" |
| 5429 | + }, |
| 5430 | + { |
| 5431 | + "name": "Spack include.yaml", |
| 5432 | + "description": "Spack package manager include.yaml config file", |
| 5433 | + "fileMatch": ["**/*spack/**/include.yaml"], |
| 5434 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/include.json" |
| 5435 | + }, |
| 5436 | + { |
| 5437 | + "name": "Spack mirrors.yaml", |
| 5438 | + "description": "Spack package manager mirrors.yaml config file", |
| 5439 | + "fileMatch": ["**/*spack/**/mirrors.yaml"], |
| 5440 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/mirrors.json" |
| 5441 | + }, |
| 5442 | + { |
| 5443 | + "name": "Spack modules.yaml", |
| 5444 | + "description": "Spack package manager modules.yaml config file", |
| 5445 | + "fileMatch": ["**/*spack/**/modules.yaml"], |
| 5446 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/modules.json" |
| 5447 | + }, |
| 5448 | + { |
| 5449 | + "name": "Spack packages.yaml", |
| 5450 | + "description": "Spack package manager packages.yaml config file", |
| 5451 | + "fileMatch": ["**/*spack/**/packages.yaml"], |
| 5452 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/packages.json" |
| 5453 | + }, |
| 5454 | + { |
| 5455 | + "name": "Spack repos.yaml", |
| 5456 | + "description": "Spack package manager repos.yaml config file", |
| 5457 | + "fileMatch": ["**/*spack/**/repos.yaml"], |
| 5458 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/repos.json" |
| 5459 | + }, |
| 5460 | + { |
| 5461 | + "name": "Spack environment", |
| 5462 | + "description": "Spack package manager environment file", |
| 5463 | + "fileMatch": ["spack.yaml"], |
| 5464 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/spack.json" |
| 5465 | + }, |
| 5466 | + { |
| 5467 | + "name": "Spack toolchains.yaml", |
| 5468 | + "description": "Spack package manager toolchains.yaml config file", |
| 5469 | + "fileMatch": ["**/*spack/**/toolchains.yaml"], |
| 5470 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/toolchains.json" |
| 5471 | + }, |
| 5472 | + { |
| 5473 | + "name": "Spack upstreams.yaml", |
| 5474 | + "description": "Spack package manager upstreams.yaml config file", |
| 5475 | + "fileMatch": ["**/*spack/**/upstreams.yaml"], |
| 5476 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/upstreams.json" |
| 5477 | + }, |
| 5478 | + { |
| 5479 | + "name": "Spack view.yaml", |
| 5480 | + "description": "Spack package manager view.yaml config file", |
| 5481 | + "fileMatch": ["**/*spack/**/view.yaml"], |
| 5482 | + "url": "https://raw.githubusercontent.com/spack/schemas/refs/heads/main/schemas/view.json" |
| 5483 | + }, |
5376 | 5484 | { |
5377 | 5485 | "name": "Speakeasy Lint Configuration File", |
5378 | 5486 | "description": "Configuration file for Speakeasy's OpenAPI document linting. Find out more at https://www.speakeasy.com/docs/linting", |
|
0 commit comments