mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
## Problem We have several linters that use Node.js, but they are currently set up differently, both locally and on CI. ## Summary of changes - Add Node.js to `build-tools` image - Move `compute/package.json` -> `build-tools/package.json` and add `redocly` to it `@redocly/cli` - Unify and merge into one job `lint-openapi-spec` and `validate-compute-manifest`
35 lines
364 B
Plaintext
35 lines
364 B
Plaintext
/artifact_cache
|
|
/build
|
|
/pg_install
|
|
/target
|
|
/tmp_check
|
|
/tmp_check_cli
|
|
__pycache__/
|
|
test_output/
|
|
neon_previous/
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
tags
|
|
neon.iml
|
|
/.neon
|
|
/integration_tests/.neon
|
|
compaction-suite-results.*
|
|
docker-compose/docker-compose-parallel.yml
|
|
|
|
# Coverage
|
|
*.profraw
|
|
*.profdata
|
|
|
|
*.key
|
|
*.crt
|
|
*.o
|
|
*.so
|
|
*.Po
|
|
|
|
# pgindent typedef lists
|
|
*.list
|
|
|
|
# Node
|
|
**/node_modules/
|