[MIG] auth_jwt_demo: Migration to 18.0
- [ ] https://github.com/OCA/server-auth/pull/752
@sbidoul
demo is there now, I had to ignore eslint for js test files, also warn message had to be ignored for CI test.
Also, let's not change auth_jwt_demo/tests/spa/js/oidc-client.js. This file is an external lib. We should exclude it from the linter.
/ocabot migration auth_jwt_demo
Also, let's not change
auth_jwt_demo/tests/spa/js/oidc-client.js. This file is an external lib. We should exclude it from the linter.
how can I exclude a file?
@sbidoul
Also, let's not change
auth_jwt_demo/tests/spa/js/oidc-client.js. This file is an external lib. We should exclude it from the linter.how can I exclude a file?
@sbidoul
Probably somewhere in this file https://github.com/OCA/server-auth/blob/0771ec76cd9f593acb3f1260fe4ed374c4c00522/.pre-commit-config.yaml#L115
@kobros-tech is this ready for review?
@kobros-tech is this ready for review?
to me yes, but I am waiting for @sbidoul to tell his opinion.
@kobros-tech I'm finishing this in #846. The log capture you made here is too broad as we expect the warning in exactly one test.
Thanks for you help with this migration nevertheless!