Skip to content

Commit

Permalink
exclude file to fix build (#16423)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmossman authored Sep 8, 2022
1 parent d856731 commit b9d83a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def createSpotlessTarget = { pattern ->
'charts', // Helm charts often have injected template strings that will fail general linting. Helm linting is done separately.
'resources/seed/*_specs.yaml', // Do not remove - this is necessary to prevent diffs in our github workflows, as the file diff check runs between the Format step and the Build step, the latter of which generates the file.
'airbyte-integrations/connectors/source-amplitude/unit_tests/api_data/zipped.json', // Zipped file presents as non-UTF-8 making spotless sad
'airbyte-webapp/src/test-utils/mock-data/mockDestinationDefinition.json', // Prettier styling is conflicting with spotless styling in this file making the build fail if not excluded
]

if (System.getenv().containsKey("SUB_BUILD")) {
Expand Down

0 comments on commit b9d83a8

Please sign in to comment.