Skip to content

Commit 5e5c78e

Browse files
committed
Linter overrides
While the linter is correct on the reported issues, the long help output line is acceptable as is done elsewhere, and the refactoring of doit() should be tackled at a later time.
1 parent 9037f1d commit 5e5c78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/goto-instrument/goto_instrument_parse_options.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ int goto_instrument_parse_optionst::doit()
811811
error() << "Out of memory" << eom;
812812
return 11;
813813
}
814-
}
814+
} // NOLINT(readability/fn_size)
815815

816816
/*******************************************************************\
817817
@@ -1597,7 +1597,7 @@ void goto_instrument_parse_optionst::help()
15971597
" --check-invariant function instruments invariant checking function\n"
15981598
" --remove-pointers converts pointer arithmetic to base+offset expressions\n" // NOLINT(*)
15991599
" --undefined-function-is-assume-false\n"
1600-
" convert each call to an undefined function to assume(false)\n"
1600+
" convert each call to an undefined function to assume(false)\n" // NOLINT(*)
16011601
"\n"
16021602
"Loop transformations:\n"
16031603
" --k-induction <k> check loops with k-induction\n"

0 commit comments

Comments
 (0)