You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setup scripts can currently complete without giving an indication of the outcome.
Let's just add a simple log statement after calling all init() methods to indicated that the script was executed to at least that point. OAuth2-service has a nice structure that I think we should use:
0 - Update all dependencies
1 - Add service name and version to /ping endpoint
Requires ping version 1.2.0
The ping route can now be fed the extra information:
2 - Add log statement to all setup.ts scripts to confirm that the script actually finished as expected
(Added by @Styrke)
The setup scripts can currently complete without giving an indication of the outcome.
Let's just add a simple log statement after calling all init() methods to indicated that the script was executed to at least that point. OAuth2-service has a nice structure that I think we should use:
3 - Update to eslint-config v5
Fix any problems that may arise
If there is a Dockerfile ensure that it doesn't have any reference to eslint config files, old or new.
git add eslint.config.js git commit -m "chore: Update to eslint-config v5"
4 - Add "no-only-tests" eslint rule
https://www.npmjs.com/package/eslint-plugin-no-only-tests
Added to eslint-config v5.1.0 so it'll get into every repo when i update to the latest.
Run all the robots, create the PR and cleanup
The text was updated successfully, but these errors were encountered: