Filename does not match

Can you help me with this error?

filename does not match

try removing the number from the filename, I found some javascripts files with numbers on their name, but they’re legacy code, before pre-commit, also eslint seems to have this regex as default naming convention:

"filenames/match-regex": [2, "^[a-z_]+$", true]

so, removing the number would be enough

thanks, that worked, however pre-commit failed again because solution name is not my Gitlab login.
is there any problem whether I change my Gitlab username?

Error: Gitlab login

Not at all, actually that’s the wisest choice to fix all the issues :wink: