Update FLUTTER_NOLINT uses to include issue link (#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: https://github.com/flutter/flutter/issues/68273
This commit is contained in:
Chris Bracken 2020-10-16 16:08:36 -07:00 committed by GitHub
parent 04bf8791fe
commit b8fd0013a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 6 deletions

View File

@ -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 <gmodule.h>

View File

@ -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"

View File

@ -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"