Skip to content

Commit a333ee1

Browse files
authored
Add NOLINTBEGIN/END. (#8591)
1 parent 49fcfad commit a333ee1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Extension/gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ ${typeScriptSwitchContent}
679679
// ****** This file is generated from nativeStrings.json. Do not edit this file directly. ******
680680
681681
#pragma once
682-
682+
// NOLINTBEGIN(modernize-raw-string-literal)
683683
enum class localized_string_id : unsigned int
684684
{
685685
blank = 0,
@@ -688,6 +688,7 @@ ${nativeEnumContent}};
688688
inline static const char *localizable_strings[] = {
689689
"",
690690
${nativeStringTableContent}};
691+
// NOLINTEND(modernize-raw-string-literal)
691692
`;
692693

693694
console.log("Writing file: localized_string_ids.h -- If changed, copy to VS repo: src/vc/designtime/vscode/Common/generated/");

0 commit comments

Comments
 (0)