Eric Klatzer
Eric Klatzer
CI failed here: https://github.com/exercism/go/runs/8042103759?check_suite_focus=true Added a dummy change to run CI again and it helped
Just checked it on the phone while in the car. I don't think `AnagramTest`should be exported. Personally, I would not declare the variable `nonAsciiTestCases` in the `func init`. Everything else...
Looks good
Hey, I can do that
Fixed the problem with failing CI on windows by using using an entry in `.gitattributes` as recommended [here](https://github.com/golangci/golangci-lint/issues/580#issuecomment-704913317) in https://github.com/golangci/golangci-lint/issues/580
To be honest I cannot completely answer, but maybe only some of the files have the problem? Was only a problem for some of the exercise generators, not all.
Have removed the fix and will check the endings EDIT: I locally used the following script: ``` for generator in ./exercises/practice/*/.meta/gen.go; do dos2unix "$generator" done ``` If I am right...
I added the following parts to CI: * linting for all `gen.go` files * linting and test execution for `./gomod-sync` and `./gen` @junedev Is this everything you wanted to have...
To prevent stuff like in #2451 and to detect forgotten working implementations in the stub I added a CI step, what do you think about this? I am a bit...
Hey, as we discussed adding additional in #1892, this issue could be continued