This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ https://github.com/flutter/flutter/wiki/Engine-Clang-Tidy-Linter
2828
2929const String issueUrlPrefix = 'https://github.com/flutter/flutter/issues' ;
3030
31- /// Symbol definitions passed to clang-tidy.
32- const List <String > clangTidyDefineArgs = < String > [
33- "-DSK_VULKAN" , // See: https://github.com/flutter/flutter/issues/68331
34- ];
35-
3631class Command {
3732 Directory directory = Directory ('' );
3833 String command = '' ;
@@ -51,7 +46,6 @@ String calcTidyArgs(Command command) {
5146 String result = command.command;
5247 result = result.replaceAll (RegExp (r'\S*clang/bin/clang' ), '' );
5348 result = result.replaceAll (RegExp (r'-MF \S*' ), '' );
54- result += ' ' + clangTidyDefineArgs.join (' ' );
5549 return result;
5650}
5751
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5+ // FLUTTER_NOLINT: https://github.com/flutter/flutter/issues/68331
6+
57#include " vulkan_window.h"
68
79#include < memory>
You can’t perform that action at this time.
0 commit comments