diff --git a/shell/platform/linux/fl_json_message_codec.cc b/shell/platform/linux/fl_json_message_codec.cc index 3fbfb1238ea74..7441ebe63c645 100644 --- a/shell/platform/linux/fl_json_message_codec.cc +++ b/shell/platform/linux/fl_json_message_codec.cc @@ -2,10 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// TODO(cbracken): lint disabled due to rapidjson null deref issue. -// https://github.com/flutter/flutter/issues/65676 -// FLUTTER_NOLINT - #include "flutter/shell/platform/linux/public/flutter_linux/fl_json_message_codec.h" #include diff --git a/shell/version/version.cc b/shell/version/version.cc index 54ff4cb07babd..77baa13107c71 100644 --- a/shell/version/version.cc +++ b/shell/version/version.cc @@ -1,7 +1,8 @@ // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// FLUTTER_NOLINT + +// FLUTTER_NOLINT: https://github.com/flutter/flutter/issues/68332 #include "flutter/shell/version/version.h" diff --git a/vulkan/vulkan_window.cc b/vulkan/vulkan_window.cc index 2e1b99567438f..2c4618f06e796 100644 --- a/vulkan/vulkan_window.cc +++ b/vulkan/vulkan_window.cc @@ -1,7 +1,8 @@ // Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// FLUTTER_NOLINT + +// FLUTTER_NOLINT: https://github.com/flutter/flutter/issues/68331 #include "vulkan_window.h"