|
| 1 | +# Files to exempt from whitespace check. Can contain patterns in Python's glob module format. |
| 2 | +# Generated files: |
| 3 | +.codegen/_openapi_sha |
| 4 | +.release_metadata.json |
| 5 | +bundle/schema/jsonschema.json |
| 6 | +experimental/python/docs/images/databricks-logo.svg |
| 7 | +acceptance/cmd/patchwhl/output/my_test_code-0.0.1+1741187253123456700.dist-info/METADATA |
| 8 | +acceptance/cmd/patchwhl/output/my_test_code-0.0.1+1741187253123456700.dist-info/WHEEL |
| 9 | + |
| 10 | +# "bundle run" has trailing whitespace: |
| 11 | +acceptance/bundle/integration_whl/*/output.txt |
| 12 | + |
| 13 | +# "bundle init" has trailing whitespace: |
| 14 | +acceptance/bundle/templates-machinery/helpers-error/output.txt |
| 15 | + |
| 16 | +# "bundle deploy" with apps has trailing whitespace: |
| 17 | +acceptance/bundle/apps/config_section/output.txt |
| 18 | +integration/bundle/testdata/apps/bundle_deploy.txt |
| 19 | + |
| 20 | +# Extra whitespace within the default template: |
| 21 | +acceptance/bundle/templates/default-python/classic/out.compare-vs-serverless.diff |
| 22 | +acceptance/bundle/templates/default-python/classic/output/my_default_python/resources/my_default_python.job.yml |
| 23 | +acceptance/bundle/templates/default-python/serverless/output/my_default_python/resources/my_default_python.job.yml |
| 24 | + |
| 25 | +# Extra whitespace in command help: |
| 26 | +acceptance/cmd/workspace/apps/output.txt |
| 27 | + |
| 28 | +# Extra whitespace in generated commands: |
| 29 | +cmd/workspace/**/*.go |
| 30 | +cmd/account/**/*.go |
| 31 | + |
| 32 | +# Extra whitespace in generated Python models |
| 33 | +experimental/python/databricks/bundles/*/_models/*.py |
| 34 | + |
| 35 | +# Developed elsewhere: |
| 36 | +internal/genkit/tagging.py |
| 37 | + |
| 38 | +# Docsgen: |
| 39 | +bundle/docsgen/output/resources.md |
| 40 | +bundle/docsgen/output/reference.md |
| 41 | +bundle/docsgen/testdata/anchors.md |
0 commit comments