Running the buildscripts/errorcodes.py linter on code that adds new error codes for 6 digit SERVER ticket ids currently fails with errors such as
$ python buildscripts/errorcodes.py --quiet MALFORMED ID: 10027300 src/mongo/bson/json.cpp:1586:13:uassert(10027300 MALFORMED ID: 10027301 src/mongo/bson/json.cpp:1596:13:uassert(10027301 ok: False ERRORS DETECTED. To correct, run "buildscripts/errorcodes.py --fix" to replace zero codes. Other errors require manual correction.
This should be fix to allow new error codes from these tickets again.