Skip to content

Commit f4347cc

Browse files
committed
Remove old linting code. Add Terraform to tool versions file for asdf / mise users.
1 parent 3c6bf1b commit f4347cc

File tree

8 files changed

+3
-1891
lines changed

8 files changed

+3
-1891
lines changed

.flake8

Lines changed: 0 additions & 3 deletions
This file was deleted.

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
poetry 2.1.4
22
nodejs 23.11.0
33
python 3.11.12
4+
terraform 1.12.2

Makefile

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,12 @@ SHELL=/usr/bin/env bash -euo pipefail
33
PYTHON_PROJECT_DIRS_WITH_UNIT_TESTS = backend batch_processor_filter delta_backend filenameprocessor mesh_processor recordprocessor lambdas/ack_backend lambdas/redis_sync lambdas/id_sync lambdas/mns_subscription lambdas/shared
44
PYTHON_PROJECT_DIRS = e2e e2e_batch quality_checks $(PYTHON_PROJECT_DIRS_WITH_UNIT_TESTS)
55

6-
.PHONY: install-python install-node install lint format format-check clean publish build-proxy release initialise-all-python-venvs update-all-python-dependencies run-all-python-unit-tests build-all-docker-images
7-
8-
#Installs dependencies using poetry.
9-
install-python:
10-
poetry lock --no-update
11-
poetry install
6+
.PHONY: install lint format format-check clean publish build-proxy release initialise-all-python-venvs update-all-python-dependencies run-all-python-unit-tests build-all-docker-images
127

138
#Installs dependencies using npm.
14-
install-node:
9+
install:
1510
npm install --legacy-peer-deps
1611

17-
#Condensed Target to run all targets above.
18-
install: install-node install-python
19-
2012
#Run the npm linting script (specified in package.json). Used to check the syntax and formatting of files.
2113
lint:
2214
npm run lint

poetry.lock

Lines changed: 0 additions & 1810 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 37 deletions
This file was deleted.

pytest.ini

Lines changed: 0 additions & 7 deletions
This file was deleted.

terraform/.terraform-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

test-report.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)