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
> > @thnkslprpt Can you take a look at the format check workflow and fix the issue caught by it? Specifically about `void CFE_PSP_SetDefaultExceptionEnvironment(void)`. Thank you!
It seems that the warning was deemed ignorable in this case, given that the pull request was merged, which is good because I was having trouble deciphering exactly what the error was referring to anyway. Was it just due to the empty function?
The "error on differences" step of the format check workflow (https://github.com/nasa/PSP/actions/runs/3163591969/jobs/5151273223) looks something like this:
16 -void CFE_PSP_SetDefaultExceptionEnvironment(void)
17 -{
18 -}
19 +void CFE_PSP_SetDefaultExceptionEnvironment(void) {}
The check recommends removing lines 16-18 by "-" before the line. The check recommends adding line 19 by showing "+" before the line.
Originally posted by @chillfig in #360 (comment)
The text was updated successfully, but these errors were encountered: