Skip to content

Commit b8fd001

Browse files
authored
Update FLUTTER_NOLINT uses to include issue link (flutter#21921)
In an upcoming patch, we'll enable enforcement that all FLUTTER_NOLINT comments include an issue link. This migrates the remaining uses to that format. Bug: flutter#68273
1 parent 04bf879 commit b8fd001

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

shell/platform/linux/fl_json_message_codec.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
// TODO(cbracken): lint disabled due to rapidjson null deref issue.
6-
// https://github.com/flutter/flutter/issues/65676
7-
// FLUTTER_NOLINT
8-
95
#include "flutter/shell/platform/linux/public/flutter_linux/fl_json_message_codec.h"
106

117
#include <gmodule.h>

shell/version/version.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// Copyright 2013 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4-
// FLUTTER_NOLINT
4+
5+
// FLUTTER_NOLINT: https://github.com/flutter/flutter/issues/68332
56

67
#include "flutter/shell/version/version.h"
78

vulkan/vulkan_window.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// Copyright 2013 The Flutter Authors. All rights reserved.
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
4-
// FLUTTER_NOLINT
4+
5+
// FLUTTER_NOLINT: https://github.com/flutter/flutter/issues/68331
56

67
#include "vulkan_window.h"
78

0 commit comments

Comments
 (0)