Quality of example.vim for contributing exercises

I think of the .meta/example file as proof of concept, in that it doesn’t have to be the exemplar solution but it just has to prove that there_is_ a solution.

I would like to contribute Two Bucket: what are the code quality standards in the vimscript track?

1 Like

The linter CI is very lenient on linting. I had some issues with the testing CI because it sources all the example files and then runs all the test suites at once. So naming collisions will occur so watch out for that. Otherwise, we’re using vim-gtk in the CI and test runner. I don’t believe it’s at vim 9.0 yet in case tests pass locally but not with the CI.

1 Like