[PR #4363] [MERGED] Re-enable linting on the server #5345

Closed
opened 2026-02-28 21:10:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4363
Author: @matt-fidd
Created: 2/11/2025
Status: Merged
Merged: 2/12/2025
Merged by: @matt-fidd

Base: masterHead: lint-server


📝 Commits (7)

📊 Changes

41 files changed (+118 additions, -90 deletions)

View changed files

📝 eslint.config.mjs (+18 -1)
📝 packages/sync-server/app.js (+2 -2)
📝 packages/sync-server/jest.global-setup.js (+3 -2)
📝 packages/sync-server/jest.global-teardown.js (+2 -1)
📝 packages/sync-server/migrations/1694360000000-create-folders.js (+2 -2)
📝 packages/sync-server/migrations/1694360479680-create-account-db.js (+1 -1)
📝 packages/sync-server/migrations/1694362247011-create-secret-table.js (+1 -1)
📝 packages/sync-server/migrations/1702667624000-rename-nordigen-secrets.js (+1 -1)
📝 packages/sync-server/migrations/1718889148000-openid.js (+1 -1)
📝 packages/sync-server/migrations/1719409568000-multiuser.js (+7 -7)
📝 packages/sync-server/src/account-db.js (+6 -6)
📝 packages/sync-server/src/accounts/openid.js (+5 -5)
📝 packages/sync-server/src/accounts/password.js (+9 -10)
📝 packages/sync-server/src/app-account.js (+2 -2)
📝 packages/sync-server/src/app-admin.js (+3 -3)
📝 packages/sync-server/src/app-admin.test.js (+1 -1)
📝 packages/sync-server/src/app-gocardless/bank-factory.js (+5 -2)
📝 packages/sync-server/src/app-gocardless/banks/easybank_bawaatww.js (+1 -1)
📝 packages/sync-server/src/app-gocardless/banks/hype_hyeeit22.js (+6 -6)
📝 packages/sync-server/src/app-gocardless/services/gocardless-service.js (+3 -3)

...and 21 more files

📄 Description

Re-enables linting on the server. A couple of exceptions to get it through (I'm not sure on the bundler stuff, I can't work out how to remove the extensions from the imports) but can be fixed later.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/4363 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 2/11/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `lint-server` --- ### 📝 Commits (7) - [`99f020f`](https://github.com/actualbudget/actual/commit/99f020f4418d67075832d279785b007130848358) getAccountDb - [`fa32292`](https://github.com/actualbudget/actual/commit/fa32292ead92498d2f35e7022504a37b25f96577) uuidv4 - [`117c09a`](https://github.com/actualbudget/actual/commit/117c09a1fa09b2fac82d07f74ced2664bdcdb2da) === / !== - [`3210243`](https://github.com/actualbudget/actual/commit/32102430c813bb05bc93995c792406a2da2b37c8) default exports - [`aad56e3`](https://github.com/actualbudget/actual/commit/aad56e3c03ea5c907e52d8a6ada404b3d0dea210) re-enable linting for the server - [`b400b0d`](https://github.com/actualbudget/actual/commit/b400b0dd5edf020db806cc82487510d0e516217c) fix jest - [`136a1b9`](https://github.com/actualbudget/actual/commit/136a1b92695c1ca3d85f47653b2b6b6f37fb8484) note ### 📊 Changes **41 files changed** (+118 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `eslint.config.mjs` (+18 -1) 📝 `packages/sync-server/app.js` (+2 -2) 📝 `packages/sync-server/jest.global-setup.js` (+3 -2) 📝 `packages/sync-server/jest.global-teardown.js` (+2 -1) 📝 `packages/sync-server/migrations/1694360000000-create-folders.js` (+2 -2) 📝 `packages/sync-server/migrations/1694360479680-create-account-db.js` (+1 -1) 📝 `packages/sync-server/migrations/1694362247011-create-secret-table.js` (+1 -1) 📝 `packages/sync-server/migrations/1702667624000-rename-nordigen-secrets.js` (+1 -1) 📝 `packages/sync-server/migrations/1718889148000-openid.js` (+1 -1) 📝 `packages/sync-server/migrations/1719409568000-multiuser.js` (+7 -7) 📝 `packages/sync-server/src/account-db.js` (+6 -6) 📝 `packages/sync-server/src/accounts/openid.js` (+5 -5) 📝 `packages/sync-server/src/accounts/password.js` (+9 -10) 📝 `packages/sync-server/src/app-account.js` (+2 -2) 📝 `packages/sync-server/src/app-admin.js` (+3 -3) 📝 `packages/sync-server/src/app-admin.test.js` (+1 -1) 📝 `packages/sync-server/src/app-gocardless/bank-factory.js` (+5 -2) 📝 `packages/sync-server/src/app-gocardless/banks/easybank_bawaatww.js` (+1 -1) 📝 `packages/sync-server/src/app-gocardless/banks/hype_hyeeit22.js` (+6 -6) 📝 `packages/sync-server/src/app-gocardless/services/gocardless-service.js` (+3 -3) _...and 21 more files_ </details> ### 📄 Description Re-enables linting on the server. A couple of exceptions to get it through (I'm not sure on the bundler stuff, I can't work out how to remove the extensions from the imports) but can be fixed later. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:10:57 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5345