You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a program that scans all input source code (including Bison, Ragel, C++, sclang) for TODO comments, and generates an error for any TODOs that don't have an associated bug link. So
// TODO(https://github.com/hadron-sclang/hadron/issues/110): short explanation of issue
is the only acceptable format of TODO comment according to the script. We can put this in as part of the linting stage.
Write a program that scans all input source code (including Bison, Ragel, C++, sclang) for
TODOcomments, and generates an error for anyTODOs that don't have an associated bug link. Sois the only acceptable format of TODO comment according to the script. We can put this in as part of the linting stage.