``` function() { do_something # nolint start: one_linter. edge_case_stuff() # nolint stop: one_linter. } ``` will throw the lint on `# nolint stop`. this seems less than ideal but I'm not sure if it can be easily fixed.