Switch the containerization dependency from the github URL to a vendored copy (third_party/containerization, upstream commit 6b7b42ca) referenced by path, so we can carry a small local patch that upstream lacks: LinuxContainer.Configuration gains a `vmExtensions` field forwarded into VMConfiguration.extensions. Upstream already supports VMConfiguration.extensions + the VZInstanceExtension hook, but LinuxContainer — our only entry point — never forwarded them, so there was no way to attach a device (e.g. a memory balloon) to a container's VM. Tests/, docs/, examples/, images/ and the corresponding test targets are trimmed for footprint (we never build the dependency's tests). See PATCHES.md for the full diff vs. upstream and the re-vendoring procedure. Also adds the ContainerizationExtras product to NucleicCore (AddressAllocator, named in the configureVZ signature). Co-Authored-By: Claude Opus 4.8 <[email protected]>
69 lines
2.3 KiB
Plaintext
69 lines
2.3 KiB
Plaintext
{
|
|
"fileScopedDeclarationPrivacy" : {
|
|
"accessLevel" : "private"
|
|
},
|
|
"indentation" : {
|
|
"spaces" : 4
|
|
},
|
|
"indentConditionalCompilationBlocks" : false,
|
|
"indentSwitchCaseLabels" : false,
|
|
"lineBreakAroundMultilineExpressionChainComponents" : false,
|
|
"lineBreakBeforeControlFlowKeywords" : false,
|
|
"lineBreakBeforeEachArgument" : false,
|
|
"lineBreakBeforeEachGenericRequirement" : false,
|
|
"lineLength" : 180,
|
|
"maximumBlankLines" : 1,
|
|
"multiElementCollectionTrailingCommas" : true,
|
|
"noAssignmentInExpressions" : {
|
|
"allowedFunctions" : [
|
|
"XCTAssertNoThrow"
|
|
]
|
|
},
|
|
"prioritizeKeepingFunctionOutputTogether" : false,
|
|
"respectsExistingLineBreaks" : true,
|
|
"rules" : {
|
|
"AllPublicDeclarationsHaveDocumentation" : false,
|
|
"AlwaysUseLowerCamelCase" : true,
|
|
"AmbiguousTrailingClosureOverload" : false,
|
|
"BeginDocumentationCommentWithOneLineSummary" : false,
|
|
"DoNotUseSemicolons" : true,
|
|
"DontRepeatTypeInStaticProperties" : true,
|
|
"FileScopedDeclarationPrivacy" : true,
|
|
"FullyIndirectEnum" : true,
|
|
"GroupNumericLiterals" : true,
|
|
"IdentifiersMustBeASCII" : true,
|
|
"NeverForceUnwrap" : true,
|
|
"NeverUseForceTry" : true,
|
|
"NeverUseImplicitlyUnwrappedOptionals" : true,
|
|
"NoAccessLevelOnExtensionDeclaration" : true,
|
|
"NoAssignmentInExpressions" : true,
|
|
"NoBlockComments" : false,
|
|
"NoCasesWithOnlyFallthrough" : true,
|
|
"NoEmptyTrailingClosureParentheses" : true,
|
|
"NoLabelsInCasePatterns" : true,
|
|
"NoLeadingUnderscores" : false,
|
|
"NoParensAroundConditions" : true,
|
|
"NoPlaygroundLiterals" : true,
|
|
"NoVoidReturnOnFunctionSignature" : true,
|
|
"OmitExplicitReturns" : true,
|
|
"OneCasePerLine" : true,
|
|
"OneVariableDeclarationPerLine" : true,
|
|
"OnlyOneTrailingClosureArgument" : true,
|
|
"OrderedImports" : true,
|
|
"ReplaceForEachWithForLoop" : true,
|
|
"ReturnVoidInsteadOfEmptyTuple" : true,
|
|
"TypeNamesShouldBeCapitalized" : true,
|
|
"UseEarlyExits" : true,
|
|
"UseLetInEveryBoundCaseVariable" : true,
|
|
"UseShorthandTypeNames" : true,
|
|
"UseSingleLinePropertyGetter" : true,
|
|
"UseSynthesizedInitializer" : true,
|
|
"UseTripleSlashForDocumentationComments" : true,
|
|
"UseWhereClausesInForLoops" : false,
|
|
"ValidateDocumentationComments" : true
|
|
},
|
|
"spacesAroundRangeFormationOperators" : false,
|
|
"tabWidth" : 2,
|
|
"version" : 1
|
|
}
|