Closed blakegong closed 1 year ago
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR
@kpitzen could you help with a review? 🙏
Hi @blakegong ! Thank you so much for your contribution - my only request here would be to break these into two separate linting rules - I'm fine with duplicating existing code in order to make each individual linting failure more clear. Once that's done, I'm happy to get this merged in :) Thanks again!
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR
@kpitzen no problem! It's in a new no-output-instance-in-template-literal
rule now. Please have a look!
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. Note for the maintainer: To run the acceptance tests, please comment /run-acceptance-tests on the PR
This looks great @blakegong - thank you for your contribution! I'll get it merged and a new version released. :)
FYI @blakegong - this is now published in version 0.2.0
. Thank you again!
Thank you @kpitzen!
OutputInstance
should be treated the same asOutput
. Please check the tests.Currently, this is "good code":
This PR would fix the above code into: