LICENSE
README.md
pyproject.toml
src/gen_linter_config/__init__.py
src/gen_linter_config/generate_linter_config.py
src/gen_linter_config/gpt_wrapper.py
src/gen_linter_config/util.py
src/gen_linter_config/utils.py
src/gen_linter_config.egg-info/PKG-INFO
src/gen_linter_config.egg-info/SOURCES.txt
src/gen_linter_config.egg-info/dependency_links.txt
src/gen_linter_config.egg-info/entry_points.txt
src/gen_linter_config.egg-info/requires.txt
src/gen_linter_config.egg-info/top_level.txt
src/gen_linter_config/ESLint/Config_set_ESLint_for_googleJS.py
src/gen_linter_config/ESLint/DSL_gpt_eslint.py
src/gen_linter_config/ESLint/DSL_gpt_google_JSstyle.py
src/gen_linter_config/ESLint/__init__.py
src/gen_linter_config/ESLint/gen_eslint_config.py
src/gen_linter_config/ESLint/gpt_instr_select_eslint_for_googleJS.py
src/gen_linter_config/ESLint/util_java.py
src/gen_linter_config/ESLint/util_js.py
src/gen_linter_config/ESLint/data/DSL_ESLint_all.json
src/gen_linter_config/ESLint/data/eslint_rules_complete.json
src/gen_linter_config/checkstyle/Config_name_select_checkstyle_for_googlejava_one.py
src/gen_linter_config/checkstyle/Config_set_checkstyle_for_googlejava_ours_o1.py
src/gen_linter_config/checkstyle/DSL_gpt_checkstyle_gen.py
src/gen_linter_config/checkstyle/DSL_gpt_google_java_style.py
src/gen_linter_config/checkstyle/__init__.py
src/gen_linter_config/checkstyle/gen_checkstyle_config.py
src/gen_linter_config/checkstyle/util_java.py
src/gen_linter_config/checkstyle/data/DSL_checkstyle_all.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_complete.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_simple.json
src/gen_linter_config/checkstyle/data/extract_checkstyle_rules_simple.py
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/annotation.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/blocks.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/coding.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/design.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/header.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/imports.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/indentation.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/javadoc.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/metrics.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/miscellaneous.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/modifier.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/naming.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/regexp.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/sizes.json
src/gen_linter_config/checkstyle/data/checkstyle_rules_by_category/whitespace.json
src/gen_linter_config/others/__init__.py
src/gen_linter_config/others/gen_lint_config_rough.py
src/gen_linter_config/others/data/Biome/JavaScript/BiomeIndex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAccessKey.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAccumulatingSpread.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAdjacentSpacesInRegex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAlert.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAmbiguousAnchorText.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noApproximativeNumericConstant.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noArguments.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAriaHiddenOnFocusable.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAriaUnsupportedElements.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noArrayIndexKey.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAssignInExpressions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAsyncPromiseExecutor.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAutofocus.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noAwaitInLoops.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noBannedTypes.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noBarrelFile.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noBeforeInteractiveScriptOutsideDocument.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noBitwiseOperators.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noBlankTarget.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noCatchAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noChildrenProp.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noClassAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noCommaOperator.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noCommentText.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noCommonJs.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noCompareNegZero.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noConfusingLabels.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noConfusingVoidType.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noConsole.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noConstAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noConstEnum.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noConstantBinaryExpressions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noConstantCondition.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noConstantMathMinMaxClamp.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noConstructorReturn.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noContinue.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noControlCharactersInRegex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDangerouslySetInnerHtml.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDangerouslySetInnerHtmlWithChildren.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDebugger.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDefaultExport.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDelete.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDeprecatedImports.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDistractingElements.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDivRegex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDocumentCookie.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDocumentImportInPage.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDoneCallback.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDoubleEquals.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDuplicateCase.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDuplicateClassMembers.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDuplicateElseIf.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDuplicateEnumValues.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDuplicateJsxProps.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDuplicateObjectKeys.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDuplicateParameters.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDuplicateTestHooks.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDuplicatedSpreadProps.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noDynamicNamespaceImportAccess.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noEmptyBlockStatements.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noEmptyCharacterClassInRegex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noEmptyInterface.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noEmptyPattern.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noEmptySource.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noEmptyTypeParameters.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noEnum.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noEqualsToNull.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noEvolvingTypes.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noExcessiveClassesPerFile.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noExcessiveCognitiveComplexity.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noExcessiveLinesPerFile.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noExcessiveLinesPerFunction.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noExcessiveNestedTestSuites.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noExplicitAny.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noExportedImports.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noExportsInTest.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noExtraBooleanCast.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noExtraNonNullAssertion.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noFallthroughSwitchClause.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noFlatMapIdentity.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noFloatingClasses.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noFloatingPromises.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noFocusedTests.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noForEach.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noForIn.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noFunctionAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noGlobalAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noGlobalDirnameFilename.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noGlobalEval.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noGlobalIsFinite.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noGlobalIsNan.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noGlobalObjectCalls.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noHeadElement.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noHeadImportInDocument.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noHeaderScope.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noImgElement.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noImplicitAnyLet.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noImplicitBoolean.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noImplicitCoercions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noImportAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noImportCycles.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noIncrementDecrement.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noInferrableTypes.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noInnerDeclarations.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noInteractiveElementToNoninteractiveRole.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noInvalidBuiltinInstantiation.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noInvalidConstructorSuper.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noInvalidUseBeforeDeclaration.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noIrregularWhitespace.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noJsxLiterals.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noJsxPropsBind.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noLabelVar.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noLabelWithoutControl.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noLeakedRender.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noMagicNumbers.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noMisleadingCharacterClass.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noMisleadingInstantiator.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noMisplacedAssertion.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noMisrefactoredShorthandAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noMisusedPromises.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noMultiAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noMultiStr.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNamespace.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNamespaceImport.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNegationElse.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNestedComponentDefinitions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNestedTernary.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNextAsyncClientComponent.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNodejsModules.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNonNullAssertedOptionalChain.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNonNullAssertion.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNoninteractiveElementInteractions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNoninteractiveElementToInteractiveRole.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNoninteractiveTabindex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noNonoctalDecimalEscape.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noOctalEscape.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noParameterAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noParameterProperties.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noParametersOnlyUsedInRecursion.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noPositiveTabindex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noPrecisionLoss.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noPrivateImports.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noProcessEnv.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noProcessGlobal.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noProto.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noPrototypeBuiltins.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noQwikUseVisibleTask.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noReExportAll.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noReactForwardRef.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noReactPropAssignments.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noReactSpecificProps.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noRedeclare.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noRedundantAlt.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noRedundantRoles.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noRedundantUseStrict.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noRenderReturnValue.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noRestrictedElements.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noRestrictedGlobals.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noRestrictedImports.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noRestrictedTypes.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noReturnAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noScriptUrl.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSecrets.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSelfAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSelfCompare.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSetterReturn.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noShadow.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noShadowRestrictedNames.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noShoutyConstants.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSkippedTests.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSolidDestructuredProps.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSparseArray.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noStaticElementInteractions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noStaticOnlyClass.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noStringCaseMismatch.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSubstr.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSuspiciousSemicolonInJsx.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSvgWithoutTitle.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSwitchDeclarations.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noSyncScripts.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noTemplateCurlyInString.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noTernary.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noThenProperty.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noThisInStatic.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noTsIgnore.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnassignedVariables.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUndeclaredDependencies.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUndeclaredEnvVars.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUndeclaredVariables.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnknownAttribute.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnnecessaryConditions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnreachable.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnreachableSuper.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnresolvedImports.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnsafeDeclarationMerging.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnsafeFinally.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnsafeNegation.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnsafeOptionalChaining.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnusedExpressions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnusedFunctionParameters.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnusedImports.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnusedLabels.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnusedPrivateClassMembers.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnusedTemplateLiteral.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnusedVariables.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUnwantedPolyfillio.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessCatch.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessCatchBinding.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessConstructor.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessContinue.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessElse.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessEmptyExport.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessEscapeInRegex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessEscapeInString.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessFragments.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessLabel.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessLoneBlockStatements.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessRegexBackrefs.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessRename.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessStringConcat.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessStringRaw.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessSwitchCase.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessTernary.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessThisAlias.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessTypeConstraint.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessUndefined.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noUselessUndefinedInitialization.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noVar.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noVoid.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noVoidElementsWithChildren.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noVoidTypeReturn.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noVueDataObjectDeclaration.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noVueDuplicateKeys.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noVueOptionsApi.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noVueReservedKeys.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noVueReservedProps.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noVueSetupPropsReactivityLoss.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noWith.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/noYodaExpression.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useAdjacentOverloadSignatures.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useAltText.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useAnchorContent.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useAriaActivedescendantWithTabindex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useAriaPropsForRole.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useAriaPropsSupportedByRole.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useArrayLiterals.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useArraySortCompare.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useArrowFunction.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useAsConstAssertion.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useAtIndex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useAwait.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useAwaitThenable.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useBlockStatements.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useButtonType.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useCollapsedElseIf.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useCollapsedIf.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useComponentExportOnlyModules.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useConsistentArrayType.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useConsistentArrowReturn.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useConsistentBuiltinInstantiation.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useConsistentCurlyBraces.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useConsistentEnumValueType.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useConsistentMemberAccessibility.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useConsistentObjectDefinitions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useConsistentTypeDefinitions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useConst.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useDateNow.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useDefaultParameterLast.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useDefaultSwitchClause.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useDefaultSwitchClauseLast.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useDestructuring.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useEnumInitializers.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useErrorCause.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useErrorMessage.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useExhaustiveDependencies.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useExhaustiveSwitchCases.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useExplicitLengthCheck.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useExplicitType.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useExponentiationOperator.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useExportType.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useExportsLast.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useFilenamingConvention.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useFind.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useFlatMap.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useFocusableInteractive.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useForOf.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useFragmentSyntax.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useGetterReturn.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useGoogleFontDisplay.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useGoogleFontPreconnect.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useGroupedAccessorPairs.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useGuardForIn.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useHeadingContent.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useHookAtTopLevel.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useHtmlLang.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useIframeTitle.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useImageSize.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useImportExtensions.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useImportType.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useIndexOf.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useInlineScriptId.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useIsArray.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useIsNan.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useIterableCallbackReturn.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useJsonImportAttributes.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useJsxKeyInIterable.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useKeyWithClickEvents.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useKeyWithMouseEvents.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useLiteralEnumMembers.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useLiteralKeys.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useMaxParams.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useMediaCaption.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useNamespaceKeyword.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useNamingConvention.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useNodeAssertStrict.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useNodejsImportProtocol.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useNumberNamespace.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useNumberToFixedDigitsArgument.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useNumericLiterals.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useNumericSeparators.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useObjectSpread.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useOptionalChain.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useParseIntRadix.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useQwikClasslist.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useQwikMethodUsage.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useQwikValidLexicalScope.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useReactFunctionComponents.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useReadonlyClassProperties.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useRegexLiterals.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useRegexpExec.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useSelfClosingElements.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useSemanticElements.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useShorthandAssign.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useShorthandFunctionType.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useSimpleNumberKeys.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useSimplifiedLogicExpression.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useSingleJsDocAsterisk.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useSingleVarDeclarator.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useSolidForComponent.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useSortedClasses.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useSpread.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useStaticResponseMethods.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useStrictMode.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useSymbolDescription.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useTemplate.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useThrowNewError.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useThrowOnlyError.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useTopLevelRegex.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useTrimStartEnd.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useUnifiedTypeSignatures.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useUniqueElementIds.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useValidAnchor.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useValidAriaProps.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useValidAriaRole.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useValidAriaValues.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useValidAutocomplete.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useValidForDirection.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useValidLang.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useValidTypeof.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useVueConsistentDefinePropsDeclaration.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useVueDefineMacrosOrder.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useVueMultiWordComponentNames.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useWhile.json
src/gen_linter_config/others/data/Biome/JavaScript/rules/useYield.json
src/gen_linter_config/others/data/Checkstyle/CheckstyleCompleteInformation.json
src/gen_linter_config/others/data/Checkstyle/CheckstyleIndex.json
src/gen_linter_config/others/data/Checkstyle/rules/AbbreviationAsWordInName.json
src/gen_linter_config/others/data/Checkstyle/rules/AbstractClassName.json
src/gen_linter_config/others/data/Checkstyle/rules/AnnotationLocation.json
src/gen_linter_config/others/data/Checkstyle/rules/AnnotationOnSameLine.json
src/gen_linter_config/others/data/Checkstyle/rules/AnnotationUseStyle.json
src/gen_linter_config/others/data/Checkstyle/rules/AnonInnerLength.json
src/gen_linter_config/others/data/Checkstyle/rules/ArrayTrailingComma.json
src/gen_linter_config/others/data/Checkstyle/rules/ArrayTypeStyle.json
src/gen_linter_config/others/data/Checkstyle/rules/AtclauseOrder.json
src/gen_linter_config/others/data/Checkstyle/rules/AvoidDoubleBraceInitialization.json
src/gen_linter_config/others/data/Checkstyle/rules/AvoidEscapedUnicodeCharacters.json
src/gen_linter_config/others/data/Checkstyle/rules/AvoidInlineConditionals.json
src/gen_linter_config/others/data/Checkstyle/rules/AvoidNestedBlocks.json
src/gen_linter_config/others/data/Checkstyle/rules/AvoidNoArgumentSuperConstructorCall.json
src/gen_linter_config/others/data/Checkstyle/rules/AvoidStarImport.json
src/gen_linter_config/others/data/Checkstyle/rules/AvoidStaticImport.json
src/gen_linter_config/others/data/Checkstyle/rules/BooleanExpressionComplexity.json
src/gen_linter_config/others/data/Checkstyle/rules/CatchParameterName.json
src/gen_linter_config/others/data/Checkstyle/rules/ClassDataAbstractionCoupling.json
src/gen_linter_config/others/data/Checkstyle/rules/ClassFanOutComplexity.json
src/gen_linter_config/others/data/Checkstyle/rules/ClassMemberImpliedModifier.json
src/gen_linter_config/others/data/Checkstyle/rules/ClassTypeParameterName.json
src/gen_linter_config/others/data/Checkstyle/rules/CommentsIndentation.json
src/gen_linter_config/others/data/Checkstyle/rules/ConstantName.json
src/gen_linter_config/others/data/Checkstyle/rules/CovariantEquals.json
src/gen_linter_config/others/data/Checkstyle/rules/CustomImportOrder.json
src/gen_linter_config/others/data/Checkstyle/rules/CyclomaticComplexity.json
src/gen_linter_config/others/data/Checkstyle/rules/DeclarationOrder.json
src/gen_linter_config/others/data/Checkstyle/rules/DefaultComesLast.json
src/gen_linter_config/others/data/Checkstyle/rules/DescendantToken.json
src/gen_linter_config/others/data/Checkstyle/rules/DesignForExtension.json
src/gen_linter_config/others/data/Checkstyle/rules/EmptyBlock.json
src/gen_linter_config/others/data/Checkstyle/rules/EmptyCatchBlock.json
src/gen_linter_config/others/data/Checkstyle/rules/EmptyForInitializerPad.json
src/gen_linter_config/others/data/Checkstyle/rules/EmptyForIteratorPad.json
src/gen_linter_config/others/data/Checkstyle/rules/EmptyLineSeparator.json
src/gen_linter_config/others/data/Checkstyle/rules/EmptyStatement.json
src/gen_linter_config/others/data/Checkstyle/rules/EqualsAvoidNull.json
src/gen_linter_config/others/data/Checkstyle/rules/EqualsHashCode.json
src/gen_linter_config/others/data/Checkstyle/rules/ExecutableStatementCount.json
src/gen_linter_config/others/data/Checkstyle/rules/ExplicitInitialization.json
src/gen_linter_config/others/data/Checkstyle/rules/FallThrough.json
src/gen_linter_config/others/data/Checkstyle/rules/FileLength.json
src/gen_linter_config/others/data/Checkstyle/rules/FileTabCharacter.json
src/gen_linter_config/others/data/Checkstyle/rules/FinalClass.json
src/gen_linter_config/others/data/Checkstyle/rules/FinalLocalVariable.json
src/gen_linter_config/others/data/Checkstyle/rules/FinalParameters.json
src/gen_linter_config/others/data/Checkstyle/rules/GenericWhitespace.json
src/gen_linter_config/others/data/Checkstyle/rules/Header.json
src/gen_linter_config/others/data/Checkstyle/rules/HiddenField.json
src/gen_linter_config/others/data/Checkstyle/rules/HideUtilityClassConstructor.json
src/gen_linter_config/others/data/Checkstyle/rules/IllegalCatch.json
src/gen_linter_config/others/data/Checkstyle/rules/IllegalIdentifierName.json
src/gen_linter_config/others/data/Checkstyle/rules/IllegalImport.json
src/gen_linter_config/others/data/Checkstyle/rules/IllegalInstantiation.json
src/gen_linter_config/others/data/Checkstyle/rules/IllegalThrows.json
src/gen_linter_config/others/data/Checkstyle/rules/IllegalToken.json
src/gen_linter_config/others/data/Checkstyle/rules/IllegalTokenText.json
src/gen_linter_config/others/data/Checkstyle/rules/IllegalType.json
src/gen_linter_config/others/data/Checkstyle/rules/ImportControl.json
src/gen_linter_config/others/data/Checkstyle/rules/ImportOrder.json
src/gen_linter_config/others/data/Checkstyle/rules/Indentation.json
src/gen_linter_config/others/data/Checkstyle/rules/InnerAssignment.json
src/gen_linter_config/others/data/Checkstyle/rules/InnerTypeLast.json
src/gen_linter_config/others/data/Checkstyle/rules/InterfaceIsType.json
src/gen_linter_config/others/data/Checkstyle/rules/InterfaceMemberImpliedModifier.json
src/gen_linter_config/others/data/Checkstyle/rules/InterfaceTypeParameterName.json
src/gen_linter_config/others/data/Checkstyle/rules/InvalidJavadocPosition.json
src/gen_linter_config/others/data/Checkstyle/rules/JavaNCSS.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocBlockTagLocation.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocContentLocation.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocMethod.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocMissingLeadingAsterisk.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocMissingWhitespaceAfterAsterisk.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocPackage.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocParagraph.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocStyle.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocTagContinuationIndentation.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocType.json
src/gen_linter_config/others/data/Checkstyle/rules/JavadocVariable.json
src/gen_linter_config/others/data/Checkstyle/rules/LambdaBodyLength.json
src/gen_linter_config/others/data/Checkstyle/rules/LambdaParameterName.json
src/gen_linter_config/others/data/Checkstyle/rules/LeftCurly.json
src/gen_linter_config/others/data/Checkstyle/rules/LineLength.json
src/gen_linter_config/others/data/Checkstyle/rules/LocalFinalVariableName.json
src/gen_linter_config/others/data/Checkstyle/rules/LocalVariableName.json
src/gen_linter_config/others/data/Checkstyle/rules/MagicNumber.json
src/gen_linter_config/others/data/Checkstyle/rules/MatchXpath.json
src/gen_linter_config/others/data/Checkstyle/rules/MemberName.json
src/gen_linter_config/others/data/Checkstyle/rules/MethodCount.json
src/gen_linter_config/others/data/Checkstyle/rules/MethodLength.json
src/gen_linter_config/others/data/Checkstyle/rules/MethodName.json
src/gen_linter_config/others/data/Checkstyle/rules/MethodParamPad.json
src/gen_linter_config/others/data/Checkstyle/rules/MethodTypeParameterName.json
src/gen_linter_config/others/data/Checkstyle/rules/MissingCtor.json
src/gen_linter_config/others/data/Checkstyle/rules/MissingDeprecated.json
src/gen_linter_config/others/data/Checkstyle/rules/MissingJavadocMethod.json
src/gen_linter_config/others/data/Checkstyle/rules/MissingJavadocPackage.json
src/gen_linter_config/others/data/Checkstyle/rules/MissingJavadocType.json
src/gen_linter_config/others/data/Checkstyle/rules/MissingOverride.json
src/gen_linter_config/others/data/Checkstyle/rules/MissingSwitchDefault.json
src/gen_linter_config/others/data/Checkstyle/rules/ModifiedControlVariable.json
src/gen_linter_config/others/data/Checkstyle/rules/ModifierOrder.json
src/gen_linter_config/others/data/Checkstyle/rules/MultipleStringLiterals.json
src/gen_linter_config/others/data/Checkstyle/rules/MultipleVariableDeclarations.json
src/gen_linter_config/others/data/Checkstyle/rules/MutableException.json
src/gen_linter_config/others/data/Checkstyle/rules/NPathComplexity.json
src/gen_linter_config/others/data/Checkstyle/rules/NeedBraces.json
src/gen_linter_config/others/data/Checkstyle/rules/NestedForDepth.json
src/gen_linter_config/others/data/Checkstyle/rules/NestedIfDepth.json
src/gen_linter_config/others/data/Checkstyle/rules/NestedTryDepth.json
src/gen_linter_config/others/data/Checkstyle/rules/NewlineAtEndOfFile.json
src/gen_linter_config/others/data/Checkstyle/rules/NoArrayTrailingComma.json
src/gen_linter_config/others/data/Checkstyle/rules/NoClone.json
src/gen_linter_config/others/data/Checkstyle/rules/NoCodeInFile.json
src/gen_linter_config/others/data/Checkstyle/rules/NoEnumTrailingComma.json
src/gen_linter_config/others/data/Checkstyle/rules/NoFinalizer.json
src/gen_linter_config/others/data/Checkstyle/rules/NoLineWrap.json
src/gen_linter_config/others/data/Checkstyle/rules/NoWhitespaceAfter.json
src/gen_linter_config/others/data/Checkstyle/rules/NoWhitespaceBefore.json
src/gen_linter_config/others/data/Checkstyle/rules/NoWhitespaceBeforeCaseDefaultColon.json
src/gen_linter_config/others/data/Checkstyle/rules/NonEmptyAtclauseDescription.json
src/gen_linter_config/others/data/Checkstyle/rules/OneStatementPerLine.json
src/gen_linter_config/others/data/Checkstyle/rules/OneTopLevelClass.json
src/gen_linter_config/others/data/Checkstyle/rules/OperatorWrap.json
src/gen_linter_config/others/data/Checkstyle/rules/OrderedProperties.json
src/gen_linter_config/others/data/Checkstyle/rules/OuterTypeFilename.json
src/gen_linter_config/others/data/Checkstyle/rules/OuterTypeNumber.json
src/gen_linter_config/others/data/Checkstyle/rules/OverloadMethodsDeclarationOrder.json
src/gen_linter_config/others/data/Checkstyle/rules/PackageAnnotation.json
src/gen_linter_config/others/data/Checkstyle/rules/PackageDeclaration.json
src/gen_linter_config/others/data/Checkstyle/rules/PackageName.json
src/gen_linter_config/others/data/Checkstyle/rules/ParameterAssignment.json
src/gen_linter_config/others/data/Checkstyle/rules/ParameterName.json
src/gen_linter_config/others/data/Checkstyle/rules/ParameterNumber.json
src/gen_linter_config/others/data/Checkstyle/rules/ParenPad.json
src/gen_linter_config/others/data/Checkstyle/rules/PatternVariableName.json
src/gen_linter_config/others/data/Checkstyle/rules/RecordComponentName.json
src/gen_linter_config/others/data/Checkstyle/rules/RecordComponentNumber.json
src/gen_linter_config/others/data/Checkstyle/rules/RecordTypeParameterName.json
src/gen_linter_config/others/data/Checkstyle/rules/RedundantImport.json
src/gen_linter_config/others/data/Checkstyle/rules/RedundantModifier.json
src/gen_linter_config/others/data/Checkstyle/rules/Regexp.json
src/gen_linter_config/others/data/Checkstyle/rules/RegexpHeader.json
src/gen_linter_config/others/data/Checkstyle/rules/RegexpMultiline.json
src/gen_linter_config/others/data/Checkstyle/rules/RegexpOnFilename.json
src/gen_linter_config/others/data/Checkstyle/rules/RegexpSingleline.json
src/gen_linter_config/others/data/Checkstyle/rules/RegexpSinglelineJava.json
src/gen_linter_config/others/data/Checkstyle/rules/RequireEmptyLineBeforeBlockTagGroup.json
src/gen_linter_config/others/data/Checkstyle/rules/RequireThis.json
src/gen_linter_config/others/data/Checkstyle/rules/ReturnCount.json
src/gen_linter_config/others/data/Checkstyle/rules/RightCurly.json
src/gen_linter_config/others/data/Checkstyle/rules/SeparatorWrap.json
src/gen_linter_config/others/data/Checkstyle/rules/SimplifyBooleanExpression.json
src/gen_linter_config/others/data/Checkstyle/rules/SimplifyBooleanReturn.json
src/gen_linter_config/others/data/Checkstyle/rules/SingleLineJavadoc.json
src/gen_linter_config/others/data/Checkstyle/rules/SingleSpaceSeparator.json
src/gen_linter_config/others/data/Checkstyle/rules/StaticVariableName.json
src/gen_linter_config/others/data/Checkstyle/rules/StringLiteralEquality.json
src/gen_linter_config/others/data/Checkstyle/rules/SummaryJavadoc.json
src/gen_linter_config/others/data/Checkstyle/rules/SuperClone.json
src/gen_linter_config/others/data/Checkstyle/rules/SuperFinalize.json
src/gen_linter_config/others/data/Checkstyle/rules/SuppressWarnings.json
src/gen_linter_config/others/data/Checkstyle/rules/ThrowsCount.json
src/gen_linter_config/others/data/Checkstyle/rules/TodoComment.json
src/gen_linter_config/others/data/Checkstyle/rules/TrailingComment.json
src/gen_linter_config/others/data/Checkstyle/rules/Translation.json
src/gen_linter_config/others/data/Checkstyle/rules/TypeName.json
src/gen_linter_config/others/data/Checkstyle/rules/TypecastParenPad.json
src/gen_linter_config/others/data/Checkstyle/rules/UncommentedMain.json
src/gen_linter_config/others/data/Checkstyle/rules/UniqueProperties.json
src/gen_linter_config/others/data/Checkstyle/rules/UnnecessaryParentheses.json
src/gen_linter_config/others/data/Checkstyle/rules/UnnecessarySemicolonAfterOuterTypeDeclaration.json
src/gen_linter_config/others/data/Checkstyle/rules/UnnecessarySemicolonAfterTypeMemberDeclaration.json
src/gen_linter_config/others/data/Checkstyle/rules/UnnecessarySemicolonInEnumeration.json
src/gen_linter_config/others/data/Checkstyle/rules/UnnecessarySemicolonInTryWithResources.json
src/gen_linter_config/others/data/Checkstyle/rules/UnusedImports.json
src/gen_linter_config/others/data/Checkstyle/rules/UnusedLocalVariable.json
src/gen_linter_config/others/data/Checkstyle/rules/UpperEll.json
src/gen_linter_config/others/data/Checkstyle/rules/VariableDeclarationUsageDistance.json
src/gen_linter_config/others/data/Checkstyle/rules/VisibilityModifier.json
src/gen_linter_config/others/data/Checkstyle/rules/WhitespaceAfter.json
src/gen_linter_config/others/data/Checkstyle/rules/WhitespaceAround.json
src/gen_linter_config/others/data/Checkstyle/rules/WriteTag.json
src/gen_linter_config/others/data/ClangTidy/ClangTidyIndex.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-cleanup-ctad.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-duration-addition.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-duration-comparison.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-duration-conversion-cast.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-duration-division.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-duration-factory-float.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-duration-factory-scale.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-duration-subtraction.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-duration-unnecessary-conversion.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-faster-strsplit-delimiter.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-no-internal-dependencies.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-no-namespace.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-redundant-strcat-calls.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-str-cat-append.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-string-find-startswith.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-string-find-str-contains.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-time-comparison.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-time-subtraction.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-unchecked-statusor-access.json
src/gen_linter_config/others/data/ClangTidy/rules/abseil-upgrade-duration-conversions.json
src/gen_linter_config/others/data/ClangTidy/rules/altera-id-dependent-backward-branch.json
src/gen_linter_config/others/data/ClangTidy/rules/altera-kernel-name-restriction.json
src/gen_linter_config/others/data/ClangTidy/rules/altera-single-work-item-barrier.json
src/gen_linter_config/others/data/ClangTidy/rules/altera-struct-pack-align.json
src/gen_linter_config/others/data/ClangTidy/rules/altera-unroll-loops.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-accept.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-accept4.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-creat.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-dup.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-epoll-create.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-epoll-create1.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-fopen.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-inotify-init.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-inotify-init1.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-memfd-create.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-open.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-pipe.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-pipe2.json
src/gen_linter_config/others/data/ClangTidy/rules/android-cloexec-socket.json
src/gen_linter_config/others/data/ClangTidy/rules/android-comparison-in-temp-failure-retry.json
src/gen_linter_config/others/data/ClangTidy/rules/boost-use-ranges.json
src/gen_linter_config/others/data/ClangTidy/rules/boost-use-to-string.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-argument-comment.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-assert-side-effect.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-assignment-in-if-condition.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-bad-signal-to-kill-thread.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-bitwise-pointer-cast.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-bool-pointer-implicit-conversion.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-branch-clone.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-capturing-this-in-member-variable.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-casting-through-void.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-chained-comparison.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-command-processor.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-compare-pointer-to-member-virtual-function.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-copy-constructor-init.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-copy-constructor-mutates-argument.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-crtp-constructor-accessibility.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-dangling-handle.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-default-operator-new-on-overaligned-type.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-derived-method-shadowing-base-method.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-dynamic-static-initializers.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-easily-swappable-parameters.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-empty-catch.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-exception-copy-constructor-throws.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-exception-escape.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-float-loop-counter.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-fold-init-type.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-forward-declaration-namespace.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-forwarding-reference-overload.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-implicit-widening-of-multiplication-result.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-inaccurate-erase.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-inc-dec-in-conditions.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-incorrect-enable-if.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-incorrect-enable-shared-from-this.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-incorrect-roundings.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-infinite-loop.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-integer-division.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-invalid-enum-default-initialization.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-lambda-function-name.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-macro-parentheses.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-macro-repeated-side-effects.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-misleading-setter-of-reference.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-misplaced-operator-in-strlen-in-alloc.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-misplaced-pointer-arithmetic-in-alloc.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-misplaced-widening-cast.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-move-forwarding-reference.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-multi-level-implicit-pointer-conversion.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-multiple-new-in-one-expression.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-multiple-statement-macro.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-narrowing-conversions.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-no-escape.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-non-zero-enum-to-bool-conversion.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-nondeterministic-pointer-iteration-order.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-not-null-terminated-result.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-optional-value-conversion.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-parent-virtual-call.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-pointer-arithmetic-on-polymorphic-object.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-posix-return.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-random-generator-seed.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-raw-memory-call-on-non-trivial-type.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-redundant-branch-condition.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-reserved-identifier.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-return-const-ref-from-parameter.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-shared-ptr-array-mismatch.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-signal-handler.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-signed-char-misuse.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-sizeof-container.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-sizeof-expression.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-spuriously-wake-up-functions.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-standalone-empty.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-std-namespace-modification.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-string-constructor.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-string-integer-assignment.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-string-literal-with-embedded-nul.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-stringview-nullptr.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-suspicious-enum-usage.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-suspicious-include.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-suspicious-memory-comparison.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-suspicious-memset-usage.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-suspicious-missing-comma.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-suspicious-realloc-usage.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-suspicious-semicolon.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-suspicious-string-compare.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-suspicious-stringview-data-usage.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-swapped-arguments.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-switch-missing-default-case.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-tagged-union-member-count.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-terminating-continue.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-throw-keyword-missing.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-throwing-static-initialization.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-too-small-loop-variable.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-unchecked-optional-access.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-unchecked-string-to-number-conversion.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-undefined-memory-manipulation.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-undelegated-constructor.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-unhandled-exception-at-new.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-unhandled-self-assignment.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-unintended-char-ostream-output.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-unique-ptr-array-mismatch.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-unsafe-functions.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-unused-local-non-trivial-variable.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-unused-raii.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-unused-return-value.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-use-after-move.json
src/gen_linter_config/others/data/ClangTidy/rules/bugprone-virtual-near-miss.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-arr39-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-con36-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-con54-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-ctr56-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-dcl03-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-dcl16-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-dcl37-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-dcl50-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-dcl51-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-dcl54-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-dcl58-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-dcl59-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-env33-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-err09-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-err33-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-err34-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-err52-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-err58-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-err60-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-err61-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-exp42-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-fio38-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-flp30-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-flp37-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-int09-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-mem57-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-msc24-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-msc30-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-msc32-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-msc33-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-msc50-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-msc51-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-msc54-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-oop11-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-oop54-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-oop57-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-oop58-cpp.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-pos44-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-pos47-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-sig30-c.json
src/gen_linter_config/others/data/ClangTidy/rules/cert-str34-c.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.BitwiseShift.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.CallAndMessage.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.DivideZero.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.NonNullParamChecker.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.NullDereference.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.StackAddressEscape.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.UndefinedBinaryOperatorResult.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.VLASize.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.uninitialized.ArraySubscript.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.uninitialized.Assign.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.uninitialized.Branch.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.uninitialized.CapturedBlockVariable.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.uninitialized.NewArraySize.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-core.uninitialized.UndefReturn.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-cplusplus.ArrayDelete.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-cplusplus.InnerPointer.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-cplusplus.Move.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-cplusplus.NewDelete.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-cplusplus.NewDeleteLeaks.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-cplusplus.PlacementNew.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-cplusplus.SelfAssignment.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-cplusplus.StringChecker.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-deadcode.DeadStores.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-fuchsia.HandleChecker.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-nullability.NullPassedToNonnull.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-nullability.NullReturnedFromNonnull.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-nullability.NullableDereferenced.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-nullability.NullablePassedToNonnull.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-nullability.NullableReturnedFromNonnull.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-optin.core.EnumCastOutOfRange.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-optin.cplusplus.UninitializedObject.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-optin.cplusplus.VirtualCall.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-optin.mpi.MPI-Checker.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-optin.osx.cocoa.localizability.EmptyLocalizationContextChecker.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-optin.osx.cocoa.localizability.NonLocalizedStringChecker.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-optin.performance.GCDAntipattern.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-optin.performance.Padding.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-optin.portability.UnixAPI.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-optin.taint.TaintedAlloc.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.API.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.NumberObjectConversion.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.ObjCProperty.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.SecKeychainAPI.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.AtSync.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.AutoreleaseWrite.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.ClassRelease.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.Dealloc.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.IncompatibleMethodTypes.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.Loops.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.MissingSuperCall.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.NSAutoreleasePool.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.NSError.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.NilArg.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.NonNilReturnValue.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.ObjCGenerics.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.RetainCount.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.RunLoopAutoreleaseLeak.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.SelfInit.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.SuperDealloc.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.UnusedIvars.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.cocoa.VariadicMethodTypes.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.coreFoundation.CFError.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.coreFoundation.CFNumber.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.coreFoundation.CFRetainRelease.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.coreFoundation.containers.OutOfBounds.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-osx.coreFoundation.containers.PointerSizedValues.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.FloatLoopCounter.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.PutenvStackArray.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.SetgidSetuidOrder.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.cert.env.InvalidPtr.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.UncheckedReturn.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.bcmp.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.bcopy.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.bzero.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.decodeValueOfObjCType.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.getpw.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.gets.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.mkstemp.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.mktemp.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.rand.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.strcpy.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-security.insecureAPI.vfork.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.API.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.BlockInCriticalSection.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.Errno.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.Malloc.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.MallocSizeof.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.MismatchedDeallocator.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.StdCLibraryFunctions.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.Stream.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.Vfork.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.cstring.BadSizeArg.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-unix.cstring.NullArg.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-webkit.NoUncountedMemberChecker.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-webkit.RefCntblBaseVirtualDtor.json
src/gen_linter_config/others/data/ClangTidy/rules/clang-analyzer-webkit.UncountedLambdaCapturesChecker.json
src/gen_linter_config/others/data/ClangTidy/rules/concurrency-mt-unsafe.json
src/gen_linter_config/others/data/ClangTidy/rules/concurrency-thread-canceltype-asynchronous.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-avoid-c-arrays.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-avoid-capturing-lambda-coroutines.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-avoid-const-or-ref-data-members.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-avoid-do-while.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-avoid-goto.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-avoid-magic-numbers.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-avoid-non-const-global-variables.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-avoid-reference-coroutine-parameters.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-c-copy-assignment-signature.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-explicit-virtual-functions.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-init-variables.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-interfaces-global-init.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-macro-to-enum.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-macro-usage.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-misleading-capture-default-by-value.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-missing-std-forward.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-narrowing-conversions.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-no-malloc.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-no-suspend-with-lock.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-noexcept-destructor.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-noexcept-move-operations.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-noexcept-swap.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-non-private-member-variables-in-classes.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-owning-memory.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-prefer-member-initializer.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-bounds-array-to-pointer-decay.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-bounds-avoid-unchecked-container-access.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-bounds-constant-array-index.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-bounds-pointer-arithmetic.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-type-const-cast.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-type-cstyle-cast.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-type-member-init.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-type-reinterpret-cast.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-type-static-cast-downcast.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-type-union-access.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-pro-type-vararg.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-rvalue-reference-param-not-moved.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-slicing.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-special-member-functions.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-use-default-member-init.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-use-enum-class.json
src/gen_linter_config/others/data/ClangTidy/rules/cppcoreguidelines-virtual-class-destructor.json
src/gen_linter_config/others/data/ClangTidy/rules/darwin-avoid-spinlock.json
src/gen_linter_config/others/data/ClangTidy/rules/darwin-dispatch-once-nonstatic.json
src/gen_linter_config/others/data/ClangTidy/rules/fuchsia-default-arguments-calls.json
src/gen_linter_config/others/data/ClangTidy/rules/fuchsia-default-arguments-declarations.json
src/gen_linter_config/others/data/ClangTidy/rules/fuchsia-header-anon-namespaces.json
src/gen_linter_config/others/data/ClangTidy/rules/fuchsia-multiple-inheritance.json
src/gen_linter_config/others/data/ClangTidy/rules/fuchsia-overloaded-operator.json
src/gen_linter_config/others/data/ClangTidy/rules/fuchsia-statically-constructed-objects.json
src/gen_linter_config/others/data/ClangTidy/rules/fuchsia-temporary-objects.json
src/gen_linter_config/others/data/ClangTidy/rules/fuchsia-trailing-return.json
src/gen_linter_config/others/data/ClangTidy/rules/fuchsia-virtual-inheritance.json
src/gen_linter_config/others/data/ClangTidy/rules/google-build-explicit-make-pair.json
src/gen_linter_config/others/data/ClangTidy/rules/google-build-namespaces.json
src/gen_linter_config/others/data/ClangTidy/rules/google-build-using-namespace.json
src/gen_linter_config/others/data/ClangTidy/rules/google-default-arguments.json
src/gen_linter_config/others/data/ClangTidy/rules/google-explicit-constructor.json
src/gen_linter_config/others/data/ClangTidy/rules/google-global-names-in-headers.json
src/gen_linter_config/others/data/ClangTidy/rules/google-objc-avoid-nsobject-new.json
src/gen_linter_config/others/data/ClangTidy/rules/google-objc-avoid-throwing-exception.json
src/gen_linter_config/others/data/ClangTidy/rules/google-objc-function-naming.json
src/gen_linter_config/others/data/ClangTidy/rules/google-objc-global-variable-declaration.json
src/gen_linter_config/others/data/ClangTidy/rules/google-readability-avoid-underscore-in-googletest-name.json
src/gen_linter_config/others/data/ClangTidy/rules/google-readability-braces-around-statements.json
src/gen_linter_config/others/data/ClangTidy/rules/google-readability-casting.json
src/gen_linter_config/others/data/ClangTidy/rules/google-readability-function-size.json
src/gen_linter_config/others/data/ClangTidy/rules/google-readability-namespace-comments.json
src/gen_linter_config/others/data/ClangTidy/rules/google-readability-todo.json
src/gen_linter_config/others/data/ClangTidy/rules/google-runtime-float.json
src/gen_linter_config/others/data/ClangTidy/rules/google-runtime-int.json
src/gen_linter_config/others/data/ClangTidy/rules/google-runtime-operator.json
src/gen_linter_config/others/data/ClangTidy/rules/google-upgrade-googletest-case.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-avoid-c-arrays.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-avoid-goto.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-braces-around-statements.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-deprecated-headers.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-exception-baseclass.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-explicit-conversions.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-function-size.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-ignored-remove-result.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-invalid-access-moved.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-member-init.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-move-const-arg.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-multiway-paths-covered.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-named-parameter.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-new-delete-operators.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-no-array-decay.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-no-assembler.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-no-malloc.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-noexcept-move.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-signed-bitwise.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-special-member-functions.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-static-assert.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-undelegated-constructor.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-uppercase-literal-suffix.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-use-auto.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-use-emplace.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-use-equals-default.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-use-equals-delete.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-use-noexcept.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-use-nullptr.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-use-override.json
src/gen_linter_config/others/data/ClangTidy/rules/hicpp-vararg.json
src/gen_linter_config/others/data/ClangTidy/rules/linuxkernel-must-check-errs.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-else-after-return.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-header-guard.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-include-order.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-namespace-comment.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-prefer-isa-or-dyn-cast-in-conditionals.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-prefer-register-over-unsigned.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-prefer-static-over-anonymous-namespace.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-qualified-auto.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-twine-local.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-type-switch-case-types.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-use-new-mlir-op-builder.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-use-ranges.json
src/gen_linter_config/others/data/ClangTidy/rules/llvm-use-vector-utils.json
src/gen_linter_config/others/data/ClangTidy/rules/llvmlibc-callee-namespace.json
src/gen_linter_config/others/data/ClangTidy/rules/llvmlibc-implementation-in-namespace.json
src/gen_linter_config/others/data/ClangTidy/rules/llvmlibc-inline-function-decl.json
src/gen_linter_config/others/data/ClangTidy/rules/llvmlibc-restrict-system-libc-headers.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-anonymous-namespace-in-header.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-confusable-identifiers.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-const-correctness.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-coroutine-hostile-raii.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-definitions-in-headers.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-header-include-cycle.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-include-cleaner.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-misleading-bidirectional.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-misleading-identifier.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-misplaced-const.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-multiple-inheritance.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-new-delete-overloads.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-no-recursion.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-non-copyable-objects.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-non-private-member-variables-in-classes.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-override-with-different-visibility.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-predictable-rand.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-redundant-expression.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-static-assert.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-throw-by-value-catch-by-reference.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-unconventional-assign-operator.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-uniqueptr-reset-release.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-unused-alias-decls.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-unused-parameters.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-unused-using-decls.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-use-anonymous-namespace.json
src/gen_linter_config/others/data/ClangTidy/rules/misc-use-internal-linkage.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-avoid-bind.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-avoid-c-arrays.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-avoid-c-style-cast.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-avoid-setjmp-longjmp.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-avoid-variadic-functions.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-concat-nested-namespaces.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-deprecated-headers.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-deprecated-ios-base-aliases.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-loop-convert.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-macro-to-enum.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-make-shared.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-make-unique.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-min-max-use-initializer-list.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-pass-by-value.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-raw-string-literal.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-redundant-void-arg.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-replace-auto-ptr.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-replace-disallow-copy-and-assign-macro.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-replace-random-shuffle.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-return-braced-init-list.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-shrink-to-fit.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-type-traits.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-unary-static-assert.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-auto.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-bool-literals.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-constraints.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-default-member-init.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-designated-initializers.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-emplace.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-equals-default.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-equals-delete.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-integer-sign-comparison.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-nodiscard.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-noexcept.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-nullptr.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-override.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-ranges.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-scoped-lock.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-starts-ends-with.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-std-format.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-std-numbers.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-std-print.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-string-view.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-structured-binding.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-trailing-return-type.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-transparent-functors.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-uncaught-exceptions.json
src/gen_linter_config/others/data/ClangTidy/rules/modernize-use-using.json
src/gen_linter_config/others/data/ClangTidy/rules/mpi-buffer-deref.json
src/gen_linter_config/others/data/ClangTidy/rules/mpi-type-mismatch.json
src/gen_linter_config/others/data/ClangTidy/rules/objc-assert-equals.json
src/gen_linter_config/others/data/ClangTidy/rules/objc-avoid-nserror-init.json
src/gen_linter_config/others/data/ClangTidy/rules/objc-dealloc-in-category.json
src/gen_linter_config/others/data/ClangTidy/rules/objc-forbidden-subclassing.json
src/gen_linter_config/others/data/ClangTidy/rules/objc-missing-hash.json
src/gen_linter_config/others/data/ClangTidy/rules/objc-nsdate-formatter.json
src/gen_linter_config/others/data/ClangTidy/rules/objc-nsinvocation-argument-lifetime.json
src/gen_linter_config/others/data/ClangTidy/rules/objc-property-declaration.json
src/gen_linter_config/others/data/ClangTidy/rules/objc-super-self.json
src/gen_linter_config/others/data/ClangTidy/rules/openmp-exception-escape.json
src/gen_linter_config/others/data/ClangTidy/rules/openmp-use-default-none.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-avoid-endl.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-enum-size.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-faster-string-find.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-for-range-copy.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-implicit-conversion-in-loop.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-inefficient-algorithm.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-inefficient-string-concatenation.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-inefficient-vector-operation.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-move-const-arg.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-move-constructor-init.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-no-automatic-move.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-no-int-to-ptr.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-noexcept-destructor.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-noexcept-move-constructor.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-noexcept-swap.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-string-view-conversions.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-trivially-destructible.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-type-promotion-in-math-fn.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-unnecessary-copy-initialization.json
src/gen_linter_config/others/data/ClangTidy/rules/performance-unnecessary-value-param.json
src/gen_linter_config/others/data/ClangTidy/rules/portability-avoid-pragma-once.json
src/gen_linter_config/others/data/ClangTidy/rules/portability-restrict-system-includes.json
src/gen_linter_config/others/data/ClangTidy/rules/portability-simd-intrinsics.json
src/gen_linter_config/others/data/ClangTidy/rules/portability-std-allocator-const.json
src/gen_linter_config/others/data/ClangTidy/rules/portability-template-virtual-member-function.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-ambiguous-smartptr-reset-call.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-avoid-const-params-in-decls.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-avoid-nested-conditional-operator.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-avoid-return-with-void-value.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-avoid-unconditional-preprocessor-if.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-braces-around-statements.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-const-return-type.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-container-contains.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-container-data-pointer.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-container-size-empty.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-convert-member-functions-to-static.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-delete-null-pointer.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-duplicate-include.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-else-after-return.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-enum-initial-value.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-function-cognitive-complexity.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-function-size.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-identifier-length.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-identifier-naming.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-implicit-bool-conversion.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-inconsistent-declaration-parameter-name.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-inconsistent-ifelse-braces.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-isolate-declaration.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-magic-numbers.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-make-member-function-const.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-math-missing-parentheses.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-misleading-indentation.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-misplaced-array-index.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-named-parameter.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-non-const-parameter.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-operators-representation.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-qualified-auto.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-access-specifiers.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-casting.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-control-flow.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-declaration.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-function-ptr-dereference.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-inline-specifier.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-member-init.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-parentheses.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-preprocessor.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-smartptr-get.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-string-cstr.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-string-init.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-redundant-typename.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-reference-to-constructed-temporary.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-simplify-boolean-expr.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-simplify-subscript-expr.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-static-accessed-through-instance.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-static-definition-in-anonymous-namespace.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-string-compare.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-suspicious-call-argument.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-trailing-comma.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-uniqueptr-delete-release.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-uppercase-literal-suffix.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-use-anyofallof.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-use-concise-preprocessor-directives.json
src/gen_linter_config/others/data/ClangTidy/rules/readability-use-std-min-max.json
src/gen_linter_config/others/data/ClangTidy/rules/zircon-temporary-objects.json
src/gen_linter_config/others/data/Cppcheck/cppcheckIndex.json
src/gen_linter_config/others/data/Cppcheck/rules/AssignmentAddressToInteger.json
src/gen_linter_config/others/data/Cppcheck/rules/AssignmentIntegerToAddress.json
src/gen_linter_config/others/data/Cppcheck/rules/CastAddressToIntegerAtReturn.json
src/gen_linter_config/others/data/Cppcheck/rules/CastIntegerToAddressAtReturn.json
src/gen_linter_config/others/data/Cppcheck/rules/IOWithoutPositioning.json
src/gen_linter_config/others/data/Cppcheck/rules/StlMissingComparison.json
src/gen_linter_config/others/data/Cppcheck/rules/accessForwarded.json
src/gen_linter_config/others/data/Cppcheck/rules/accessMoved.json
src/gen_linter_config/others/data/Cppcheck/rules/argumentSize.json
src/gen_linter_config/others/data/Cppcheck/rules/arithOperationsOnVoidPointer.json
src/gen_linter_config/others/data/Cppcheck/rules/arrayIndexOutOfBounds.json
src/gen_linter_config/others/data/Cppcheck/rules/arrayIndexOutOfBoundsCond.json
src/gen_linter_config/others/data/Cppcheck/rules/arrayIndexThenCheck.json
src/gen_linter_config/others/data/Cppcheck/rules/assertWithSideEffect.json
src/gen_linter_config/others/data/Cppcheck/rules/assignBoolToFloat.json
src/gen_linter_config/others/data/Cppcheck/rules/assignBoolToPointer.json
src/gen_linter_config/others/data/Cppcheck/rules/assignIfError.json
src/gen_linter_config/others/data/Cppcheck/rules/assignmentInAssert.json
src/gen_linter_config/others/data/Cppcheck/rules/assignmentInCondition.json
src/gen_linter_config/others/data/Cppcheck/rules/autoVariables.json
src/gen_linter_config/others/data/Cppcheck/rules/autovarInvalidDeallocation.json
src/gen_linter_config/others/data/Cppcheck/rules/badBitmaskCheck.json
src/gen_linter_config/others/data/Cppcheck/rules/bitwiseOnBoolean.json
src/gen_linter_config/others/data/Cppcheck/rules/bufferAccessOutOfBounds.json
src/gen_linter_config/others/data/Cppcheck/rules/catchExceptionByValue.json
src/gen_linter_config/others/data/Cppcheck/rules/charBitOp.json
src/gen_linter_config/others/data/Cppcheck/rules/charLiteralWithCharPtrCompare.json
src/gen_linter_config/others/data/Cppcheck/rules/checkCastIntToCharAndBack.json
src/gen_linter_config/others/data/Cppcheck/rules/clarifyCalculation.json
src/gen_linter_config/others/data/Cppcheck/rules/clarifyCondition.json
src/gen_linter_config/others/data/Cppcheck/rules/clarifyStatement.json
src/gen_linter_config/others/data/Cppcheck/rules/class_X_Y.json
src/gen_linter_config/others/data/Cppcheck/rules/commaSeparatedReturn.json
src/gen_linter_config/others/data/Cppcheck/rules/compareBoolExpressionWithInt.json
src/gen_linter_config/others/data/Cppcheck/rules/comparePointers.json
src/gen_linter_config/others/data/Cppcheck/rules/compareValueOutOfTypeRangeError.json
src/gen_linter_config/others/data/Cppcheck/rules/comparisonError.json
src/gen_linter_config/others/data/Cppcheck/rules/comparisonFunctionIsAlwaysTrueOrFalse.json
src/gen_linter_config/others/data/Cppcheck/rules/comparisonOfBoolWithBoolError.json
src/gen_linter_config/others/data/Cppcheck/rules/comparisonOfBoolWithInvalidComparator.json
src/gen_linter_config/others/data/Cppcheck/rules/comparisonOfFuncReturningBoolError.json
src/gen_linter_config/others/data/Cppcheck/rules/comparisonOfTwoFuncsReturningBoolError.json
src/gen_linter_config/others/data/Cppcheck/rules/constParameter.json
src/gen_linter_config/others/data/Cppcheck/rules/constParameterCallback.json
src/gen_linter_config/others/data/Cppcheck/rules/constParameterPointer.json
src/gen_linter_config/others/data/Cppcheck/rules/constParameterReference.json
src/gen_linter_config/others/data/Cppcheck/rules/constStatement.json
src/gen_linter_config/others/data/Cppcheck/rules/constVariable.json
src/gen_linter_config/others/data/Cppcheck/rules/constVariablePointer.json
src/gen_linter_config/others/data/Cppcheck/rules/constVariableReference.json
src/gen_linter_config/others/data/Cppcheck/rules/containerOutOfBounds.json
src/gen_linter_config/others/data/Cppcheck/rules/copyCtorAndEqOperator.json
src/gen_linter_config/others/data/Cppcheck/rules/copyCtorPointerCopying.json
src/gen_linter_config/others/data/Cppcheck/rules/coutCerrMisusage.json
src/gen_linter_config/others/data/Cppcheck/rules/cstyleCast.json
src/gen_linter_config/others/data/Cppcheck/rules/dangerousTypeCast.json
src/gen_linter_config/others/data/Cppcheck/rules/danglingLifetime.json
src/gen_linter_config/others/data/Cppcheck/rules/danglingReference.json
src/gen_linter_config/others/data/Cppcheck/rules/danglingTempReference.json
src/gen_linter_config/others/data/Cppcheck/rules/danglingTemporaryLifetime.json
src/gen_linter_config/others/data/Cppcheck/rules/deallocret.json
src/gen_linter_config/others/data/Cppcheck/rules/deallocuse.json
src/gen_linter_config/others/data/Cppcheck/rules/derefInvalidIterator.json
src/gen_linter_config/others/data/Cppcheck/rules/divideSizeof.json
src/gen_linter_config/others/data/Cppcheck/rules/doubleFree.json
src/gen_linter_config/others/data/Cppcheck/rules/duplInheritedMember.json
src/gen_linter_config/others/data/Cppcheck/rules/duplicateAssignExpression.json
src/gen_linter_config/others/data/Cppcheck/rules/duplicateBranch.json
src/gen_linter_config/others/data/Cppcheck/rules/duplicateBreak.json
src/gen_linter_config/others/data/Cppcheck/rules/duplicateCondition.json
src/gen_linter_config/others/data/Cppcheck/rules/duplicateConditionalAssign.json
src/gen_linter_config/others/data/Cppcheck/rules/duplicateExpression.json
src/gen_linter_config/others/data/Cppcheck/rules/duplicateExpressionTernary.json
src/gen_linter_config/others/data/Cppcheck/rules/duplicateValueTernary.json
src/gen_linter_config/others/data/Cppcheck/rules/eraseDereference.json
src/gen_linter_config/others/data/Cppcheck/rules/eraseIteratorOutOfBounds.json
src/gen_linter_config/others/data/Cppcheck/rules/eraseIteratorOutOfBoundsCond.json
src/gen_linter_config/others/data/Cppcheck/rules/exceptDeallocThrow.json
src/gen_linter_config/others/data/Cppcheck/rules/exceptRethrowCopy.json
src/gen_linter_config/others/data/Cppcheck/rules/exceptThrowInDestructor.json
src/gen_linter_config/others/data/Cppcheck/rules/fflushOnInputStream.json
src/gen_linter_config/others/data/Cppcheck/rules/floatConversionOverflow.json
src/gen_linter_config/others/data/Cppcheck/rules/funcArgNamesDifferent.json
src/gen_linter_config/others/data/Cppcheck/rules/funcArgOrderDifferent.json
src/gen_linter_config/others/data/Cppcheck/rules/functionConst.json
src/gen_linter_config/others/data/Cppcheck/rules/functionStatic.json
src/gen_linter_config/others/data/Cppcheck/rules/globalLockGuard.json
src/gen_linter_config/others/data/Cppcheck/rules/identicalConditionAfterEarlyExit.json
src/gen_linter_config/others/data/Cppcheck/rules/identicalInnerCondition.json
src/gen_linter_config/others/data/Cppcheck/rules/ignoredReturnValue.json
src/gen_linter_config/others/data/Cppcheck/rules/incompatibleFileOpen.json
src/gen_linter_config/others/data/Cppcheck/rules/incompleteArrayFill.json
src/gen_linter_config/others/data/Cppcheck/rules/incorrectCharBooleanError.json
src/gen_linter_config/others/data/Cppcheck/rules/incorrectLogicOperator.json
src/gen_linter_config/others/data/Cppcheck/rules/incorrectStringBooleanError.json
src/gen_linter_config/others/data/Cppcheck/rules/incorrectStringCompare.json
src/gen_linter_config/others/data/Cppcheck/rules/incrementboolean.json
src/gen_linter_config/others/data/Cppcheck/rules/initializerList.json
src/gen_linter_config/others/data/Cppcheck/rules/intToPointerCast.json
src/gen_linter_config/others/data/Cppcheck/rules/integerOverflow.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidConstFunctionType.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidContainer.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidContainerLoop.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidFree.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidFunctionArg.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidFunctionArgBool.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidFunctionArgStr.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidIterator1.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidLengthModifierError.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidLifetime.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidPointerCast.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidPrintfArgType_float.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidPrintfArgType_n.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidPrintfArgType_p.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidPrintfArgType_s.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidPrintfArgType_sint.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidPrintfArgType_uint.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidScanfArgType_float.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidScanfArgType_int.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidScanfArgType_s.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidScanfFormatWidth.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidScanfFormatWidth_smaller.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidTestForOverflow.json
src/gen_linter_config/others/data/Cppcheck/rules/invalidscanf.json
src/gen_linter_config/others/data/Cppcheck/rules/iterators1.json
src/gen_linter_config/others/data/Cppcheck/rules/iterators2.json
src/gen_linter_config/others/data/Cppcheck/rules/iterators3.json
src/gen_linter_config/others/data/Cppcheck/rules/knownArgument.json
src/gen_linter_config/others/data/Cppcheck/rules/knownArgumentHiddenVariableExpression.json
src/gen_linter_config/others/data/Cppcheck/rules/knownConditionTrueFalse.json
src/gen_linter_config/others/data/Cppcheck/rules/knownEmptyContainer.json
src/gen_linter_config/others/data/Cppcheck/rules/knownPointerToBool.json
src/gen_linter_config/others/data/Cppcheck/rules/leakNoVarFunctionCall.json
src/gen_linter_config/others/data/Cppcheck/rules/leakReturnValNotUsed.json
src/gen_linter_config/others/data/Cppcheck/rules/leakUnsafeArgAlloc.json
src/gen_linter_config/others/data/Cppcheck/rules/literalWithCharPtrCompare.json
src/gen_linter_config/others/data/Cppcheck/rules/localMutex.json
src/gen_linter_config/others/data/Cppcheck/rules/macroWithSemicolon.json
src/gen_linter_config/others/data/Cppcheck/rules/mallocOnClassError.json
src/gen_linter_config/others/data/Cppcheck/rules/mallocOnClassWarning.json
src/gen_linter_config/others/data/Cppcheck/rules/memleak.json
src/gen_linter_config/others/data/Cppcheck/rules/memleakOnRealloc.json
src/gen_linter_config/others/data/Cppcheck/rules/memsetClass.json
src/gen_linter_config/others/data/Cppcheck/rules/memsetClassFloat.json
src/gen_linter_config/others/data/Cppcheck/rules/memsetClassReference.json
src/gen_linter_config/others/data/Cppcheck/rules/memsetFloat.json
src/gen_linter_config/others/data/Cppcheck/rules/memsetValueOutOfRange.json
src/gen_linter_config/others/data/Cppcheck/rules/memsetZeroBytes.json
src/gen_linter_config/others/data/Cppcheck/rules/mismatchAllocDealloc.json
src/gen_linter_config/others/data/Cppcheck/rules/mismatchingBitAnd.json
src/gen_linter_config/others/data/Cppcheck/rules/mismatchingContainerExpression.json
src/gen_linter_config/others/data/Cppcheck/rules/mismatchingContainerIterator.json
src/gen_linter_config/others/data/Cppcheck/rules/mismatchingContainers.json
src/gen_linter_config/others/data/Cppcheck/rules/missingInclude.json
src/gen_linter_config/others/data/Cppcheck/rules/missingIncludeSystem.json
src/gen_linter_config/others/data/Cppcheck/rules/missingMemberCopy.json
src/gen_linter_config/others/data/Cppcheck/rules/missingOverride.json
src/gen_linter_config/others/data/Cppcheck/rules/missingReturn.json
src/gen_linter_config/others/data/Cppcheck/rules/moduloAlwaysTrueFalse.json
src/gen_linter_config/others/data/Cppcheck/rules/moduloofone.json
src/gen_linter_config/others/data/Cppcheck/rules/multiCondition.json
src/gen_linter_config/others/data/Cppcheck/rules/multiplySizeof.json
src/gen_linter_config/others/data/Cppcheck/rules/nanInArithmeticExpression.json
src/gen_linter_config/others/data/Cppcheck/rules/negativeArraySize.json
src/gen_linter_config/others/data/Cppcheck/rules/negativeContainerIndex.json
src/gen_linter_config/others/data/Cppcheck/rules/negativeIndex.json
src/gen_linter_config/others/data/Cppcheck/rules/negativeMemoryAllocationSize.json
src/gen_linter_config/others/data/Cppcheck/rules/noConstructor.json
src/gen_linter_config/others/data/Cppcheck/rules/noCopyConstructor.json
src/gen_linter_config/others/data/Cppcheck/rules/noDestructor.json
src/gen_linter_config/others/data/Cppcheck/rules/noExplicitConstructor.json
src/gen_linter_config/others/data/Cppcheck/rules/noOperatorEq.json
src/gen_linter_config/others/data/Cppcheck/rules/nonStandardCharLiteral.json
src/gen_linter_config/others/data/Cppcheck/rules/nullPointer.json
src/gen_linter_config/others/data/Cppcheck/rules/nullPointerArithmetic.json
src/gen_linter_config/others/data/Cppcheck/rules/nullPointerArithmeticRedundantCheck.json
src/gen_linter_config/others/data/Cppcheck/rules/nullPointerDefaultArg.json
src/gen_linter_config/others/data/Cppcheck/rules/nullPointerOutOfMemory.json
src/gen_linter_config/others/data/Cppcheck/rules/nullPointerOutOfResources.json
src/gen_linter_config/others/data/Cppcheck/rules/nullPointerRedundantCheck.json
src/gen_linter_config/others/data/Cppcheck/rules/objectIndex.json
src/gen_linter_config/others/data/Cppcheck/rules/operatorEqMissingReturnStatement.json
src/gen_linter_config/others/data/Cppcheck/rules/operatorEqRetRefThis.json
src/gen_linter_config/others/data/Cppcheck/rules/operatorEqShouldBeLeftUnimplemented.json
src/gen_linter_config/others/data/Cppcheck/rules/operatorEqToSelf.json
src/gen_linter_config/others/data/Cppcheck/rules/operatorEqVarError.json
src/gen_linter_config/others/data/Cppcheck/rules/oppositeExpression.json
src/gen_linter_config/others/data/Cppcheck/rules/oppositeInnerCondition.json
src/gen_linter_config/others/data/Cppcheck/rules/overlappingStrcmp.json
src/gen_linter_config/others/data/Cppcheck/rules/overlappingWriteFunction.json
src/gen_linter_config/others/data/Cppcheck/rules/overlappingWriteUnion.json
src/gen_linter_config/others/data/Cppcheck/rules/passedByValue.json
src/gen_linter_config/others/data/Cppcheck/rules/pointerAdditionResultNotNull.json
src/gen_linter_config/others/data/Cppcheck/rules/pointerArithBool.json
src/gen_linter_config/others/data/Cppcheck/rules/pointerLessThanZero.json
src/gen_linter_config/others/data/Cppcheck/rules/pointerOutOfBounds.json
src/gen_linter_config/others/data/Cppcheck/rules/pointerOutOfBoundsCond.json
src/gen_linter_config/others/data/Cppcheck/rules/pointerPositive.json
src/gen_linter_config/others/data/Cppcheck/rules/pointerSize.json
src/gen_linter_config/others/data/Cppcheck/rules/postfixOperator.json
src/gen_linter_config/others/data/Cppcheck/rules/preprocessorErrorDirective.json
src/gen_linter_config/others/data/Cppcheck/rules/publicAllocationError.json
src/gen_linter_config/others/data/Cppcheck/rules/pureVirtualCall.json
src/gen_linter_config/others/data/Cppcheck/rules/purgedConfiguration.json
src/gen_linter_config/others/data/Cppcheck/rules/raceAfterInterlockedDecrement.json
src/gen_linter_config/others/data/Cppcheck/rules/readWriteOnlyFile.json
src/gen_linter_config/others/data/Cppcheck/rules/redundantAssignInSwitch.json
src/gen_linter_config/others/data/Cppcheck/rules/redundantAssignment.json
src/gen_linter_config/others/data/Cppcheck/rules/redundantBitwiseOperationInSwitch.json
src/gen_linter_config/others/data/Cppcheck/rules/redundantCondition.json
src/gen_linter_config/others/data/Cppcheck/rules/redundantCopy.json
src/gen_linter_config/others/data/Cppcheck/rules/redundantCopyLocalConst.json
src/gen_linter_config/others/data/Cppcheck/rules/redundantIfRemove.json
src/gen_linter_config/others/data/Cppcheck/rules/redundantInitialization.json
src/gen_linter_config/others/data/Cppcheck/rules/redundantPointerOp.json
src/gen_linter_config/others/data/Cppcheck/rules/resourceLeak.json
src/gen_linter_config/others/data/Cppcheck/rules/rethrowNoCurrentException.json
src/gen_linter_config/others/data/Cppcheck/rules/returnByReference.json
src/gen_linter_config/others/data/Cppcheck/rules/returnDanglingLifetime.json
src/gen_linter_config/others/data/Cppcheck/rules/returnNonBoolInBooleanFunction.json
src/gen_linter_config/others/data/Cppcheck/rules/returnReference.json
src/gen_linter_config/others/data/Cppcheck/rules/returnStdMoveLocal.json
src/gen_linter_config/others/data/Cppcheck/rules/returnTempReference.json
src/gen_linter_config/others/data/Cppcheck/rules/sameIteratorExpression.json
src/gen_linter_config/others/data/Cppcheck/rules/seekOnAppendedFile.json
src/gen_linter_config/others/data/Cppcheck/rules/selfAssignment.json
src/gen_linter_config/others/data/Cppcheck/rules/selfInitialization.json
src/gen_linter_config/others/data/Cppcheck/rules/shadowArgument.json
src/gen_linter_config/others/data/Cppcheck/rules/shadowFunction.json
src/gen_linter_config/others/data/Cppcheck/rules/shadowVariable.json
src/gen_linter_config/others/data/Cppcheck/rules/shiftNegative.json
src/gen_linter_config/others/data/Cppcheck/rules/shiftNegativeLHS.json
src/gen_linter_config/others/data/Cppcheck/rules/shiftTooManyBits.json
src/gen_linter_config/others/data/Cppcheck/rules/shiftTooManyBitsSigned.json
src/gen_linter_config/others/data/Cppcheck/rules/signConversion.json
src/gen_linter_config/others/data/Cppcheck/rules/signedCharArrayIndex.json
src/gen_linter_config/others/data/Cppcheck/rules/sizeofCalculation.json
src/gen_linter_config/others/data/Cppcheck/rules/sizeofDereferencedVoidPointer.json
src/gen_linter_config/others/data/Cppcheck/rules/sizeofDivisionMemfunc.json
src/gen_linter_config/others/data/Cppcheck/rules/sizeofFunctionCall.json
src/gen_linter_config/others/data/Cppcheck/rules/sizeofVoid.json
src/gen_linter_config/others/data/Cppcheck/rules/sizeofsizeof.json
src/gen_linter_config/others/data/Cppcheck/rules/sizeofwithnumericparameter.json
src/gen_linter_config/others/data/Cppcheck/rules/sizeofwithsilentarraypointer.json
src/gen_linter_config/others/data/Cppcheck/rules/sprintfOverlappingData.json
src/gen_linter_config/others/data/Cppcheck/rules/staticStringCompare.json
src/gen_linter_config/others/data/Cppcheck/rules/stlBoundaries.json
src/gen_linter_config/others/data/Cppcheck/rules/stlFindInsert.json
src/gen_linter_config/others/data/Cppcheck/rules/stlIfFind.json
src/gen_linter_config/others/data/Cppcheck/rules/stlIfStrFind.json
src/gen_linter_config/others/data/Cppcheck/rules/stlOutOfBounds.json
src/gen_linter_config/others/data/Cppcheck/rules/stlSize.json
src/gen_linter_config/others/data/Cppcheck/rules/stlcstr.json
src/gen_linter_config/others/data/Cppcheck/rules/stlcstrParam.json
src/gen_linter_config/others/data/Cppcheck/rules/stlcstrReturn.json
src/gen_linter_config/others/data/Cppcheck/rules/stlcstrthrow.json
src/gen_linter_config/others/data/Cppcheck/rules/strPlusChar.json
src/gen_linter_config/others/data/Cppcheck/rules/stringCompare.json
src/gen_linter_config/others/data/Cppcheck/rules/stringLiteralWrite.json
src/gen_linter_config/others/data/Cppcheck/rules/suspiciousCase.json
src/gen_linter_config/others/data/Cppcheck/rules/suspiciousFloatingPointCast.json
src/gen_linter_config/others/data/Cppcheck/rules/suspiciousSemicolon.json
src/gen_linter_config/others/data/Cppcheck/rules/thisSubtraction.json
src/gen_linter_config/others/data/Cppcheck/rules/thisUseAfterFree.json
src/gen_linter_config/others/data/Cppcheck/rules/throwInNoexceptFunction.json
src/gen_linter_config/others/data/Cppcheck/rules/toomanyconfigs.json
src/gen_linter_config/others/data/Cppcheck/rules/truncLongCastAssignment.json
src/gen_linter_config/others/data/Cppcheck/rules/truncLongCastReturn.json
src/gen_linter_config/others/data/Cppcheck/rules/unassignedVariable.json
src/gen_linter_config/others/data/Cppcheck/rules/unhandledExceptionSpecification.json
src/gen_linter_config/others/data/Cppcheck/rules/uninitDerivedMemberVar.json
src/gen_linter_config/others/data/Cppcheck/rules/uninitDerivedMemberVarPrivate.json
src/gen_linter_config/others/data/Cppcheck/rules/uninitMemberVar.json
src/gen_linter_config/others/data/Cppcheck/rules/uninitMemberVarPrivate.json
src/gen_linter_config/others/data/Cppcheck/rules/uninitStructMember.json
src/gen_linter_config/others/data/Cppcheck/rules/uninitdata.json
src/gen_linter_config/others/data/Cppcheck/rules/unknownEvaluationOrder.json
src/gen_linter_config/others/data/Cppcheck/rules/unknownSignCharArrayIndex.json
src/gen_linter_config/others/data/Cppcheck/rules/unpreciseMathCall.json
src/gen_linter_config/others/data/Cppcheck/rules/unreachableCode.json
src/gen_linter_config/others/data/Cppcheck/rules/unreadVariable.json
src/gen_linter_config/others/data/Cppcheck/rules/unsafeClassCanLeak.json
src/gen_linter_config/others/data/Cppcheck/rules/unsafeClassRefMember.json
src/gen_linter_config/others/data/Cppcheck/rules/unsignedLessThanZero.json
src/gen_linter_config/others/data/Cppcheck/rules/unsignedPositive.json
src/gen_linter_config/others/data/Cppcheck/rules/unusedAllocatedMemory.json
src/gen_linter_config/others/data/Cppcheck/rules/unusedFunction.json
src/gen_linter_config/others/data/Cppcheck/rules/unusedLabel.json
src/gen_linter_config/others/data/Cppcheck/rules/unusedLabelConfiguration.json
src/gen_linter_config/others/data/Cppcheck/rules/unusedLabelSwitch.json
src/gen_linter_config/others/data/Cppcheck/rules/unusedLabelSwitchConfiguration.json
src/gen_linter_config/others/data/Cppcheck/rules/unusedPrivateFunction.json
src/gen_linter_config/others/data/Cppcheck/rules/unusedScopedObject.json
src/gen_linter_config/others/data/Cppcheck/rules/unusedStructMember.json
src/gen_linter_config/others/data/Cppcheck/rules/unusedVariable.json
src/gen_linter_config/others/data/Cppcheck/rules/useClosedFile.json
src/gen_linter_config/others/data/Cppcheck/rules/useInitializationList.json
src/gen_linter_config/others/data/Cppcheck/rules/useStandardLibrary.json
src/gen_linter_config/others/data/Cppcheck/rules/useStlAlgorithm.json
src/gen_linter_config/others/data/Cppcheck/rules/uselessAssignmentArg.json
src/gen_linter_config/others/data/Cppcheck/rules/uselessAssignmentPtrArg.json
src/gen_linter_config/others/data/Cppcheck/rules/uselessCallsCompare.json
src/gen_linter_config/others/data/Cppcheck/rules/uselessCallsEmpty.json
src/gen_linter_config/others/data/Cppcheck/rules/uselessCallsRemove.json
src/gen_linter_config/others/data/Cppcheck/rules/uselessCallsSubstr.json
src/gen_linter_config/others/data/Cppcheck/rules/uselessCallsSwap.json
src/gen_linter_config/others/data/Cppcheck/rules/uselessOverride.json
src/gen_linter_config/others/data/Cppcheck/rules/va_end_missing.json
src/gen_linter_config/others/data/Cppcheck/rules/va_list_usedBeforeStarted.json
src/gen_linter_config/others/data/Cppcheck/rules/va_start_referencePassed.json
src/gen_linter_config/others/data/Cppcheck/rules/va_start_subsequentCalls.json
src/gen_linter_config/others/data/Cppcheck/rules/va_start_wrongParameter.json
src/gen_linter_config/others/data/Cppcheck/rules/varFuncNullUB.json
src/gen_linter_config/others/data/Cppcheck/rules/variableScope.json
src/gen_linter_config/others/data/Cppcheck/rules/virtualCallInConstructor.json
src/gen_linter_config/others/data/Cppcheck/rules/virtualDestructor.json
src/gen_linter_config/others/data/Cppcheck/rules/writeReadOnlyFile.json
src/gen_linter_config/others/data/Cppcheck/rules/wrongPrintfScanfArgNum.json
src/gen_linter_config/others/data/Cppcheck/rules/wrongPrintfScanfParameterPositionError.json
src/gen_linter_config/others/data/Cppcheck/rules/wrongmathcall.json
src/gen_linter_config/others/data/Cppcheck/rules/zerodiv.json
src/gen_linter_config/others/data/Cppcheck/rules/zerodivcond.json
src/gen_linter_config/others/data/ESLint/ESLintIndex.json
src/gen_linter_config/others/data/ESLint/rules/accessor-pairs.json
src/gen_linter_config/others/data/ESLint/rules/array-bracket-newline.json
src/gen_linter_config/others/data/ESLint/rules/array-bracket-spacing.json
src/gen_linter_config/others/data/ESLint/rules/array-callback-return.json
src/gen_linter_config/others/data/ESLint/rules/array-element-newline.json
src/gen_linter_config/others/data/ESLint/rules/arrow-body-style.json
src/gen_linter_config/others/data/ESLint/rules/arrow-parens.json
src/gen_linter_config/others/data/ESLint/rules/arrow-spacing.json
src/gen_linter_config/others/data/ESLint/rules/block-scoped-var.json
src/gen_linter_config/others/data/ESLint/rules/block-spacing.json
src/gen_linter_config/others/data/ESLint/rules/brace-style.json
src/gen_linter_config/others/data/ESLint/rules/callback-return.json
src/gen_linter_config/others/data/ESLint/rules/camelcase.json
src/gen_linter_config/others/data/ESLint/rules/capitalized-comments.json
src/gen_linter_config/others/data/ESLint/rules/class-methods-use-this.json
src/gen_linter_config/others/data/ESLint/rules/comma-dangle.json
src/gen_linter_config/others/data/ESLint/rules/comma-spacing.json
src/gen_linter_config/others/data/ESLint/rules/comma-style.json
src/gen_linter_config/others/data/ESLint/rules/complexity.json
src/gen_linter_config/others/data/ESLint/rules/computed-property-spacing.json
src/gen_linter_config/others/data/ESLint/rules/consistent-return.json
src/gen_linter_config/others/data/ESLint/rules/consistent-this.json
src/gen_linter_config/others/data/ESLint/rules/constructor-super.json
src/gen_linter_config/others/data/ESLint/rules/curly.json
src/gen_linter_config/others/data/ESLint/rules/default-case-last.json
src/gen_linter_config/others/data/ESLint/rules/default-case.json
src/gen_linter_config/others/data/ESLint/rules/default-param-last.json
src/gen_linter_config/others/data/ESLint/rules/dot-location.json
src/gen_linter_config/others/data/ESLint/rules/dot-notation.json
src/gen_linter_config/others/data/ESLint/rules/eol-last.json
src/gen_linter_config/others/data/ESLint/rules/eqeqeq.json
src/gen_linter_config/others/data/ESLint/rules/for-direction.json
src/gen_linter_config/others/data/ESLint/rules/func-call-spacing.json
src/gen_linter_config/others/data/ESLint/rules/func-name-matching.json
src/gen_linter_config/others/data/ESLint/rules/func-names.json
src/gen_linter_config/others/data/ESLint/rules/func-style.json
src/gen_linter_config/others/data/ESLint/rules/function-call-argument-newline.json
src/gen_linter_config/others/data/ESLint/rules/function-paren-newline.json
src/gen_linter_config/others/data/ESLint/rules/generator-star-spacing.json
src/gen_linter_config/others/data/ESLint/rules/generator-star.json
src/gen_linter_config/others/data/ESLint/rules/getter-return.json
src/gen_linter_config/others/data/ESLint/rules/global-require.json
src/gen_linter_config/others/data/ESLint/rules/global-strict.json
src/gen_linter_config/others/data/ESLint/rules/grouped-accessor-pairs.json
src/gen_linter_config/others/data/ESLint/rules/guard-for-in.json
src/gen_linter_config/others/data/ESLint/rules/handle-callback-err.json
src/gen_linter_config/others/data/ESLint/rules/id-blacklist.json
src/gen_linter_config/others/data/ESLint/rules/id-denylist.json
src/gen_linter_config/others/data/ESLint/rules/id-length.json
src/gen_linter_config/others/data/ESLint/rules/id-match.json
src/gen_linter_config/others/data/ESLint/rules/implicit-arrow-linebreak.json
src/gen_linter_config/others/data/ESLint/rules/indent-legacy.json
src/gen_linter_config/others/data/ESLint/rules/indent.json
src/gen_linter_config/others/data/ESLint/rules/init-declarations.json
src/gen_linter_config/others/data/ESLint/rules/jsx-quotes.json
src/gen_linter_config/others/data/ESLint/rules/key-spacing.json
src/gen_linter_config/others/data/ESLint/rules/keyword-spacing.json
src/gen_linter_config/others/data/ESLint/rules/line-comment-position.json
src/gen_linter_config/others/data/ESLint/rules/linebreak-style.json
src/gen_linter_config/others/data/ESLint/rules/lines-around-comment.json
src/gen_linter_config/others/data/ESLint/rules/lines-around-directive.json
src/gen_linter_config/others/data/ESLint/rules/lines-between-class-members.json
src/gen_linter_config/others/data/ESLint/rules/logical-assignment-operators.json
src/gen_linter_config/others/data/ESLint/rules/max-classes-per-file.json
src/gen_linter_config/others/data/ESLint/rules/max-depth.json
src/gen_linter_config/others/data/ESLint/rules/max-len.json
src/gen_linter_config/others/data/ESLint/rules/max-lines-per-function.json
src/gen_linter_config/others/data/ESLint/rules/max-lines.json
src/gen_linter_config/others/data/ESLint/rules/max-nested-callbacks.json
src/gen_linter_config/others/data/ESLint/rules/max-params.json
src/gen_linter_config/others/data/ESLint/rules/max-statements-per-line.json
src/gen_linter_config/others/data/ESLint/rules/max-statements.json
src/gen_linter_config/others/data/ESLint/rules/multiline-comment-style.json
src/gen_linter_config/others/data/ESLint/rules/multiline-ternary.json
src/gen_linter_config/others/data/ESLint/rules/new-cap.json
src/gen_linter_config/others/data/ESLint/rules/new-parens.json
src/gen_linter_config/others/data/ESLint/rules/newline-after-var.json
src/gen_linter_config/others/data/ESLint/rules/newline-before-return.json
src/gen_linter_config/others/data/ESLint/rules/newline-per-chained-call.json
src/gen_linter_config/others/data/ESLint/rules/no-alert.json
src/gen_linter_config/others/data/ESLint/rules/no-array-constructor.json
src/gen_linter_config/others/data/ESLint/rules/no-arrow-condition.json
src/gen_linter_config/others/data/ESLint/rules/no-async-promise-executor.json
src/gen_linter_config/others/data/ESLint/rules/no-await-in-loop.json
src/gen_linter_config/others/data/ESLint/rules/no-bitwise.json
src/gen_linter_config/others/data/ESLint/rules/no-buffer-constructor.json
src/gen_linter_config/others/data/ESLint/rules/no-caller.json
src/gen_linter_config/others/data/ESLint/rules/no-case-declarations.json
src/gen_linter_config/others/data/ESLint/rules/no-catch-shadow.json
src/gen_linter_config/others/data/ESLint/rules/no-class-assign.json
src/gen_linter_config/others/data/ESLint/rules/no-comma-dangle.json
src/gen_linter_config/others/data/ESLint/rules/no-compare-neg-zero.json
src/gen_linter_config/others/data/ESLint/rules/no-cond-assign.json
src/gen_linter_config/others/data/ESLint/rules/no-confusing-arrow.json
src/gen_linter_config/others/data/ESLint/rules/no-console.json
src/gen_linter_config/others/data/ESLint/rules/no-const-assign.json
src/gen_linter_config/others/data/ESLint/rules/no-constant-binary-expression.json
src/gen_linter_config/others/data/ESLint/rules/no-constant-condition.json
src/gen_linter_config/others/data/ESLint/rules/no-constructor-return.json
src/gen_linter_config/others/data/ESLint/rules/no-continue.json
src/gen_linter_config/others/data/ESLint/rules/no-control-regex.json
src/gen_linter_config/others/data/ESLint/rules/no-debugger.json
src/gen_linter_config/others/data/ESLint/rules/no-delete-var.json
src/gen_linter_config/others/data/ESLint/rules/no-div-regex.json
src/gen_linter_config/others/data/ESLint/rules/no-dupe-args.json
src/gen_linter_config/others/data/ESLint/rules/no-dupe-class-members.json
src/gen_linter_config/others/data/ESLint/rules/no-dupe-else-if.json
src/gen_linter_config/others/data/ESLint/rules/no-dupe-keys.json
src/gen_linter_config/others/data/ESLint/rules/no-duplicate-case.json
src/gen_linter_config/others/data/ESLint/rules/no-duplicate-imports.json
src/gen_linter_config/others/data/ESLint/rules/no-else-return.json
src/gen_linter_config/others/data/ESLint/rules/no-empty-character-class.json
src/gen_linter_config/others/data/ESLint/rules/no-empty-class.json
src/gen_linter_config/others/data/ESLint/rules/no-empty-function.json
src/gen_linter_config/others/data/ESLint/rules/no-empty-label.json
src/gen_linter_config/others/data/ESLint/rules/no-empty-pattern.json
src/gen_linter_config/others/data/ESLint/rules/no-empty-static-block.json
src/gen_linter_config/others/data/ESLint/rules/no-empty.json
src/gen_linter_config/others/data/ESLint/rules/no-eq-null.json
src/gen_linter_config/others/data/ESLint/rules/no-eval.json
src/gen_linter_config/others/data/ESLint/rules/no-ex-assign.json
src/gen_linter_config/others/data/ESLint/rules/no-extend-native.json
src/gen_linter_config/others/data/ESLint/rules/no-extra-bind.json
src/gen_linter_config/others/data/ESLint/rules/no-extra-boolean-cast.json
src/gen_linter_config/others/data/ESLint/rules/no-extra-label.json
src/gen_linter_config/others/data/ESLint/rules/no-extra-parens.json
src/gen_linter_config/others/data/ESLint/rules/no-extra-semi.json
src/gen_linter_config/others/data/ESLint/rules/no-extra-strict.json
src/gen_linter_config/others/data/ESLint/rules/no-fallthrough.json
src/gen_linter_config/others/data/ESLint/rules/no-floating-decimal.json
src/gen_linter_config/others/data/ESLint/rules/no-func-assign.json
src/gen_linter_config/others/data/ESLint/rules/no-global-assign.json
src/gen_linter_config/others/data/ESLint/rules/no-implicit-coercion.json
src/gen_linter_config/others/data/ESLint/rules/no-implicit-globals.json
src/gen_linter_config/others/data/ESLint/rules/no-implied-eval.json
src/gen_linter_config/others/data/ESLint/rules/no-import-assign.json
src/gen_linter_config/others/data/ESLint/rules/no-inline-comments.json
src/gen_linter_config/others/data/ESLint/rules/no-inner-declarations.json
src/gen_linter_config/others/data/ESLint/rules/no-invalid-regexp.json
src/gen_linter_config/others/data/ESLint/rules/no-invalid-this.json
src/gen_linter_config/others/data/ESLint/rules/no-irregular-whitespace.json
src/gen_linter_config/others/data/ESLint/rules/no-iterator.json
src/gen_linter_config/others/data/ESLint/rules/no-label-var.json
src/gen_linter_config/others/data/ESLint/rules/no-labels.json
src/gen_linter_config/others/data/ESLint/rules/no-lone-blocks.json
src/gen_linter_config/others/data/ESLint/rules/no-lonely-if.json
src/gen_linter_config/others/data/ESLint/rules/no-loop-func.json
src/gen_linter_config/others/data/ESLint/rules/no-loss-of-precision.json
src/gen_linter_config/others/data/ESLint/rules/no-magic-numbers.json
src/gen_linter_config/others/data/ESLint/rules/no-misleading-character-class.json
src/gen_linter_config/others/data/ESLint/rules/no-mixed-operators.json
src/gen_linter_config/others/data/ESLint/rules/no-mixed-requires.json
src/gen_linter_config/others/data/ESLint/rules/no-mixed-spaces-and-tabs.json
src/gen_linter_config/others/data/ESLint/rules/no-multi-assign.json
src/gen_linter_config/others/data/ESLint/rules/no-multi-spaces.json
src/gen_linter_config/others/data/ESLint/rules/no-multi-str.json
src/gen_linter_config/others/data/ESLint/rules/no-multiple-empty-lines.json
src/gen_linter_config/others/data/ESLint/rules/no-native-reassign.json
src/gen_linter_config/others/data/ESLint/rules/no-negated-condition.json
src/gen_linter_config/others/data/ESLint/rules/no-negated-in-lhs.json
src/gen_linter_config/others/data/ESLint/rules/no-nested-ternary.json
src/gen_linter_config/others/data/ESLint/rules/no-new-func.json
src/gen_linter_config/others/data/ESLint/rules/no-new-native-nonconstructor.json
src/gen_linter_config/others/data/ESLint/rules/no-new-object.json
src/gen_linter_config/others/data/ESLint/rules/no-new-require.json
src/gen_linter_config/others/data/ESLint/rules/no-new-symbol.json
src/gen_linter_config/others/data/ESLint/rules/no-new-wrappers.json
src/gen_linter_config/others/data/ESLint/rules/no-new.json
src/gen_linter_config/others/data/ESLint/rules/no-nonoctal-decimal-escape.json
src/gen_linter_config/others/data/ESLint/rules/no-obj-calls.json
src/gen_linter_config/others/data/ESLint/rules/no-object-constructor.json
src/gen_linter_config/others/data/ESLint/rules/no-octal-escape.json
src/gen_linter_config/others/data/ESLint/rules/no-octal.json
src/gen_linter_config/others/data/ESLint/rules/no-param-reassign.json
src/gen_linter_config/others/data/ESLint/rules/no-path-concat.json
src/gen_linter_config/others/data/ESLint/rules/no-plusplus.json
src/gen_linter_config/others/data/ESLint/rules/no-process-env.json
src/gen_linter_config/others/data/ESLint/rules/no-process-exit.json
src/gen_linter_config/others/data/ESLint/rules/no-promise-executor-return.json
src/gen_linter_config/others/data/ESLint/rules/no-proto.json
src/gen_linter_config/others/data/ESLint/rules/no-prototype-builtins.json
src/gen_linter_config/others/data/ESLint/rules/no-redeclare.json
src/gen_linter_config/others/data/ESLint/rules/no-regex-spaces.json
src/gen_linter_config/others/data/ESLint/rules/no-reserved-keys.json
src/gen_linter_config/others/data/ESLint/rules/no-restricted-exports.json
src/gen_linter_config/others/data/ESLint/rules/no-restricted-globals.json
src/gen_linter_config/others/data/ESLint/rules/no-restricted-imports.json
src/gen_linter_config/others/data/ESLint/rules/no-restricted-modules.json
src/gen_linter_config/others/data/ESLint/rules/no-restricted-properties.json
src/gen_linter_config/others/data/ESLint/rules/no-restricted-syntax.json
src/gen_linter_config/others/data/ESLint/rules/no-return-assign.json
src/gen_linter_config/others/data/ESLint/rules/no-return-await.json
src/gen_linter_config/others/data/ESLint/rules/no-script-url.json
src/gen_linter_config/others/data/ESLint/rules/no-self-assign.json
src/gen_linter_config/others/data/ESLint/rules/no-self-compare.json
src/gen_linter_config/others/data/ESLint/rules/no-sequences.json
src/gen_linter_config/others/data/ESLint/rules/no-setter-return.json
src/gen_linter_config/others/data/ESLint/rules/no-shadow-restricted-names.json
src/gen_linter_config/others/data/ESLint/rules/no-shadow.json
src/gen_linter_config/others/data/ESLint/rules/no-space-before-semi.json
src/gen_linter_config/others/data/ESLint/rules/no-spaced-func.json
src/gen_linter_config/others/data/ESLint/rules/no-sparse-arrays.json
src/gen_linter_config/others/data/ESLint/rules/no-sync.json
src/gen_linter_config/others/data/ESLint/rules/no-tabs.json
src/gen_linter_config/others/data/ESLint/rules/no-template-curly-in-string.json
src/gen_linter_config/others/data/ESLint/rules/no-ternary.json
src/gen_linter_config/others/data/ESLint/rules/no-this-before-super.json
src/gen_linter_config/others/data/ESLint/rules/no-throw-literal.json
src/gen_linter_config/others/data/ESLint/rules/no-trailing-spaces.json
src/gen_linter_config/others/data/ESLint/rules/no-unassigned-vars.json
src/gen_linter_config/others/data/ESLint/rules/no-undef-init.json
src/gen_linter_config/others/data/ESLint/rules/no-undef.json
src/gen_linter_config/others/data/ESLint/rules/no-undefined.json
src/gen_linter_config/others/data/ESLint/rules/no-underscore-dangle.json
src/gen_linter_config/others/data/ESLint/rules/no-unexpected-multiline.json
src/gen_linter_config/others/data/ESLint/rules/no-unmodified-loop-condition.json
src/gen_linter_config/others/data/ESLint/rules/no-unneeded-ternary.json
src/gen_linter_config/others/data/ESLint/rules/no-unreachable-loop.json
src/gen_linter_config/others/data/ESLint/rules/no-unreachable.json
src/gen_linter_config/others/data/ESLint/rules/no-unsafe-finally.json
src/gen_linter_config/others/data/ESLint/rules/no-unsafe-negation.json
src/gen_linter_config/others/data/ESLint/rules/no-unsafe-optional-chaining.json
src/gen_linter_config/others/data/ESLint/rules/no-unused-expressions.json
src/gen_linter_config/others/data/ESLint/rules/no-unused-labels.json
src/gen_linter_config/others/data/ESLint/rules/no-unused-private-class-members.json
src/gen_linter_config/others/data/ESLint/rules/no-unused-vars.json
src/gen_linter_config/others/data/ESLint/rules/no-use-before-define.json
src/gen_linter_config/others/data/ESLint/rules/no-useless-assignment.json
src/gen_linter_config/others/data/ESLint/rules/no-useless-backreference.json
src/gen_linter_config/others/data/ESLint/rules/no-useless-call.json
src/gen_linter_config/others/data/ESLint/rules/no-useless-catch.json
src/gen_linter_config/others/data/ESLint/rules/no-useless-computed-key.json
src/gen_linter_config/others/data/ESLint/rules/no-useless-concat.json
src/gen_linter_config/others/data/ESLint/rules/no-useless-constructor.json
src/gen_linter_config/others/data/ESLint/rules/no-useless-escape.json
src/gen_linter_config/others/data/ESLint/rules/no-useless-rename.json
src/gen_linter_config/others/data/ESLint/rules/no-useless-return.json
src/gen_linter_config/others/data/ESLint/rules/no-var.json
src/gen_linter_config/others/data/ESLint/rules/no-void.json
src/gen_linter_config/others/data/ESLint/rules/no-warning-comments.json
src/gen_linter_config/others/data/ESLint/rules/no-whitespace-before-property.json
src/gen_linter_config/others/data/ESLint/rules/no-with.json
src/gen_linter_config/others/data/ESLint/rules/no-wrap-func.json
src/gen_linter_config/others/data/ESLint/rules/nonblock-statement-body-position.json
src/gen_linter_config/others/data/ESLint/rules/object-curly-newline.json
src/gen_linter_config/others/data/ESLint/rules/object-curly-spacing.json
src/gen_linter_config/others/data/ESLint/rules/object-property-newline.json
src/gen_linter_config/others/data/ESLint/rules/object-shorthand.json
src/gen_linter_config/others/data/ESLint/rules/one-var-declaration-per-line.json
src/gen_linter_config/others/data/ESLint/rules/one-var.json
src/gen_linter_config/others/data/ESLint/rules/operator-assignment.json
src/gen_linter_config/others/data/ESLint/rules/operator-linebreak.json
src/gen_linter_config/others/data/ESLint/rules/padded-blocks.json
src/gen_linter_config/others/data/ESLint/rules/padding-line-between-statements.json
src/gen_linter_config/others/data/ESLint/rules/prefer-arrow-callback.json
src/gen_linter_config/others/data/ESLint/rules/prefer-const.json
src/gen_linter_config/others/data/ESLint/rules/prefer-destructuring.json
src/gen_linter_config/others/data/ESLint/rules/prefer-exponentiation-operator.json
src/gen_linter_config/others/data/ESLint/rules/prefer-named-capture-group.json
src/gen_linter_config/others/data/ESLint/rules/prefer-numeric-literals.json
src/gen_linter_config/others/data/ESLint/rules/prefer-object-has-own.json
src/gen_linter_config/others/data/ESLint/rules/prefer-object-spread.json
src/gen_linter_config/others/data/ESLint/rules/prefer-promise-reject-errors.json
src/gen_linter_config/others/data/ESLint/rules/prefer-reflect.json
src/gen_linter_config/others/data/ESLint/rules/prefer-regex-literals.json
src/gen_linter_config/others/data/ESLint/rules/prefer-rest-params.json
src/gen_linter_config/others/data/ESLint/rules/prefer-spread.json
src/gen_linter_config/others/data/ESLint/rules/prefer-template.json
src/gen_linter_config/others/data/ESLint/rules/preserve-caught-error.json
src/gen_linter_config/others/data/ESLint/rules/quote-props.json
src/gen_linter_config/others/data/ESLint/rules/quotes.json
src/gen_linter_config/others/data/ESLint/rules/radix.json
src/gen_linter_config/others/data/ESLint/rules/require-atomic-updates.json
src/gen_linter_config/others/data/ESLint/rules/require-await.json
src/gen_linter_config/others/data/ESLint/rules/require-jsdoc.json
src/gen_linter_config/others/data/ESLint/rules/require-unicode-regexp.json
src/gen_linter_config/others/data/ESLint/rules/require-yield.json
src/gen_linter_config/others/data/ESLint/rules/rest-spread-spacing.json
src/gen_linter_config/others/data/ESLint/rules/semi-spacing.json
src/gen_linter_config/others/data/ESLint/rules/semi-style.json
src/gen_linter_config/others/data/ESLint/rules/semi.json
src/gen_linter_config/others/data/ESLint/rules/sort-imports.json
src/gen_linter_config/others/data/ESLint/rules/sort-keys.json
src/gen_linter_config/others/data/ESLint/rules/sort-vars.json
src/gen_linter_config/others/data/ESLint/rules/space-after-function-name.json
src/gen_linter_config/others/data/ESLint/rules/space-after-keywords.json
src/gen_linter_config/others/data/ESLint/rules/space-before-blocks.json
src/gen_linter_config/others/data/ESLint/rules/space-before-function-paren.json
src/gen_linter_config/others/data/ESLint/rules/space-before-function-parentheses.json
src/gen_linter_config/others/data/ESLint/rules/space-before-keywords.json
src/gen_linter_config/others/data/ESLint/rules/space-in-brackets.json
src/gen_linter_config/others/data/ESLint/rules/space-in-parens.json
src/gen_linter_config/others/data/ESLint/rules/space-infix-ops.json
src/gen_linter_config/others/data/ESLint/rules/space-return-throw-case.json
src/gen_linter_config/others/data/ESLint/rules/space-unary-ops.json
src/gen_linter_config/others/data/ESLint/rules/space-unary-word-ops.json
src/gen_linter_config/others/data/ESLint/rules/spaced-comment.json
src/gen_linter_config/others/data/ESLint/rules/spaced-line-comment.json
src/gen_linter_config/others/data/ESLint/rules/strict.json
src/gen_linter_config/others/data/ESLint/rules/switch-colon-spacing.json
src/gen_linter_config/others/data/ESLint/rules/symbol-description.json
src/gen_linter_config/others/data/ESLint/rules/template-curly-spacing.json
src/gen_linter_config/others/data/ESLint/rules/template-tag-spacing.json
src/gen_linter_config/others/data/ESLint/rules/unicode-bom.json
src/gen_linter_config/others/data/ESLint/rules/use-isnan.json
src/gen_linter_config/others/data/ESLint/rules/valid-jsdoc.json
src/gen_linter_config/others/data/ESLint/rules/valid-typeof.json
src/gen_linter_config/others/data/ESLint/rules/vars-on-top.json
src/gen_linter_config/others/data/ESLint/rules/wrap-iife.json
src/gen_linter_config/others/data/ESLint/rules/wrap-regex.json
src/gen_linter_config/others/data/ESLint/rules/yield-star-spacing.json
src/gen_linter_config/others/data/ESLint/rules/yoda.json
src/gen_linter_config/others/data/Flake8/Flake8CompleteInformation.json
src/gen_linter_config/others/data/Flake8/Flake8Index.json
src/gen_linter_config/others/data/Flake8/rules/C901.json
src/gen_linter_config/others/data/Flake8/rules/E101.json
src/gen_linter_config/others/data/Flake8/rules/E111.json
src/gen_linter_config/others/data/Flake8/rules/E112.json
src/gen_linter_config/others/data/Flake8/rules/E113.json
src/gen_linter_config/others/data/Flake8/rules/E114.json
src/gen_linter_config/others/data/Flake8/rules/E115.json
src/gen_linter_config/others/data/Flake8/rules/E116.json
src/gen_linter_config/others/data/Flake8/rules/E117.json
src/gen_linter_config/others/data/Flake8/rules/E121.json
src/gen_linter_config/others/data/Flake8/rules/E122.json
src/gen_linter_config/others/data/Flake8/rules/E123.json
src/gen_linter_config/others/data/Flake8/rules/E124.json
src/gen_linter_config/others/data/Flake8/rules/E125.json
src/gen_linter_config/others/data/Flake8/rules/E126.json
src/gen_linter_config/others/data/Flake8/rules/E127.json
src/gen_linter_config/others/data/Flake8/rules/E128.json
src/gen_linter_config/others/data/Flake8/rules/E129.json
src/gen_linter_config/others/data/Flake8/rules/E131.json
src/gen_linter_config/others/data/Flake8/rules/E133.json
src/gen_linter_config/others/data/Flake8/rules/E201.json
src/gen_linter_config/others/data/Flake8/rules/E202.json
src/gen_linter_config/others/data/Flake8/rules/E203.json
src/gen_linter_config/others/data/Flake8/rules/E204.json
src/gen_linter_config/others/data/Flake8/rules/E211.json
src/gen_linter_config/others/data/Flake8/rules/E221.json
src/gen_linter_config/others/data/Flake8/rules/E222.json
src/gen_linter_config/others/data/Flake8/rules/E223.json
src/gen_linter_config/others/data/Flake8/rules/E224.json
src/gen_linter_config/others/data/Flake8/rules/E225.json
src/gen_linter_config/others/data/Flake8/rules/E226.json
src/gen_linter_config/others/data/Flake8/rules/E227.json
src/gen_linter_config/others/data/Flake8/rules/E228.json
src/gen_linter_config/others/data/Flake8/rules/E231.json
src/gen_linter_config/others/data/Flake8/rules/E241.json
src/gen_linter_config/others/data/Flake8/rules/E242.json
src/gen_linter_config/others/data/Flake8/rules/E251.json
src/gen_linter_config/others/data/Flake8/rules/E261.json
src/gen_linter_config/others/data/Flake8/rules/E262.json
src/gen_linter_config/others/data/Flake8/rules/E265.json
src/gen_linter_config/others/data/Flake8/rules/E266.json
src/gen_linter_config/others/data/Flake8/rules/E271.json
src/gen_linter_config/others/data/Flake8/rules/E272.json
src/gen_linter_config/others/data/Flake8/rules/E273.json
src/gen_linter_config/others/data/Flake8/rules/E274.json
src/gen_linter_config/others/data/Flake8/rules/E275.json
src/gen_linter_config/others/data/Flake8/rules/E301.json
src/gen_linter_config/others/data/Flake8/rules/E302.json
src/gen_linter_config/others/data/Flake8/rules/E303.json
src/gen_linter_config/others/data/Flake8/rules/E304.json
src/gen_linter_config/others/data/Flake8/rules/E305.json
src/gen_linter_config/others/data/Flake8/rules/E306.json
src/gen_linter_config/others/data/Flake8/rules/E401.json
src/gen_linter_config/others/data/Flake8/rules/E402.json
src/gen_linter_config/others/data/Flake8/rules/E501.json
src/gen_linter_config/others/data/Flake8/rules/E502.json
src/gen_linter_config/others/data/Flake8/rules/E701.json
src/gen_linter_config/others/data/Flake8/rules/E702.json
src/gen_linter_config/others/data/Flake8/rules/E703.json
src/gen_linter_config/others/data/Flake8/rules/E704.json
src/gen_linter_config/others/data/Flake8/rules/E711.json
src/gen_linter_config/others/data/Flake8/rules/E712.json
src/gen_linter_config/others/data/Flake8/rules/E713.json
src/gen_linter_config/others/data/Flake8/rules/E714.json
src/gen_linter_config/others/data/Flake8/rules/E721.json
src/gen_linter_config/others/data/Flake8/rules/E722.json
src/gen_linter_config/others/data/Flake8/rules/E731.json
src/gen_linter_config/others/data/Flake8/rules/E741.json
src/gen_linter_config/others/data/Flake8/rules/E742.json
src/gen_linter_config/others/data/Flake8/rules/E743.json
src/gen_linter_config/others/data/Flake8/rules/E901.json
src/gen_linter_config/others/data/Flake8/rules/E902.json
src/gen_linter_config/others/data/Flake8/rules/E999.json
src/gen_linter_config/others/data/Flake8/rules/F401.json
src/gen_linter_config/others/data/Flake8/rules/F402.json
src/gen_linter_config/others/data/Flake8/rules/F403.json
src/gen_linter_config/others/data/Flake8/rules/F404.json
src/gen_linter_config/others/data/Flake8/rules/F405.json
src/gen_linter_config/others/data/Flake8/rules/F406.json
src/gen_linter_config/others/data/Flake8/rules/F407.json
src/gen_linter_config/others/data/Flake8/rules/F501.json
src/gen_linter_config/others/data/Flake8/rules/F502.json
src/gen_linter_config/others/data/Flake8/rules/F503.json
src/gen_linter_config/others/data/Flake8/rules/F504.json
src/gen_linter_config/others/data/Flake8/rules/F505.json
src/gen_linter_config/others/data/Flake8/rules/F506.json
src/gen_linter_config/others/data/Flake8/rules/F507.json
src/gen_linter_config/others/data/Flake8/rules/F508.json
src/gen_linter_config/others/data/Flake8/rules/F509.json
src/gen_linter_config/others/data/Flake8/rules/F521.json
src/gen_linter_config/others/data/Flake8/rules/F522.json
src/gen_linter_config/others/data/Flake8/rules/F523.json
src/gen_linter_config/others/data/Flake8/rules/F524.json
src/gen_linter_config/others/data/Flake8/rules/F525.json
src/gen_linter_config/others/data/Flake8/rules/F541.json
src/gen_linter_config/others/data/Flake8/rules/F542.json
src/gen_linter_config/others/data/Flake8/rules/F601.json
src/gen_linter_config/others/data/Flake8/rules/F602.json
src/gen_linter_config/others/data/Flake8/rules/F621.json
src/gen_linter_config/others/data/Flake8/rules/F622.json
src/gen_linter_config/others/data/Flake8/rules/F631.json
src/gen_linter_config/others/data/Flake8/rules/F632.json
src/gen_linter_config/others/data/Flake8/rules/F633.json
src/gen_linter_config/others/data/Flake8/rules/F634.json
src/gen_linter_config/others/data/Flake8/rules/F701.json
src/gen_linter_config/others/data/Flake8/rules/F702.json
src/gen_linter_config/others/data/Flake8/rules/F704.json
src/gen_linter_config/others/data/Flake8/rules/F706.json
src/gen_linter_config/others/data/Flake8/rules/F707.json
src/gen_linter_config/others/data/Flake8/rules/F721.json
src/gen_linter_config/others/data/Flake8/rules/F722.json
src/gen_linter_config/others/data/Flake8/rules/F723.json
src/gen_linter_config/others/data/Flake8/rules/F811.json
src/gen_linter_config/others/data/Flake8/rules/F821.json
src/gen_linter_config/others/data/Flake8/rules/F822.json
src/gen_linter_config/others/data/Flake8/rules/F823.json
src/gen_linter_config/others/data/Flake8/rules/F824.json
src/gen_linter_config/others/data/Flake8/rules/F831.json
src/gen_linter_config/others/data/Flake8/rules/F841.json
src/gen_linter_config/others/data/Flake8/rules/F901.json
src/gen_linter_config/others/data/Flake8/rules/W191.json
src/gen_linter_config/others/data/Flake8/rules/W291.json
src/gen_linter_config/others/data/Flake8/rules/W292.json
src/gen_linter_config/others/data/Flake8/rules/W293.json
src/gen_linter_config/others/data/Flake8/rules/W391.json
src/gen_linter_config/others/data/Flake8/rules/W503.json
src/gen_linter_config/others/data/Flake8/rules/W504.json
src/gen_linter_config/others/data/Flake8/rules/W505.json
src/gen_linter_config/others/data/Flake8/rules/W605.json
src/gen_linter_config/others/data/PMD/Apex/PMD_ApexIndex.json
src/gen_linter_config/others/data/PMD/Apex/rules/AnnotationsNamingConventions.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexAssertionsShouldIncludeMessage.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexBadCrypto.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexCRUDViolation.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexCSRF.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexDangerousMethods.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexDoc.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexInsecureEndpoint.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexOpenRedirect.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexSOQLInjection.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexSharingViolations.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexSuggestUsingNamedCred.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexUnitTestClassShouldHaveAsserts.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexUnitTestClassShouldHaveRunAs.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexUnitTestMethodShouldHaveIsTestAnnotation.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexUnitTestShouldNotUseSeeAllDataTrue.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexXSSFromEscapeFalse.json
src/gen_linter_config/others/data/PMD/Apex/rules/ApexXSSFromURLParam.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidBooleanMethodParameters.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidDebugStatements.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidDeeplyNestedIfStmts.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidDirectAccessTriggerMap.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidFutureAnnotation.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidGlobalModifier.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidHardcodingId.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidLogicInTrigger.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidNonExistentAnnotations.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidNonRestrictiveQueries.json
src/gen_linter_config/others/data/PMD/Apex/rules/AvoidStatefulDatabaseResult.json
src/gen_linter_config/others/data/PMD/Apex/rules/ClassNamingConventions.json
src/gen_linter_config/others/data/PMD/Apex/rules/CognitiveComplexity.json
src/gen_linter_config/others/data/PMD/Apex/rules/CyclomaticComplexity.json
src/gen_linter_config/others/data/PMD/Apex/rules/DebugsShouldUseLoggingLevel.json
src/gen_linter_config/others/data/PMD/Apex/rules/EagerlyLoadedDescribeSObjectResult.json
src/gen_linter_config/others/data/PMD/Apex/rules/EmptyCatchBlock.json
src/gen_linter_config/others/data/PMD/Apex/rules/EmptyIfStmt.json
src/gen_linter_config/others/data/PMD/Apex/rules/EmptyStatementBlock.json
src/gen_linter_config/others/data/PMD/Apex/rules/EmptyTryOrFinallyBlock.json
src/gen_linter_config/others/data/PMD/Apex/rules/EmptyWhileStmt.json
src/gen_linter_config/others/data/PMD/Apex/rules/ExcessiveClassLength.json
src/gen_linter_config/others/data/PMD/Apex/rules/ExcessiveParameterList.json
src/gen_linter_config/others/data/PMD/Apex/rules/ExcessivePublicCount.json
src/gen_linter_config/others/data/PMD/Apex/rules/FieldDeclarationsShouldBeAtStart.json
src/gen_linter_config/others/data/PMD/Apex/rules/FieldNamingConventions.json
src/gen_linter_config/others/data/PMD/Apex/rules/ForLoopsMustUseBraces.json
src/gen_linter_config/others/data/PMD/Apex/rules/FormalParameterNamingConventions.json
src/gen_linter_config/others/data/PMD/Apex/rules/IfElseStmtsMustUseBraces.json
src/gen_linter_config/others/data/PMD/Apex/rules/IfStmtsMustUseBraces.json
src/gen_linter_config/others/data/PMD/Apex/rules/InaccessibleAuraEnabledGetter.json
src/gen_linter_config/others/data/PMD/Apex/rules/LocalVariableNamingConventions.json
src/gen_linter_config/others/data/PMD/Apex/rules/MethodNamingConventions.json
src/gen_linter_config/others/data/PMD/Apex/rules/MethodWithSameNameAsEnclosingClass.json
src/gen_linter_config/others/data/PMD/Apex/rules/NcssConstructorCount.json
src/gen_linter_config/others/data/PMD/Apex/rules/NcssCount.json
src/gen_linter_config/others/data/PMD/Apex/rules/NcssMethodCount.json
src/gen_linter_config/others/data/PMD/Apex/rules/NcssTypeCount.json
src/gen_linter_config/others/data/PMD/Apex/rules/OneDeclarationPerLine.json
src/gen_linter_config/others/data/PMD/Apex/rules/OperationWithHighCostInLoop.json
src/gen_linter_config/others/data/PMD/Apex/rules/OperationWithLimitsInLoop.json
src/gen_linter_config/others/data/PMD/Apex/rules/OverrideBothEqualsAndHashcode.json
src/gen_linter_config/others/data/PMD/Apex/rules/PropertyNamingConventions.json
src/gen_linter_config/others/data/PMD/Apex/rules/QueueableWithoutFinalizer.json
src/gen_linter_config/others/data/PMD/Apex/rules/StdCyclomaticComplexity.json
src/gen_linter_config/others/data/PMD/Apex/rules/TestMethodsMustBeInTestClasses.json
src/gen_linter_config/others/data/PMD/Apex/rules/TooManyFields.json
src/gen_linter_config/others/data/PMD/Apex/rules/TypeShadowsBuiltInNamespace.json
src/gen_linter_config/others/data/PMD/Apex/rules/UnusedLocalVariable.json
src/gen_linter_config/others/data/PMD/Apex/rules/UnusedMethod.json
src/gen_linter_config/others/data/PMD/Apex/rules/WhileLoopsMustUseBraces.json
src/gen_linter_config/others/data/PMD/Html/PMD_HtmlIndex.json
src/gen_linter_config/others/data/PMD/Html/rules/AvoidInlineStyles.json
src/gen_linter_config/others/data/PMD/Html/rules/UnnecessaryTypeAttribute.json
src/gen_linter_config/others/data/PMD/Html/rules/UseAltAttributeForImages.json
src/gen_linter_config/others/data/PMD/JSP/PMD_JSPIndex.json
src/gen_linter_config/others/data/PMD/JSP/rules/DontNestJsfInJstlIteration.json
src/gen_linter_config/others/data/PMD/JSP/rules/DuplicateJspImports.json
src/gen_linter_config/others/data/PMD/JSP/rules/IframeMissingSrcAttribute.json
src/gen_linter_config/others/data/PMD/JSP/rules/JspEncoding.json
src/gen_linter_config/others/data/PMD/JSP/rules/NoClassAttribute.json
src/gen_linter_config/others/data/PMD/JSP/rules/NoHtmlComments.json
src/gen_linter_config/others/data/PMD/JSP/rules/NoInlineScript.json
src/gen_linter_config/others/data/PMD/JSP/rules/NoInlineStyleInformation.json
src/gen_linter_config/others/data/PMD/JSP/rules/NoJspForward.json
src/gen_linter_config/others/data/PMD/JSP/rules/NoLongScripts.json
src/gen_linter_config/others/data/PMD/JSP/rules/NoScriptlets.json
src/gen_linter_config/others/data/PMD/JSP/rules/NoUnsanitizedJSPExpression.json
src/gen_linter_config/others/data/PMD/Java/PMD_JavaIndex.json
src/gen_linter_config/others/data/PMD/JavaScript/PMD_JavaScriptIndex.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/AssignmentInOperand.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/AvoidConsoleStatements.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/AvoidTrailingComma.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/AvoidWithStatement.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/ConsistentReturn.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/EqualComparison.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/ForLoopsMustUseBraces.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/GlobalVariable.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/IfElseStmtsMustUseBraces.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/IfStmtsMustUseBraces.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/InaccurateNumericLiteral.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/InnaccurateNumericLiteral.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/NoElseReturn.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/ScopeForInVariable.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/UnnecessaryBlock.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/UnnecessaryParentheses.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/UnreachableCode.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/UseBaseWithParseInt.json
src/gen_linter_config/others/data/PMD/JavaScript/rules/WhileLoopsMustUseBraces.json
src/gen_linter_config/others/data/PMD/Java/rules/AbstractClassWithoutAbstractMethod.json
src/gen_linter_config/others/data/PMD/Java/rules/AbstractClassWithoutAnyMethod.json
src/gen_linter_config/others/data/PMD/Java/rules/AccessorClassGeneration.json
src/gen_linter_config/others/data/PMD/Java/rules/AccessorMethodGeneration.json
src/gen_linter_config/others/data/PMD/Java/rules/AddEmptyString.json
src/gen_linter_config/others/data/PMD/Java/rules/AppendCharacterWithChar.json
src/gen_linter_config/others/data/PMD/Java/rules/ArrayIsStoredDirectly.json
src/gen_linter_config/others/data/PMD/Java/rules/AssignmentInOperand.json
src/gen_linter_config/others/data/PMD/Java/rules/AssignmentToNonFinalStatic.json
src/gen_linter_config/others/data/PMD/Java/rules/AtLeastOneConstructor.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidAccessibilityAlteration.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidArrayLoops.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidAssertAsIdentifier.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidBranchingStatementAsLastInLoop.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidCalendarDateCreation.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidCallingFinalize.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidCatchingGenericException.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidCatchingNPE.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidCatchingThrowable.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidDecimalLiteralsInBigDecimalConstructor.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidDeeplyNestedIfStmts.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidDollarSigns.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidDuplicateLiterals.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidEnumAsIdentifier.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidFieldNameMatchingMethodName.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidFieldNameMatchingTypeName.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidFileStream.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidInstanceofChecksInCatchClause.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidInstantiatingObjectsInLoops.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidLiteralsInIfCondition.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidLosingExceptionInformation.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidMessageDigestField.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidMultipleUnaryOperators.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidPrintStackTrace.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidProtectedFieldInFinalClass.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidProtectedMethodInFinalClassNotExtending.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidReassigningCatchVariables.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidReassigningLoopVariables.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidReassigningParameters.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidRethrowingException.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidStringBufferField.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidSynchronizedAtMethodLevel.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidSynchronizedStatement.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidThreadGroup.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidThrowingNewInstanceOfSameException.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidThrowingNullPointerException.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidThrowingRawExceptionTypes.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidUncheckedExceptionsInSignatures.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidUsingHardCodedIP.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidUsingNativeCode.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidUsingOctalValues.json
src/gen_linter_config/others/data/PMD/Java/rules/AvoidUsingVolatile.json
src/gen_linter_config/others/data/PMD/Java/rules/BigIntegerInstantiation.json
src/gen_linter_config/others/data/PMD/Java/rules/BooleanGetMethodName.json
src/gen_linter_config/others/data/PMD/Java/rules/BrokenNullCheck.json
src/gen_linter_config/others/data/PMD/Java/rules/CallSuperFirst.json
src/gen_linter_config/others/data/PMD/Java/rules/CallSuperInConstructor.json
src/gen_linter_config/others/data/PMD/Java/rules/CallSuperLast.json
src/gen_linter_config/others/data/PMD/Java/rules/CheckResultSet.json
src/gen_linter_config/others/data/PMD/Java/rules/CheckSkipResult.json
src/gen_linter_config/others/data/PMD/Java/rules/ClassCastExceptionWithToArray.json
src/gen_linter_config/others/data/PMD/Java/rules/ClassNamingConventions.json
src/gen_linter_config/others/data/PMD/Java/rules/ClassWithOnlyPrivateConstructorsShouldBeFinal.json
src/gen_linter_config/others/data/PMD/Java/rules/CloneMethodMustBePublic.json
src/gen_linter_config/others/data/PMD/Java/rules/CloneMethodMustImplementCloneable.json
src/gen_linter_config/others/data/PMD/Java/rules/CloneMethodReturnTypeMustMatchClassName.json
src/gen_linter_config/others/data/PMD/Java/rules/CloseResource.json
src/gen_linter_config/others/data/PMD/Java/rules/CognitiveComplexity.json
src/gen_linter_config/others/data/PMD/Java/rules/CollapsibleIfStatements.json
src/gen_linter_config/others/data/PMD/Java/rules/CollectionTypeMismatch.json
src/gen_linter_config/others/data/PMD/Java/rules/CommentContent.json
src/gen_linter_config/others/data/PMD/Java/rules/CommentDefaultAccessModifier.json
src/gen_linter_config/others/data/PMD/Java/rules/CommentRequired.json
src/gen_linter_config/others/data/PMD/Java/rules/CommentSize.json
src/gen_linter_config/others/data/PMD/Java/rules/CompareObjectsWithEquals.json
src/gen_linter_config/others/data/PMD/Java/rules/ComparisonWithNaN.json
src/gen_linter_config/others/data/PMD/Java/rules/ConfusingArgumentToVarargsMethod.json
src/gen_linter_config/others/data/PMD/Java/rules/ConfusingTernary.json
src/gen_linter_config/others/data/PMD/Java/rules/ConsecutiveAppendsShouldReuse.json
src/gen_linter_config/others/data/PMD/Java/rules/ConsecutiveLiteralAppends.json
src/gen_linter_config/others/data/PMD/Java/rules/ConstantsInInterface.json
src/gen_linter_config/others/data/PMD/Java/rules/ConstructorCallsOverridableMethod.json
src/gen_linter_config/others/data/PMD/Java/rules/ControlStatementBraces.json
src/gen_linter_config/others/data/PMD/Java/rules/CouplingBetweenObjects.json
src/gen_linter_config/others/data/PMD/Java/rules/CyclomaticComplexity.json
src/gen_linter_config/others/data/PMD/Java/rules/DanglingJavadoc.json
src/gen_linter_config/others/data/PMD/Java/rules/DataClass.json
src/gen_linter_config/others/data/PMD/Java/rules/DefaultLabelNotLastInSwitch.json
src/gen_linter_config/others/data/PMD/Java/rules/DefaultLabelNotLastInSwitchStmt.json
src/gen_linter_config/others/data/PMD/Java/rules/DetachedTestCase.json
src/gen_linter_config/others/data/PMD/Java/rules/DoNotCallGarbageCollectionExplicitly.json
src/gen_linter_config/others/data/PMD/Java/rules/DoNotExtendJavaLangError.json
src/gen_linter_config/others/data/PMD/Java/rules/DoNotExtendJavaLangThrowable.json
src/gen_linter_config/others/data/PMD/Java/rules/DoNotHardCodeSDCard.json
src/gen_linter_config/others/data/PMD/Java/rules/DoNotTerminateVM.json
src/gen_linter_config/others/data/PMD/Java/rules/DoNotThrowExceptionInFinally.json
src/gen_linter_config/others/data/PMD/Java/rules/DoNotUseThreads.json
src/gen_linter_config/others/data/PMD/Java/rules/DontCallThreadRun.json
src/gen_linter_config/others/data/PMD/Java/rules/DontImportSun.json
src/gen_linter_config/others/data/PMD/Java/rules/DontUseFloatTypeForLoopIndices.json
src/gen_linter_config/others/data/PMD/Java/rules/DoubleBraceInitialization.json
src/gen_linter_config/others/data/PMD/Java/rules/DoubleCheckedLocking.json
src/gen_linter_config/others/data/PMD/Java/rules/EmptyCatchBlock.json
src/gen_linter_config/others/data/PMD/Java/rules/EmptyControlStatement.json
src/gen_linter_config/others/data/PMD/Java/rules/EmptyFinalizer.json
src/gen_linter_config/others/data/PMD/Java/rules/EmptyMethodInAbstractClassShouldBeAbstract.json
src/gen_linter_config/others/data/PMD/Java/rules/EnumComparison.json
src/gen_linter_config/others/data/PMD/Java/rules/EqualsNull.json
src/gen_linter_config/others/data/PMD/Java/rules/ExceptionAsFlowControl.json
src/gen_linter_config/others/data/PMD/Java/rules/ExcessiveImports.json
src/gen_linter_config/others/data/PMD/Java/rules/ExcessiveParameterList.json
src/gen_linter_config/others/data/PMD/Java/rules/ExcessivePublicCount.json
src/gen_linter_config/others/data/PMD/Java/rules/ExhaustiveSwitchHasDefault.json
src/gen_linter_config/others/data/PMD/Java/rules/ExtendsObject.json
src/gen_linter_config/others/data/PMD/Java/rules/FieldDeclarationsShouldBeAtStartOfClass.json
src/gen_linter_config/others/data/PMD/Java/rules/FieldNamingConventions.json
src/gen_linter_config/others/data/PMD/Java/rules/FinalFieldCouldBeStatic.json
src/gen_linter_config/others/data/PMD/Java/rules/FinalParameterInAbstractMethod.json
src/gen_linter_config/others/data/PMD/Java/rules/FinalizeDoesNotCallSuperFinalize.json
src/gen_linter_config/others/data/PMD/Java/rules/FinalizeOnlyCallsSuperFinalize.json
src/gen_linter_config/others/data/PMD/Java/rules/FinalizeOverloaded.json
src/gen_linter_config/others/data/PMD/Java/rules/FinalizeShouldBeProtected.json
src/gen_linter_config/others/data/PMD/Java/rules/ForLoopCanBeForeach.json
src/gen_linter_config/others/data/PMD/Java/rules/ForLoopShouldBeWhileLoop.json
src/gen_linter_config/others/data/PMD/Java/rules/ForLoopVariableCount.json
src/gen_linter_config/others/data/PMD/Java/rules/FormalParameterNamingConventions.json
src/gen_linter_config/others/data/PMD/Java/rules/GenericsNaming.json
src/gen_linter_config/others/data/PMD/Java/rules/GodClass.json
src/gen_linter_config/others/data/PMD/Java/rules/GuardLogStatement.json
src/gen_linter_config/others/data/PMD/Java/rules/HardCodedCryptoKey.json
src/gen_linter_config/others/data/PMD/Java/rules/IdempotentOperations.json
src/gen_linter_config/others/data/PMD/Java/rules/IdenticalCatchBranches.json
src/gen_linter_config/others/data/PMD/Java/rules/IdenticalConditionalBranches.json
src/gen_linter_config/others/data/PMD/Java/rules/ImmutableField.json
src/gen_linter_config/others/data/PMD/Java/rules/ImplicitFunctionalInterface.json
src/gen_linter_config/others/data/PMD/Java/rules/ImplicitSwitchFallThrough.json
src/gen_linter_config/others/data/PMD/Java/rules/InefficientEmptyStringCheck.json
src/gen_linter_config/others/data/PMD/Java/rules/InefficientStringBuffering.json
src/gen_linter_config/others/data/PMD/Java/rules/InsecureCryptoIv.json
src/gen_linter_config/others/data/PMD/Java/rules/InstantiationToGetClass.json
src/gen_linter_config/others/data/PMD/Java/rules/InsufficientStringBufferDeclaration.json
src/gen_linter_config/others/data/PMD/Java/rules/InvalidJavaBean.json
src/gen_linter_config/others/data/PMD/Java/rules/InvalidLogMessageFormat.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnit4SuitesShouldUseSuiteAnnotation.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnit4TestShouldUseAfterAnnotation.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnit4TestShouldUseBeforeAnnotation.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnit4TestShouldUseTestAnnotation.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnit5TestShouldBePackagePrivate.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnitAssertionsShouldIncludeMessage.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnitSpelling.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnitStaticSuite.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnitTestContainsTooManyAsserts.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnitTestsShouldIncludeAssert.json
src/gen_linter_config/others/data/PMD/Java/rules/JUnitUseExpected.json
src/gen_linter_config/others/data/PMD/Java/rules/JumbledIncrementer.json
src/gen_linter_config/others/data/PMD/Java/rules/LabeledStatement.json
src/gen_linter_config/others/data/PMD/Java/rules/LambdaCanBeMethodReference.json
src/gen_linter_config/others/data/PMD/Java/rules/LawOfDemeter.json
src/gen_linter_config/others/data/PMD/Java/rules/LinguisticNaming.json
src/gen_linter_config/others/data/PMD/Java/rules/LiteralsFirstInComparisons.json
src/gen_linter_config/others/data/PMD/Java/rules/LocalHomeNamingConvention.json
src/gen_linter_config/others/data/PMD/Java/rules/LocalInterfaceSessionNamingConvention.json
src/gen_linter_config/others/data/PMD/Java/rules/LocalVariableCouldBeFinal.json
src/gen_linter_config/others/data/PMD/Java/rules/LocalVariableNamingConventions.json
src/gen_linter_config/others/data/PMD/Java/rules/LogicInversion.json
src/gen_linter_config/others/data/PMD/Java/rules/LongVariable.json
src/gen_linter_config/others/data/PMD/Java/rules/LooseCoupling.json
src/gen_linter_config/others/data/PMD/Java/rules/LoosePackageCoupling.json
src/gen_linter_config/others/data/PMD/Java/rules/MDBAndSessionBeanNamingConvention.json
src/gen_linter_config/others/data/PMD/Java/rules/MethodArgumentCouldBeFinal.json
src/gen_linter_config/others/data/PMD/Java/rules/MethodNamingConventions.json
src/gen_linter_config/others/data/PMD/Java/rules/MethodReturnsInternalArray.json
src/gen_linter_config/others/data/PMD/Java/rules/MethodWithSameNameAsEnclosingClass.json
src/gen_linter_config/others/data/PMD/Java/rules/MisplacedNullCheck.json
src/gen_linter_config/others/data/PMD/Java/rules/MissingOverride.json
src/gen_linter_config/others/data/PMD/Java/rules/MissingSerialVersionUID.json
src/gen_linter_config/others/data/PMD/Java/rules/MissingStaticMethodInNonInstantiatableClass.json
src/gen_linter_config/others/data/PMD/Java/rules/ModifierOrder.json
src/gen_linter_config/others/data/PMD/Java/rules/MoreThanOneLogger.json
src/gen_linter_config/others/data/PMD/Java/rules/MutableStaticState.json
src/gen_linter_config/others/data/PMD/Java/rules/NPathComplexity.json
src/gen_linter_config/others/data/PMD/Java/rules/NcssCount.json
src/gen_linter_config/others/data/PMD/Java/rules/NoPackage.json
src/gen_linter_config/others/data/PMD/Java/rules/NonCaseLabelInSwitch.json
src/gen_linter_config/others/data/PMD/Java/rules/NonCaseLabelInSwitchStatement.json
src/gen_linter_config/others/data/PMD/Java/rules/NonExhaustiveSwitch.json
src/gen_linter_config/others/data/PMD/Java/rules/NonSerializableClass.json
src/gen_linter_config/others/data/PMD/Java/rules/NonStaticInitializer.json
src/gen_linter_config/others/data/PMD/Java/rules/NonThreadSafeSingleton.json
src/gen_linter_config/others/data/PMD/Java/rules/NullAssignment.json
src/gen_linter_config/others/data/PMD/Java/rules/OneDeclarationPerLine.json
src/gen_linter_config/others/data/PMD/Java/rules/OnlyOneReturn.json
src/gen_linter_config/others/data/PMD/Java/rules/OptimizableToArrayCall.json
src/gen_linter_config/others/data/PMD/Java/rules/OverrideBothEqualsAndHashCodeOnComparable.json
src/gen_linter_config/others/data/PMD/Java/rules/OverrideBothEqualsAndHashcode.json
src/gen_linter_config/others/data/PMD/Java/rules/PackageCase.json
src/gen_linter_config/others/data/PMD/Java/rules/PrematureDeclaration.json
src/gen_linter_config/others/data/PMD/Java/rules/PreserveStackTrace.json
src/gen_linter_config/others/data/PMD/Java/rules/PrimitiveWrapperInstantiation.json
src/gen_linter_config/others/data/PMD/Java/rules/ProperCloneImplementation.json
src/gen_linter_config/others/data/PMD/Java/rules/ProperLogger.json
src/gen_linter_config/others/data/PMD/Java/rules/PublicMemberInNonPublicType.json
src/gen_linter_config/others/data/PMD/Java/rules/RedundantFieldInitializer.json
src/gen_linter_config/others/data/PMD/Java/rules/RelianceOnDefaultCharset.json
src/gen_linter_config/others/data/PMD/Java/rules/RemoteInterfaceNamingConvention.json
src/gen_linter_config/others/data/PMD/Java/rules/RemoteSessionInterfaceNamingConvention.json
src/gen_linter_config/others/data/PMD/Java/rules/ReplaceEnumerationWithIterator.json
src/gen_linter_config/others/data/PMD/Java/rules/ReplaceHashtableWithMap.json
src/gen_linter_config/others/data/PMD/Java/rules/ReplaceJavaUtilCalendar.json
src/gen_linter_config/others/data/PMD/Java/rules/ReplaceJavaUtilDate.json
src/gen_linter_config/others/data/PMD/Java/rules/ReplaceVectorWithList.json
src/gen_linter_config/others/data/PMD/Java/rules/ReturnEmptyCollectionRatherThanNull.json
src/gen_linter_config/others/data/PMD/Java/rules/ReturnFromFinallyBlock.json
src/gen_linter_config/others/data/PMD/Java/rules/ShortClassName.json
src/gen_linter_config/others/data/PMD/Java/rules/ShortMethodName.json
src/gen_linter_config/others/data/PMD/Java/rules/ShortVariable.json
src/gen_linter_config/others/data/PMD/Java/rules/SignatureDeclareThrowsException.json
src/gen_linter_config/others/data/PMD/Java/rules/SimpleDateFormatNeedsLocale.json
src/gen_linter_config/others/data/PMD/Java/rules/SimplifiableTestAssertion.json
src/gen_linter_config/others/data/PMD/Java/rules/SimplifiedTernary.json
src/gen_linter_config/others/data/PMD/Java/rules/SimplifyBooleanExpressions.json
src/gen_linter_config/others/data/PMD/Java/rules/SimplifyBooleanReturns.json
src/gen_linter_config/others/data/PMD/Java/rules/SimplifyConditional.json
src/gen_linter_config/others/data/PMD/Java/rules/SingleMethodSingleton.json
src/gen_linter_config/others/data/PMD/Java/rules/SingletonClassReturningNewInstance.json
src/gen_linter_config/others/data/PMD/Java/rules/SingularField.json
src/gen_linter_config/others/data/PMD/Java/rules/StaticEJBFieldShouldBeFinal.json
src/gen_linter_config/others/data/PMD/Java/rules/StringBufferInstantiationWithChar.json
src/gen_linter_config/others/data/PMD/Java/rules/StringInstantiation.json
src/gen_linter_config/others/data/PMD/Java/rules/StringToString.json
src/gen_linter_config/others/data/PMD/Java/rules/SuspiciousEqualsMethodName.json
src/gen_linter_config/others/data/PMD/Java/rules/SuspiciousHashcodeMethodName.json
src/gen_linter_config/others/data/PMD/Java/rules/SuspiciousOctalEscape.json
src/gen_linter_config/others/data/PMD/Java/rules/SwitchDensity.json
src/gen_linter_config/others/data/PMD/Java/rules/SwitchStmtsShouldHaveDefault.json
src/gen_linter_config/others/data/PMD/Java/rules/SystemPrintln.json
src/gen_linter_config/others/data/PMD/Java/rules/TestClassWithoutTestCases.json
src/gen_linter_config/others/data/PMD/Java/rules/TooFewBranchesForASwitchStatement.json
src/gen_linter_config/others/data/PMD/Java/rules/TooFewBranchesForSwitch.json
src/gen_linter_config/others/data/PMD/Java/rules/TooManyFields.json
src/gen_linter_config/others/data/PMD/Java/rules/TooManyMethods.json
src/gen_linter_config/others/data/PMD/Java/rules/TooManyStaticImports.json
src/gen_linter_config/others/data/PMD/Java/rules/TypeParameterNamingConventions.json
src/gen_linter_config/others/data/PMD/Java/rules/UncommentedEmptyConstructor.json
src/gen_linter_config/others/data/PMD/Java/rules/UncommentedEmptyMethodBody.json
src/gen_linter_config/others/data/PMD/Java/rules/UnconditionalIfStatement.json
src/gen_linter_config/others/data/PMD/Java/rules/UnitTestAssertionsShouldIncludeMessage.json
src/gen_linter_config/others/data/PMD/Java/rules/UnitTestContainsTooManyAsserts.json
src/gen_linter_config/others/data/PMD/Java/rules/UnitTestShouldIncludeAssert.json
src/gen_linter_config/others/data/PMD/Java/rules/UnitTestShouldUseAfterAnnotation.json
src/gen_linter_config/others/data/PMD/Java/rules/UnitTestShouldUseBeforeAnnotation.json
src/gen_linter_config/others/data/PMD/Java/rules/UnitTestShouldUseTestAnnotation.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryAnnotationValueElement.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryBooleanAssertion.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryBoxing.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryCaseChange.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryCast.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryConstructor.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryConversionTemporary.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryFullyQualifiedName.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryImport.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryLocalBeforeReturn.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryModifier.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryReturn.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessarySemicolon.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryVarargsArrayCreation.json
src/gen_linter_config/others/data/PMD/Java/rules/UnnecessaryWarningSuppression.json
src/gen_linter_config/others/data/PMD/Java/rules/UnsupportedJdkApiUsage.json
src/gen_linter_config/others/data/PMD/Java/rules/UnsynchronizedStaticFormatter.json
src/gen_linter_config/others/data/PMD/Java/rules/UnusedAssignment.json
src/gen_linter_config/others/data/PMD/Java/rules/UnusedFormalParameter.json
src/gen_linter_config/others/data/PMD/Java/rules/UnusedLabel.json
src/gen_linter_config/others/data/PMD/Java/rules/UnusedLocalVariable.json
src/gen_linter_config/others/data/PMD/Java/rules/UnusedNullCheckInEquals.json
src/gen_linter_config/others/data/PMD/Java/rules/UnusedPrivateField.json
src/gen_linter_config/others/data/PMD/Java/rules/UnusedPrivateMethod.json
src/gen_linter_config/others/data/PMD/Java/rules/UseArrayListInsteadOfVector.json
src/gen_linter_config/others/data/PMD/Java/rules/UseArraysAsList.json
src/gen_linter_config/others/data/PMD/Java/rules/UseCollectionIsEmpty.json
src/gen_linter_config/others/data/PMD/Java/rules/UseConcurrentHashMap.json
src/gen_linter_config/others/data/PMD/Java/rules/UseCorrectExceptionLogging.json
src/gen_linter_config/others/data/PMD/Java/rules/UseDiamondOperator.json
src/gen_linter_config/others/data/PMD/Java/rules/UseEnumCollections.json
src/gen_linter_config/others/data/PMD/Java/rules/UseEqualsToCompareStrings.json
src/gen_linter_config/others/data/PMD/Java/rules/UseExplicitTypes.json
src/gen_linter_config/others/data/PMD/Java/rules/UseIOStreamsWithApacheCommonsFileItem.json
src/gen_linter_config/others/data/PMD/Java/rules/UseIndexOfChar.json
src/gen_linter_config/others/data/PMD/Java/rules/UseLocaleWithCaseConversions.json
src/gen_linter_config/others/data/PMD/Java/rules/UseNotifyAllInsteadOfNotify.json
src/gen_linter_config/others/data/PMD/Java/rules/UseObjectForClearerAPI.json
src/gen_linter_config/others/data/PMD/Java/rules/UseProperClassLoader.json
src/gen_linter_config/others/data/PMD/Java/rules/UseShortArrayInitializer.json
src/gen_linter_config/others/data/PMD/Java/rules/UseStandardCharsets.json
src/gen_linter_config/others/data/PMD/Java/rules/UseStringBufferForStringAppends.json
src/gen_linter_config/others/data/PMD/Java/rules/UseStringBufferLength.json
src/gen_linter_config/others/data/PMD/Java/rules/UseTryWithResources.json
src/gen_linter_config/others/data/PMD/Java/rules/UseUnderscoresInNumericLiterals.json
src/gen_linter_config/others/data/PMD/Java/rules/UseUtilityClass.json
src/gen_linter_config/others/data/PMD/Java/rules/UseVarargs.json
src/gen_linter_config/others/data/PMD/Java/rules/UselessOperationOnImmutable.json
src/gen_linter_config/others/data/PMD/Java/rules/UselessOverridingMethod.json
src/gen_linter_config/others/data/PMD/Java/rules/UselessParentheses.json
src/gen_linter_config/others/data/PMD/Java/rules/UselessPureMethodCall.json
src/gen_linter_config/others/data/PMD/Java/rules/UselessQualifiedThis.json
src/gen_linter_config/others/data/PMD/Java/rules/UselessStringValueOf.json
src/gen_linter_config/others/data/PMD/Java/rules/VariableCanBeInlined.json
src/gen_linter_config/others/data/PMD/Java/rules/WhileLoopWithLiteralBoolean.json
src/gen_linter_config/others/data/PMD/Kotlin/PMD_KotlinIndex.json
src/gen_linter_config/others/data/PMD/Kotlin/rules/FunctionNameTooShort.json
src/gen_linter_config/others/data/PMD/Kotlin/rules/OverrideBothEqualsAndHashcode.json
src/gen_linter_config/others/data/PMD/MavenPOM/PMD_MavenPOMIndex.json
src/gen_linter_config/others/data/PMD/MavenPOM/rules/InvalidDependencyTypes.json
src/gen_linter_config/others/data/PMD/MavenPOM/rules/ProjectVersionAsDependencyVersion.json
src/gen_linter_config/others/data/PMD/Modelica/PMD_ModelicaIndex.json
src/gen_linter_config/others/data/PMD/Modelica/rules/AmbiguousResolution.json
src/gen_linter_config/others/data/PMD/Modelica/rules/ClassStartNameEqualsEndName.json
src/gen_linter_config/others/data/PMD/Modelica/rules/ConnectUsingNonConnector.json
src/gen_linter_config/others/data/PMD/PLSQL/PMD_PLSQLIndex.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/AvoidTabCharacter.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/CodeFormat.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/CyclomaticComplexity.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/ExcessiveMethodLength.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/ExcessiveObjectLength.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/ExcessivePackageBodyLength.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/ExcessivePackageSpecificationLength.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/ExcessiveParameterList.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/ExcessiveTypeLength.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/ForLoopNaming.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/LineLength.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/MisplacedPragma.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/NPathComplexity.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/NcssCount.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/NcssMethodCount.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/NcssObjectCount.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/TO_DATEWithoutDateFormat.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/TO_DATE_TO_CHAR.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/TO_TIMESTAMPWithoutDateFormat.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/TomKytesDespair.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/TooManyFields.json
src/gen_linter_config/others/data/PMD/PLSQL/rules/TooManyMethods.json
src/gen_linter_config/others/data/PMD/Salesforce_Visual_force/PMD_Salesforce_Visual_forceIndex.json
src/gen_linter_config/others/data/PMD/Salesforce_Visual_force/rules/VfCsrf.json
src/gen_linter_config/others/data/PMD/Salesforce_Visual_force/rules/VfHtmlStyleTagXss.json
src/gen_linter_config/others/data/PMD/Salesforce_Visual_force/rules/VfUnescapeEl.json
src/gen_linter_config/others/data/PMD/Swift/PMD_SwiftIndex.json
src/gen_linter_config/others/data/PMD/Swift/rules/ForceCast.json
src/gen_linter_config/others/data/PMD/Swift/rules/ForceTry.json
src/gen_linter_config/others/data/PMD/Swift/rules/ProhibitedInterfaceBuilder.json
src/gen_linter_config/others/data/PMD/Swift/rules/UnavailableFunction.json
src/gen_linter_config/others/data/PMD/VTL/PMD_VTLIndex.json
src/gen_linter_config/others/data/PMD/VTL/rules/AvoidDeeplyNestedIfStmts.json
src/gen_linter_config/others/data/PMD/VTL/rules/AvoidReassigningParameters.json
src/gen_linter_config/others/data/PMD/VTL/rules/CollapsibleIfStatements.json
src/gen_linter_config/others/data/PMD/VTL/rules/EmptyForeachStmt.json
src/gen_linter_config/others/data/PMD/VTL/rules/EmptyIfStmt.json
src/gen_linter_config/others/data/PMD/VTL/rules/ExcessiveTemplateLength.json
src/gen_linter_config/others/data/PMD/VTL/rules/NoInlineJavaScript.json
src/gen_linter_config/others/data/PMD/VTL/rules/NoInlineStyles.json
src/gen_linter_config/others/data/PMD/VTL/rules/UnusedMacroParameter.json
src/gen_linter_config/others/data/PMD/XML/PMD_XMLIndex.json
src/gen_linter_config/others/data/PMD/XML/rules/MissingEncoding.json
src/gen_linter_config/others/data/PMD/XML/rules/MistypedCDATASection.json
src/gen_linter_config/others/data/PMD/XSL/PMD_XSLIndex.json
src/gen_linter_config/others/data/PMD/XSL/rules/AvoidAxisNavigation.json
src/gen_linter_config/others/data/PMD/XSL/rules/UseConcatOnce.json
src/gen_linter_config/others/data/Pylint/PylintCompleteInformation.json
src/gen_linter_config/others/data/Pylint/PylintIndex.json
src/gen_linter_config/others/data/Pylint/rules/C0102.json
src/gen_linter_config/others/data/Pylint/rules/C0103.json
src/gen_linter_config/others/data/Pylint/rules/C0104.json
src/gen_linter_config/others/data/Pylint/rules/C0105.json
src/gen_linter_config/others/data/Pylint/rules/C0111.json
src/gen_linter_config/others/data/Pylint/rules/C0112.json
src/gen_linter_config/others/data/Pylint/rules/C0113.json
src/gen_linter_config/others/data/Pylint/rules/C0114.json
src/gen_linter_config/others/data/Pylint/rules/C0115.json
src/gen_linter_config/others/data/Pylint/rules/C0116.json
src/gen_linter_config/others/data/Pylint/rules/C0117.json
src/gen_linter_config/others/data/Pylint/rules/C0121.json
src/gen_linter_config/others/data/Pylint/rules/C0123.json
src/gen_linter_config/others/data/Pylint/rules/C0131.json
src/gen_linter_config/others/data/Pylint/rules/C0132.json
src/gen_linter_config/others/data/Pylint/rules/C0198.json
src/gen_linter_config/others/data/Pylint/rules/C0199.json
src/gen_linter_config/others/data/Pylint/rules/C0200.json
src/gen_linter_config/others/data/Pylint/rules/C0201.json
src/gen_linter_config/others/data/Pylint/rules/C0202.json
src/gen_linter_config/others/data/Pylint/rules/C0203.json
src/gen_linter_config/others/data/Pylint/rules/C0204.json
src/gen_linter_config/others/data/Pylint/rules/C0205.json
src/gen_linter_config/others/data/Pylint/rules/C0206.json
src/gen_linter_config/others/data/Pylint/rules/C0207.json
src/gen_linter_config/others/data/Pylint/rules/C0208.json
src/gen_linter_config/others/data/Pylint/rules/C0209.json
src/gen_linter_config/others/data/Pylint/rules/C0301.json
src/gen_linter_config/others/data/Pylint/rules/C0302.json
src/gen_linter_config/others/data/Pylint/rules/C0303.json
src/gen_linter_config/others/data/Pylint/rules/C0304.json
src/gen_linter_config/others/data/Pylint/rules/C0305.json
src/gen_linter_config/others/data/Pylint/rules/C0321.json
src/gen_linter_config/others/data/Pylint/rules/C0325.json
src/gen_linter_config/others/data/Pylint/rules/C0327.json
src/gen_linter_config/others/data/Pylint/rules/C0328.json
src/gen_linter_config/others/data/Pylint/rules/C0401.json
src/gen_linter_config/others/data/Pylint/rules/C0402.json
src/gen_linter_config/others/data/Pylint/rules/C0403.json
src/gen_linter_config/others/data/Pylint/rules/C0410.json
src/gen_linter_config/others/data/Pylint/rules/C0411.json
src/gen_linter_config/others/data/Pylint/rules/C0412.json
src/gen_linter_config/others/data/Pylint/rules/C0413.json
src/gen_linter_config/others/data/Pylint/rules/C0414.json
src/gen_linter_config/others/data/Pylint/rules/C0415.json
src/gen_linter_config/others/data/Pylint/rules/C0501.json
src/gen_linter_config/others/data/Pylint/rules/C1801.json
src/gen_linter_config/others/data/Pylint/rules/C1802.json
src/gen_linter_config/others/data/Pylint/rules/C1803.json
src/gen_linter_config/others/data/Pylint/rules/C1804.json
src/gen_linter_config/others/data/Pylint/rules/C1805.json
src/gen_linter_config/others/data/Pylint/rules/C1901.json
src/gen_linter_config/others/data/Pylint/rules/C2001.json
src/gen_linter_config/others/data/Pylint/rules/C2201.json
src/gen_linter_config/others/data/Pylint/rules/C2401.json
src/gen_linter_config/others/data/Pylint/rules/C2403.json
src/gen_linter_config/others/data/Pylint/rules/C2503.json
src/gen_linter_config/others/data/Pylint/rules/C2701.json
src/gen_linter_config/others/data/Pylint/rules/C2801.json
src/gen_linter_config/others/data/Pylint/rules/C3001.json
src/gen_linter_config/others/data/Pylint/rules/C3002.json
src/gen_linter_config/others/data/Pylint/rules/C3401.json
src/gen_linter_config/others/data/Pylint/rules/E0001.json
src/gen_linter_config/others/data/Pylint/rules/E0011.json
src/gen_linter_config/others/data/Pylint/rules/E0012.json
src/gen_linter_config/others/data/Pylint/rules/E0013.json
src/gen_linter_config/others/data/Pylint/rules/E0014.json
src/gen_linter_config/others/data/Pylint/rules/E0015.json
src/gen_linter_config/others/data/Pylint/rules/E0100.json
src/gen_linter_config/others/data/Pylint/rules/E0101.json
src/gen_linter_config/others/data/Pylint/rules/E0102.json
src/gen_linter_config/others/data/Pylint/rules/E0103.json
src/gen_linter_config/others/data/Pylint/rules/E0104.json
src/gen_linter_config/others/data/Pylint/rules/E0105.json
src/gen_linter_config/others/data/Pylint/rules/E0106.json
src/gen_linter_config/others/data/Pylint/rules/E0107.json
src/gen_linter_config/others/data/Pylint/rules/E0108.json
src/gen_linter_config/others/data/Pylint/rules/E0110.json
src/gen_linter_config/others/data/Pylint/rules/E0111.json
src/gen_linter_config/others/data/Pylint/rules/E0112.json
src/gen_linter_config/others/data/Pylint/rules/E0113.json
src/gen_linter_config/others/data/Pylint/rules/E0114.json
src/gen_linter_config/others/data/Pylint/rules/E0115.json
src/gen_linter_config/others/data/Pylint/rules/E0117.json
src/gen_linter_config/others/data/Pylint/rules/E0118.json
src/gen_linter_config/others/data/Pylint/rules/E0119.json
src/gen_linter_config/others/data/Pylint/rules/E0202.json
src/gen_linter_config/others/data/Pylint/rules/E0203.json
src/gen_linter_config/others/data/Pylint/rules/E0211.json
src/gen_linter_config/others/data/Pylint/rules/E0213.json
src/gen_linter_config/others/data/Pylint/rules/E0235.json
src/gen_linter_config/others/data/Pylint/rules/E0236.json
src/gen_linter_config/others/data/Pylint/rules/E0237.json
src/gen_linter_config/others/data/Pylint/rules/E0238.json
src/gen_linter_config/others/data/Pylint/rules/E0239.json
src/gen_linter_config/others/data/Pylint/rules/E0240.json
src/gen_linter_config/others/data/Pylint/rules/E0241.json
src/gen_linter_config/others/data/Pylint/rules/E0242.json
src/gen_linter_config/others/data/Pylint/rules/E0243.json
src/gen_linter_config/others/data/Pylint/rules/E0244.json
src/gen_linter_config/others/data/Pylint/rules/E0245.json
src/gen_linter_config/others/data/Pylint/rules/E0301.json
src/gen_linter_config/others/data/Pylint/rules/E0302.json
src/gen_linter_config/others/data/Pylint/rules/E0303.json
src/gen_linter_config/others/data/Pylint/rules/E0304.json
src/gen_linter_config/others/data/Pylint/rules/E0305.json
src/gen_linter_config/others/data/Pylint/rules/E0306.json
src/gen_linter_config/others/data/Pylint/rules/E0307.json
src/gen_linter_config/others/data/Pylint/rules/E0308.json
src/gen_linter_config/others/data/Pylint/rules/E0309.json
src/gen_linter_config/others/data/Pylint/rules/E0310.json
src/gen_linter_config/others/data/Pylint/rules/E0311.json
src/gen_linter_config/others/data/Pylint/rules/E0312.json
src/gen_linter_config/others/data/Pylint/rules/E0313.json
src/gen_linter_config/others/data/Pylint/rules/E0401.json
src/gen_linter_config/others/data/Pylint/rules/E0402.json
src/gen_linter_config/others/data/Pylint/rules/E0601.json
src/gen_linter_config/others/data/Pylint/rules/E0602.json
src/gen_linter_config/others/data/Pylint/rules/E0603.json
src/gen_linter_config/others/data/Pylint/rules/E0604.json
src/gen_linter_config/others/data/Pylint/rules/E0605.json
src/gen_linter_config/others/data/Pylint/rules/E0606.json
src/gen_linter_config/others/data/Pylint/rules/E0611.json
src/gen_linter_config/others/data/Pylint/rules/E0633.json
src/gen_linter_config/others/data/Pylint/rules/E0643.json
src/gen_linter_config/others/data/Pylint/rules/E0701.json
src/gen_linter_config/others/data/Pylint/rules/E0702.json
src/gen_linter_config/others/data/Pylint/rules/E0703.json
src/gen_linter_config/others/data/Pylint/rules/E0704.json
src/gen_linter_config/others/data/Pylint/rules/E0705.json
src/gen_linter_config/others/data/Pylint/rules/E0710.json
src/gen_linter_config/others/data/Pylint/rules/E0711.json
src/gen_linter_config/others/data/Pylint/rules/E0712.json
src/gen_linter_config/others/data/Pylint/rules/E1003.json
src/gen_linter_config/others/data/Pylint/rules/E1101.json
src/gen_linter_config/others/data/Pylint/rules/E1102.json
src/gen_linter_config/others/data/Pylint/rules/E1103.json
src/gen_linter_config/others/data/Pylint/rules/E1111.json
src/gen_linter_config/others/data/Pylint/rules/E1120.json
src/gen_linter_config/others/data/Pylint/rules/E1121.json
src/gen_linter_config/others/data/Pylint/rules/E1123.json
src/gen_linter_config/others/data/Pylint/rules/E1124.json
src/gen_linter_config/others/data/Pylint/rules/E1125.json
src/gen_linter_config/others/data/Pylint/rules/E1126.json
src/gen_linter_config/others/data/Pylint/rules/E1127.json
src/gen_linter_config/others/data/Pylint/rules/E1128.json
src/gen_linter_config/others/data/Pylint/rules/E1129.json
src/gen_linter_config/others/data/Pylint/rules/E1130.json
src/gen_linter_config/others/data/Pylint/rules/E1131.json
src/gen_linter_config/others/data/Pylint/rules/E1132.json
src/gen_linter_config/others/data/Pylint/rules/E1133.json
src/gen_linter_config/others/data/Pylint/rules/E1134.json
src/gen_linter_config/others/data/Pylint/rules/E1135.json
src/gen_linter_config/others/data/Pylint/rules/E1136.json
src/gen_linter_config/others/data/Pylint/rules/E1137.json
src/gen_linter_config/others/data/Pylint/rules/E1138.json
src/gen_linter_config/others/data/Pylint/rules/E1139.json
src/gen_linter_config/others/data/Pylint/rules/E1140.json
src/gen_linter_config/others/data/Pylint/rules/E1141.json
src/gen_linter_config/others/data/Pylint/rules/E1142.json
src/gen_linter_config/others/data/Pylint/rules/E1143.json
src/gen_linter_config/others/data/Pylint/rules/E1144.json
src/gen_linter_config/others/data/Pylint/rules/E1145.json
src/gen_linter_config/others/data/Pylint/rules/E1200.json
src/gen_linter_config/others/data/Pylint/rules/E1201.json
src/gen_linter_config/others/data/Pylint/rules/E1205.json
src/gen_linter_config/others/data/Pylint/rules/E1206.json
src/gen_linter_config/others/data/Pylint/rules/E1300.json
src/gen_linter_config/others/data/Pylint/rules/E1301.json
src/gen_linter_config/others/data/Pylint/rules/E1302.json
src/gen_linter_config/others/data/Pylint/rules/E1303.json
src/gen_linter_config/others/data/Pylint/rules/E1304.json
src/gen_linter_config/others/data/Pylint/rules/E1305.json
src/gen_linter_config/others/data/Pylint/rules/E1306.json
src/gen_linter_config/others/data/Pylint/rules/E1307.json
src/gen_linter_config/others/data/Pylint/rules/E1310.json
src/gen_linter_config/others/data/Pylint/rules/E1507.json
src/gen_linter_config/others/data/Pylint/rules/E1519.json
src/gen_linter_config/others/data/Pylint/rules/E1520.json
src/gen_linter_config/others/data/Pylint/rules/E1700.json
src/gen_linter_config/others/data/Pylint/rules/E1701.json
src/gen_linter_config/others/data/Pylint/rules/E1901.json
src/gen_linter_config/others/data/Pylint/rules/E1902.json
src/gen_linter_config/others/data/Pylint/rules/E1903.json
src/gen_linter_config/others/data/Pylint/rules/E1904.json
src/gen_linter_config/others/data/Pylint/rules/E2501.json
src/gen_linter_config/others/data/Pylint/rules/E2502.json
src/gen_linter_config/others/data/Pylint/rules/E2510.json
src/gen_linter_config/others/data/Pylint/rules/E2511.json
src/gen_linter_config/others/data/Pylint/rules/E2512.json
src/gen_linter_config/others/data/Pylint/rules/E2513.json
src/gen_linter_config/others/data/Pylint/rules/E2514.json
src/gen_linter_config/others/data/Pylint/rules/E2515.json
src/gen_linter_config/others/data/Pylint/rules/E3102.json
src/gen_linter_config/others/data/Pylint/rules/E3701.json
src/gen_linter_config/others/data/Pylint/rules/E4702.json
src/gen_linter_config/others/data/Pylint/rules/E4703.json
src/gen_linter_config/others/data/Pylint/rules/E6004.json
src/gen_linter_config/others/data/Pylint/rules/E6005.json
src/gen_linter_config/others/data/Pylint/rules/F0001.json
src/gen_linter_config/others/data/Pylint/rules/F0002.json
src/gen_linter_config/others/data/Pylint/rules/F0010.json
src/gen_linter_config/others/data/Pylint/rules/F0011.json
src/gen_linter_config/others/data/Pylint/rules/F0202.json
src/gen_linter_config/others/data/Pylint/rules/I0001.json
src/gen_linter_config/others/data/Pylint/rules/I0010.json
src/gen_linter_config/others/data/Pylint/rules/I0011.json
src/gen_linter_config/others/data/Pylint/rules/I0013.json
src/gen_linter_config/others/data/Pylint/rules/I0014.json
src/gen_linter_config/others/data/Pylint/rules/I0020.json
src/gen_linter_config/others/data/Pylint/rules/I0021.json
src/gen_linter_config/others/data/Pylint/rules/I0022.json
src/gen_linter_config/others/data/Pylint/rules/I0023.json
src/gen_linter_config/others/data/Pylint/rules/I1101.json
src/gen_linter_config/others/data/Pylint/rules/R0022.json
src/gen_linter_config/others/data/Pylint/rules/R0123.json
src/gen_linter_config/others/data/Pylint/rules/R0124.json
src/gen_linter_config/others/data/Pylint/rules/R0133.json
src/gen_linter_config/others/data/Pylint/rules/R0202.json
src/gen_linter_config/others/data/Pylint/rules/R0203.json
src/gen_linter_config/others/data/Pylint/rules/R0204.json
src/gen_linter_config/others/data/Pylint/rules/R0205.json
src/gen_linter_config/others/data/Pylint/rules/R0206.json
src/gen_linter_config/others/data/Pylint/rules/R0401.json
src/gen_linter_config/others/data/Pylint/rules/R0402.json
src/gen_linter_config/others/data/Pylint/rules/R0801.json
src/gen_linter_config/others/data/Pylint/rules/R0901.json
src/gen_linter_config/others/data/Pylint/rules/R0902.json
src/gen_linter_config/others/data/Pylint/rules/R0903.json
src/gen_linter_config/others/data/Pylint/rules/R0904.json
src/gen_linter_config/others/data/Pylint/rules/R0911.json
src/gen_linter_config/others/data/Pylint/rules/R0912.json
src/gen_linter_config/others/data/Pylint/rules/R0913.json
src/gen_linter_config/others/data/Pylint/rules/R0914.json
src/gen_linter_config/others/data/Pylint/rules/R0915.json
src/gen_linter_config/others/data/Pylint/rules/R0916.json
src/gen_linter_config/others/data/Pylint/rules/R0917.json
src/gen_linter_config/others/data/Pylint/rules/R1260.json
src/gen_linter_config/others/data/Pylint/rules/R1701.json
src/gen_linter_config/others/data/Pylint/rules/R1702.json
src/gen_linter_config/others/data/Pylint/rules/R1703.json
src/gen_linter_config/others/data/Pylint/rules/R1704.json
src/gen_linter_config/others/data/Pylint/rules/R1705.json
src/gen_linter_config/others/data/Pylint/rules/R1706.json
src/gen_linter_config/others/data/Pylint/rules/R1707.json
src/gen_linter_config/others/data/Pylint/rules/R1708.json
src/gen_linter_config/others/data/Pylint/rules/R1709.json
src/gen_linter_config/others/data/Pylint/rules/R1710.json
src/gen_linter_config/others/data/Pylint/rules/R1711.json
src/gen_linter_config/others/data/Pylint/rules/R1712.json
src/gen_linter_config/others/data/Pylint/rules/R1713.json
src/gen_linter_config/others/data/Pylint/rules/R1714.json
src/gen_linter_config/others/data/Pylint/rules/R1715.json
src/gen_linter_config/others/data/Pylint/rules/R1716.json
src/gen_linter_config/others/data/Pylint/rules/R1717.json
src/gen_linter_config/others/data/Pylint/rules/R1718.json
src/gen_linter_config/others/data/Pylint/rules/R1719.json
src/gen_linter_config/others/data/Pylint/rules/R1720.json
src/gen_linter_config/others/data/Pylint/rules/R1721.json
src/gen_linter_config/others/data/Pylint/rules/R1722.json
src/gen_linter_config/others/data/Pylint/rules/R1723.json
src/gen_linter_config/others/data/Pylint/rules/R1724.json
src/gen_linter_config/others/data/Pylint/rules/R1725.json
src/gen_linter_config/others/data/Pylint/rules/R1726.json
src/gen_linter_config/others/data/Pylint/rules/R1727.json
src/gen_linter_config/others/data/Pylint/rules/R1728.json
src/gen_linter_config/others/data/Pylint/rules/R1729.json
src/gen_linter_config/others/data/Pylint/rules/R1730.json
src/gen_linter_config/others/data/Pylint/rules/R1731.json
src/gen_linter_config/others/data/Pylint/rules/R1732.json
src/gen_linter_config/others/data/Pylint/rules/R1733.json
src/gen_linter_config/others/data/Pylint/rules/R1734.json
src/gen_linter_config/others/data/Pylint/rules/R1735.json
src/gen_linter_config/others/data/Pylint/rules/R1736.json
src/gen_linter_config/others/data/Pylint/rules/R1737.json
src/gen_linter_config/others/data/Pylint/rules/R1905.json
src/gen_linter_config/others/data/Pylint/rules/R1906.json
src/gen_linter_config/others/data/Pylint/rules/R2004.json
src/gen_linter_config/others/data/Pylint/rules/R2044.json
src/gen_linter_config/others/data/Pylint/rules/R3501.json
src/gen_linter_config/others/data/Pylint/rules/R5501.json
src/gen_linter_config/others/data/Pylint/rules/R5601.json
src/gen_linter_config/others/data/Pylint/rules/R6002.json
src/gen_linter_config/others/data/Pylint/rules/R6003.json
src/gen_linter_config/others/data/Pylint/rules/R6006.json
src/gen_linter_config/others/data/Pylint/rules/R6007.json
src/gen_linter_config/others/data/Pylint/rules/R6101.json
src/gen_linter_config/others/data/Pylint/rules/R6102.json
src/gen_linter_config/others/data/Pylint/rules/R6103.json
src/gen_linter_config/others/data/Pylint/rules/R6104.json
src/gen_linter_config/others/data/Pylint/rules/R6105.json
src/gen_linter_config/others/data/Pylint/rules/R6106.json
src/gen_linter_config/others/data/Pylint/rules/R6201.json
src/gen_linter_config/others/data/Pylint/rules/R6301.json
src/gen_linter_config/others/data/Pylint/rules/W0012.json
src/gen_linter_config/others/data/Pylint/rules/W0101.json
src/gen_linter_config/others/data/Pylint/rules/W0102.json
src/gen_linter_config/others/data/Pylint/rules/W0104.json
src/gen_linter_config/others/data/Pylint/rules/W0105.json
src/gen_linter_config/others/data/Pylint/rules/W0106.json
src/gen_linter_config/others/data/Pylint/rules/W0107.json
src/gen_linter_config/others/data/Pylint/rules/W0108.json
src/gen_linter_config/others/data/Pylint/rules/W0109.json
src/gen_linter_config/others/data/Pylint/rules/W0120.json
src/gen_linter_config/others/data/Pylint/rules/W0122.json
src/gen_linter_config/others/data/Pylint/rules/W0123.json
src/gen_linter_config/others/data/Pylint/rules/W0124.json
src/gen_linter_config/others/data/Pylint/rules/W0125.json
src/gen_linter_config/others/data/Pylint/rules/W0126.json
src/gen_linter_config/others/data/Pylint/rules/W0127.json
src/gen_linter_config/others/data/Pylint/rules/W0128.json
src/gen_linter_config/others/data/Pylint/rules/W0129.json
src/gen_linter_config/others/data/Pylint/rules/W0130.json
src/gen_linter_config/others/data/Pylint/rules/W0131.json
src/gen_linter_config/others/data/Pylint/rules/W0133.json
src/gen_linter_config/others/data/Pylint/rules/W0134.json
src/gen_linter_config/others/data/Pylint/rules/W0135.json
src/gen_linter_config/others/data/Pylint/rules/W0136.json
src/gen_linter_config/others/data/Pylint/rules/W0137.json
src/gen_linter_config/others/data/Pylint/rules/W0141.json
src/gen_linter_config/others/data/Pylint/rules/W0143.json
src/gen_linter_config/others/data/Pylint/rules/W0149.json
src/gen_linter_config/others/data/Pylint/rules/W0150.json
src/gen_linter_config/others/data/Pylint/rules/W0160.json
src/gen_linter_config/others/data/Pylint/rules/W0177.json
src/gen_linter_config/others/data/Pylint/rules/W0199.json
src/gen_linter_config/others/data/Pylint/rules/W0201.json
src/gen_linter_config/others/data/Pylint/rules/W0211.json
src/gen_linter_config/others/data/Pylint/rules/W0212.json
src/gen_linter_config/others/data/Pylint/rules/W0213.json
src/gen_linter_config/others/data/Pylint/rules/W0221.json
src/gen_linter_config/others/data/Pylint/rules/W0222.json
src/gen_linter_config/others/data/Pylint/rules/W0223.json
src/gen_linter_config/others/data/Pylint/rules/W0231.json
src/gen_linter_config/others/data/Pylint/rules/W0233.json
src/gen_linter_config/others/data/Pylint/rules/W0235.json
src/gen_linter_config/others/data/Pylint/rules/W0236.json
src/gen_linter_config/others/data/Pylint/rules/W0237.json
src/gen_linter_config/others/data/Pylint/rules/W0238.json
src/gen_linter_config/others/data/Pylint/rules/W0239.json
src/gen_linter_config/others/data/Pylint/rules/W0240.json
src/gen_linter_config/others/data/Pylint/rules/W0244.json
src/gen_linter_config/others/data/Pylint/rules/W0245.json
src/gen_linter_config/others/data/Pylint/rules/W0246.json
src/gen_linter_config/others/data/Pylint/rules/W0301.json
src/gen_linter_config/others/data/Pylint/rules/W0311.json
src/gen_linter_config/others/data/Pylint/rules/W0401.json
src/gen_linter_config/others/data/Pylint/rules/W0404.json
src/gen_linter_config/others/data/Pylint/rules/W0406.json
src/gen_linter_config/others/data/Pylint/rules/W0407.json
src/gen_linter_config/others/data/Pylint/rules/W0410.json
src/gen_linter_config/others/data/Pylint/rules/W0416.json
src/gen_linter_config/others/data/Pylint/rules/W0511.json
src/gen_linter_config/others/data/Pylint/rules/W0601.json
src/gen_linter_config/others/data/Pylint/rules/W0602.json
src/gen_linter_config/others/data/Pylint/rules/W0603.json
src/gen_linter_config/others/data/Pylint/rules/W0604.json
src/gen_linter_config/others/data/Pylint/rules/W0611.json
src/gen_linter_config/others/data/Pylint/rules/W0612.json
src/gen_linter_config/others/data/Pylint/rules/W0613.json
src/gen_linter_config/others/data/Pylint/rules/W0614.json
src/gen_linter_config/others/data/Pylint/rules/W0621.json
src/gen_linter_config/others/data/Pylint/rules/W0622.json
src/gen_linter_config/others/data/Pylint/rules/W0631.json
src/gen_linter_config/others/data/Pylint/rules/W0632.json
src/gen_linter_config/others/data/Pylint/rules/W0640.json
src/gen_linter_config/others/data/Pylint/rules/W0641.json
src/gen_linter_config/others/data/Pylint/rules/W0642.json
src/gen_linter_config/others/data/Pylint/rules/W0644.json
src/gen_linter_config/others/data/Pylint/rules/W0702.json
src/gen_linter_config/others/data/Pylint/rules/W0703.json
src/gen_linter_config/others/data/Pylint/rules/W0705.json
src/gen_linter_config/others/data/Pylint/rules/W0706.json
src/gen_linter_config/others/data/Pylint/rules/W0707.json
src/gen_linter_config/others/data/Pylint/rules/W0711.json
src/gen_linter_config/others/data/Pylint/rules/W0714.json
src/gen_linter_config/others/data/Pylint/rules/W0715.json
src/gen_linter_config/others/data/Pylint/rules/W0716.json
src/gen_linter_config/others/data/Pylint/rules/W0717.json
src/gen_linter_config/others/data/Pylint/rules/W0718.json
src/gen_linter_config/others/data/Pylint/rules/W0719.json
src/gen_linter_config/others/data/Pylint/rules/W1113.json
src/gen_linter_config/others/data/Pylint/rules/W1114.json
src/gen_linter_config/others/data/Pylint/rules/W1115.json
src/gen_linter_config/others/data/Pylint/rules/W1116.json
src/gen_linter_config/others/data/Pylint/rules/W1117.json
src/gen_linter_config/others/data/Pylint/rules/W1201.json
src/gen_linter_config/others/data/Pylint/rules/W1202.json
src/gen_linter_config/others/data/Pylint/rules/W1203.json
src/gen_linter_config/others/data/Pylint/rules/W1300.json
src/gen_linter_config/others/data/Pylint/rules/W1301.json
src/gen_linter_config/others/data/Pylint/rules/W1302.json
src/gen_linter_config/others/data/Pylint/rules/W1303.json
src/gen_linter_config/others/data/Pylint/rules/W1304.json
src/gen_linter_config/others/data/Pylint/rules/W1305.json
src/gen_linter_config/others/data/Pylint/rules/W1306.json
src/gen_linter_config/others/data/Pylint/rules/W1307.json
src/gen_linter_config/others/data/Pylint/rules/W1308.json
src/gen_linter_config/others/data/Pylint/rules/W1309.json
src/gen_linter_config/others/data/Pylint/rules/W1310.json
src/gen_linter_config/others/data/Pylint/rules/W1401.json
src/gen_linter_config/others/data/Pylint/rules/W1402.json
src/gen_linter_config/others/data/Pylint/rules/W1403.json
src/gen_linter_config/others/data/Pylint/rules/W1404.json
src/gen_linter_config/others/data/Pylint/rules/W1405.json
src/gen_linter_config/others/data/Pylint/rules/W1406.json
src/gen_linter_config/others/data/Pylint/rules/W1501.json
src/gen_linter_config/others/data/Pylint/rules/W1502.json
src/gen_linter_config/others/data/Pylint/rules/W1503.json
src/gen_linter_config/others/data/Pylint/rules/W1506.json
src/gen_linter_config/others/data/Pylint/rules/W1507.json
src/gen_linter_config/others/data/Pylint/rules/W1508.json
src/gen_linter_config/others/data/Pylint/rules/W1509.json
src/gen_linter_config/others/data/Pylint/rules/W1510.json
src/gen_linter_config/others/data/Pylint/rules/W1514.json
src/gen_linter_config/others/data/Pylint/rules/W1515.json
src/gen_linter_config/others/data/Pylint/rules/W1516.json
src/gen_linter_config/others/data/Pylint/rules/W1517.json
src/gen_linter_config/others/data/Pylint/rules/W1518.json
src/gen_linter_config/others/data/Pylint/rules/W1641.json
src/gen_linter_config/others/data/Pylint/rules/W2101.json
src/gen_linter_config/others/data/Pylint/rules/W2301.json
src/gen_linter_config/others/data/Pylint/rules/W2402.json
src/gen_linter_config/others/data/Pylint/rules/W2601.json
src/gen_linter_config/others/data/Pylint/rules/W2602.json
src/gen_linter_config/others/data/Pylint/rules/W2603.json
src/gen_linter_config/others/data/Pylint/rules/W2604.json
src/gen_linter_config/others/data/Pylint/rules/W2605.json
src/gen_linter_config/others/data/Pylint/rules/W2606.json
src/gen_linter_config/others/data/Pylint/rules/W2901.json
src/gen_linter_config/others/data/Pylint/rules/W3101.json
src/gen_linter_config/others/data/Pylint/rules/W3201.json
src/gen_linter_config/others/data/Pylint/rules/W3301.json
src/gen_linter_config/others/data/Pylint/rules/W3601.json
src/gen_linter_config/others/data/Pylint/rules/W4701.json
src/gen_linter_config/others/data/Pylint/rules/W4901.json
src/gen_linter_config/others/data/Pylint/rules/W4902.json
src/gen_linter_config/others/data/Pylint/rules/W4903.json
src/gen_linter_config/others/data/Pylint/rules/W4904.json
src/gen_linter_config/others/data/Pylint/rules/W4905.json
src/gen_linter_config/others/data/Pylint/rules/W4906.json
src/gen_linter_config/others/data/Pylint/rules/W6001.json
src/gen_linter_config/others/data/Pylint/rules/W9005.json
src/gen_linter_config/others/data/Pylint/rules/W9006.json
src/gen_linter_config/others/data/Pylint/rules/W9008.json
src/gen_linter_config/others/data/Pylint/rules/W9010.json
src/gen_linter_config/others/data/Pylint/rules/W9011.json
src/gen_linter_config/others/data/Pylint/rules/W9012.json
src/gen_linter_config/others/data/Pylint/rules/W9013.json
src/gen_linter_config/others/data/Pylint/rules/W9014.json
src/gen_linter_config/others/data/Pylint/rules/W9015.json
src/gen_linter_config/others/data/Pylint/rules/W9016.json
src/gen_linter_config/others/data/Pylint/rules/W9017.json
src/gen_linter_config/others/data/Pylint/rules/W9018.json
src/gen_linter_config/others/data/Pylint/rules/W9019.json
src/gen_linter_config/others/data/Pylint/rules/W9020.json
src/gen_linter_config/others/data/Pylint/rules/W9021.json
src/gen_linter_config/others/data/Reek/ReekIndex.json
src/gen_linter_config/others/data/Reek/rules/Attribute.json
src/gen_linter_config/others/data/Reek/rules/Boolean Parameter.json
src/gen_linter_config/others/data/Reek/rules/Class Variable.json
src/gen_linter_config/others/data/Reek/rules/Control Couple.json
src/gen_linter_config/others/data/Reek/rules/Control Parameter.json
src/gen_linter_config/others/data/Reek/rules/Data Clump.json
src/gen_linter_config/others/data/Reek/rules/Duplicate Method Call.json
src/gen_linter_config/others/data/Reek/rules/Feature Envy.json
src/gen_linter_config/others/data/Reek/rules/Instance Variable Assumption.json
src/gen_linter_config/others/data/Reek/rules/Irresponsible Module.json
src/gen_linter_config/others/data/Reek/rules/Large Class.json
src/gen_linter_config/others/data/Reek/rules/Long Parameter List.json
src/gen_linter_config/others/data/Reek/rules/Long Yield List.json
src/gen_linter_config/others/data/Reek/rules/Manual Dispatch.json
src/gen_linter_config/others/data/Reek/rules/Missing Safe Method.json
src/gen_linter_config/others/data/Reek/rules/Module Initialize.json
src/gen_linter_config/others/data/Reek/rules/Nested Iterators.json
src/gen_linter_config/others/data/Reek/rules/Nil Check.json
src/gen_linter_config/others/data/Reek/rules/Repeated Conditional.json
src/gen_linter_config/others/data/Reek/rules/Simulated Polymorphism.json
src/gen_linter_config/others/data/Reek/rules/Subclassed From Core Class.json
src/gen_linter_config/others/data/Reek/rules/Too Many Constants.json
src/gen_linter_config/others/data/Reek/rules/Too Many Instance Variables.json
src/gen_linter_config/others/data/Reek/rules/Too Many Methods.json
src/gen_linter_config/others/data/Reek/rules/Too Many Statements.json
src/gen_linter_config/others/data/Reek/rules/Uncommunicative Method Name.json
src/gen_linter_config/others/data/Reek/rules/Uncommunicative Module Name.json
src/gen_linter_config/others/data/Reek/rules/Uncommunicative Name.json
src/gen_linter_config/others/data/Reek/rules/Uncommunicative Parameter Name.json
src/gen_linter_config/others/data/Reek/rules/Uncommunicative Variable Name.json
src/gen_linter_config/others/data/Reek/rules/Unused Parameters.json
src/gen_linter_config/others/data/Reek/rules/Unused Private Method.json
src/gen_linter_config/others/data/Reek/rules/Utility Function.json
src/gen_linter_config/others/data/RuboCop/RuboCopIndex.json
src/gen_linter_config/others/data/RuboCop/rules/Bundler_DuplicatedGem.json
src/gen_linter_config/others/data/RuboCop/rules/Bundler_DuplicatedGroup.json
src/gen_linter_config/others/data/RuboCop/rules/Bundler_GemComment.json
src/gen_linter_config/others/data/RuboCop/rules/Bundler_GemFilename.json
src/gen_linter_config/others/data/RuboCop/rules/Bundler_GemVersion.json
src/gen_linter_config/others/data/RuboCop/rules/Bundler_InsecureProtocolSource.json
src/gen_linter_config/others/data/RuboCop/rules/Bundler_OrderedGems.json
src/gen_linter_config/others/data/RuboCop/rules/Gemspec_AddRuntimeDependency.json
src/gen_linter_config/others/data/RuboCop/rules/Gemspec_AttributeAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Gemspec_DependencyVersion.json
src/gen_linter_config/others/data/RuboCop/rules/Gemspec_DeprecatedAttributeAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Gemspec_DevelopmentDependencies.json
src/gen_linter_config/others/data/RuboCop/rules/Gemspec_DuplicatedAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Gemspec_OrderedDependencies.json
src/gen_linter_config/others/data/RuboCop/rules/Gemspec_RequireMFA.json
src/gen_linter_config/others/data/RuboCop/rules/Gemspec_RequiredRubyVersion.json
src/gen_linter_config/others/data/RuboCop/rules/Gemspec_RubyVersionGlobalsUsage.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_AccessModifierIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_ArgumentAlignment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_ArrayAlignment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_AssignmentIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_BeginEndAlignment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_BlockAlignment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_BlockEndNewline.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_CaseIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_ClassStructure.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_ClosingHeredocIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_ClosingParenthesisIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_CommentIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_ConditionPosition.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_DefEndAlignment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_DotPosition.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_ElseAlignment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyComment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLineAfterGuardClause.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLineAfterMagicComment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLineAfterMultilineCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLineBetweenDefs.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLines.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLinesAfterModuleInclusion.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLinesAroundAccessModifier.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLinesAroundArguments.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLinesAroundAttributeAccessor.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLinesAroundBeginBody.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLinesAroundBlockBody.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLinesAroundClassBody.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLinesAroundExceptionHandlingKeywords.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLinesAroundMethodBody.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EmptyLinesAroundModuleBody.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EndAlignment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_EndOfLine.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_ExtraSpacing.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_FirstArgumentIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_FirstArrayElementIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_FirstArrayElementLineBreak.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_FirstHashElementIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_FirstHashElementLineBreak.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_FirstMethodArgumentLineBreak.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_FirstMethodParameterLineBreak.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_FirstParameterIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_HashAlignment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_HeredocArgumentClosingParenthesis.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_HeredocIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_IndentationConsistency.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_IndentationStyle.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_IndentationWidth.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_InitialIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_LeadingCommentSpace.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_LeadingEmptyLines.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_LineContinuationLeadingSpace.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_LineContinuationSpacing.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_LineEndStringConcatenationIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_LineLength.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineArrayBraceLayout.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineArrayLineBreaks.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineAssignmentLayout.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineBlockLayout.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineHashBraceLayout.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineHashKeyLineBreaks.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineMethodArgumentLineBreaks.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineMethodCallBraceLayout.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineMethodCallIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineMethodDefinitionBraceLayout.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineMethodParameterLineBreaks.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_MultilineOperationIndentation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_ParameterAlignment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_RedundantLineBreak.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_RescueEnsureAlignment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SingleLineBlockChain.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceAfterColon.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceAfterComma.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceAfterMethodName.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceAfterNot.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceAfterSemicolon.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceAroundBlockParameters.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceAroundEqualsInParameterDefault.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceAroundKeyword.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceAroundMethodCallOperator.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceAroundOperators.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceBeforeBlockBraces.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceBeforeBrackets.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceBeforeComma.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceBeforeComment.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceBeforeFirstArg.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceBeforeSemicolon.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceInLambdaLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceInsideArrayLiteralBrackets.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceInsideArrayPercentLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceInsideBlockBraces.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceInsideHashLiteralBraces.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceInsideParens.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceInsidePercentLiteralDelimiters.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceInsideRangeLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceInsideReferenceBrackets.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_SpaceInsideStringInterpolation.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_TrailingEmptyLines.json
src/gen_linter_config/others/data/RuboCop/rules/Layout_TrailingWhitespace.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_AmbiguousAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_AmbiguousBlockAssociation.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_AmbiguousOperator.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_AmbiguousOperatorPrecedence.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_AmbiguousRange.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_AmbiguousRegexpLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ArrayLiteralInRegexp.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_AssignmentInCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_BigDecimalNew.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_BinaryOperatorWithIdenticalOperands.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_BooleanSymbol.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_CircularArgumentReference.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ConstantDefinitionInBlock.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ConstantOverwrittenInRescue.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ConstantReassignment.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ConstantResolution.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_CopDirectiveSyntax.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_Debugger.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DeprecatedClassMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DeprecatedConstants.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DeprecatedOpenSSLConstant.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DisjunctiveAssignmentInConstructor.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateBranch.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateCaseCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateElsifCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateHashKey.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateMagicComment.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateMatchPattern.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateRegexpCharacterClassElement.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateRequire.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateRescueException.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_DuplicateSetElement.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EachWithObjectArgument.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ElseLayout.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EmptyBlock.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EmptyClass.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EmptyConditionalBody.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EmptyEnsure.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EmptyExpression.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EmptyFile.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EmptyInPattern.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EmptyInterpolation.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EmptyWhen.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_EnsureReturn.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ErbNewArguments.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_FlipFlop.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_FloatComparison.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_FloatOutOfRange.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_FormatParameterMismatch.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_HashCompareByIdentity.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_HashNewWithKeywordArgumentsAsDefault.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_HeredocMethodCallPosition.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_IdentityComparison.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ImplicitStringConcatenation.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_IncompatibleIoSelectWithFiberScheduler.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_IneffectiveAccessModifier.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_InheritException.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_InterpolationCheck.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ItWithoutArgumentsInBlock.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_LambdaWithoutLiteralBlock.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_LiteralAsCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_LiteralAssignmentInCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_LiteralInInterpolation.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_Loop.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_MissingCopEnableDirective.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_MissingSuper.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_MixedCaseRange.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_MixedRegexpCaptureTypes.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_MultipleComparison.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_NestedMethodDefinition.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_NestedPercentLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_NextWithoutAccumulator.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_NoReturnInBeginEndBlocks.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_NonAtomicFileOperation.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_NonDeterministicRequireOrder.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_NonLocalExitFromIterator.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_NumberConversion.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_NumberedParameterAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_NumericOperationWithConstantResult.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_OrAssignmentToConstant.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_OrderedMagicComments.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_OutOfRangeRegexpRef.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ParenthesesAsGroupedExpression.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_PercentStringArray.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_PercentSymbolArray.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RaiseException.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RandOne.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantCopDisableDirective.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantCopEnableDirective.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantDirGlobSort.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantRegexpQuantifiers.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantRequireStatement.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantSafeNavigation.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantSplatExpansion.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantStringCoercion.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantTypeConversion.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantWithIndex.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RedundantWithObject.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RefinementImportMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RegexpAsCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RequireParentheses.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RequireRangeParentheses.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RequireRelativeSelfPath.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RescueException.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_RescueType.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ReturnInVoidContext.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_SafeNavigationChain.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_SafeNavigationConsistency.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_SafeNavigationWithEmpty.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ScriptPermission.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_SelfAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_SendWithMixinArgument.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ShadowedArgument.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ShadowedException.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ShadowingOuterLocalVariable.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_SharedMutableDefault.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_StructNewOverride.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_SuppressedException.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_SuppressedExceptionInNumberConversion.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_SymbolConversion.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_Syntax.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ToEnumArguments.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_ToJSON.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_TopLevelReturnWithArgument.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_TrailingCommaInAttributeDeclaration.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_TripleQuotes.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UnderscorePrefixedVariableName.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UnescapedBracketInRegexp.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UnexpectedBlockArity.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UnifiedInteger.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UnmodifiedReduceAccumulator.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UnreachableCode.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UnreachableLoop.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UnusedBlockArgument.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UnusedMethodArgument.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UriEscapeUnescape.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UriRegexp.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessAccessModifier.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessConstantScoping.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessDefaultValueArgument.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessDefined.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessElseWithoutRescue.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessMethodDefinition.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessNumericOperation.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessOr.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessRescue.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessRuby2Keywords.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessSetterCall.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_UselessTimes.json
src/gen_linter_config/others/data/RuboCop/rules/Lint_Void.json
src/gen_linter_config/others/data/RuboCop/rules/Metrics_AbcSize.json
src/gen_linter_config/others/data/RuboCop/rules/Metrics_BlockLength.json
src/gen_linter_config/others/data/RuboCop/rules/Metrics_BlockNesting.json
src/gen_linter_config/others/data/RuboCop/rules/Metrics_ClassLength.json
src/gen_linter_config/others/data/RuboCop/rules/Metrics_CollectionLiteralLength.json
src/gen_linter_config/others/data/RuboCop/rules/Metrics_CyclomaticComplexity.json
src/gen_linter_config/others/data/RuboCop/rules/Metrics_MethodLength.json
src/gen_linter_config/others/data/RuboCop/rules/Metrics_ModuleLength.json
src/gen_linter_config/others/data/RuboCop/rules/Metrics_ParameterLists.json
src/gen_linter_config/others/data/RuboCop/rules/Metrics_PerceivedComplexity.json
src/gen_linter_config/others/data/RuboCop/rules/Migration_DepartmentName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_AccessorMethodName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_AsciiIdentifiers.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_BinaryOperatorParameterName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_BlockForwarding.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_BlockParameterName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_ClassAndModuleCamelCase.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_ConstantName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_FileName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_HeredocDelimiterCase.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_HeredocDelimiterNaming.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_InclusiveLanguage.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_MemoizedInstanceVariableName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_MethodName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_MethodParameterName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_PredicateMethod.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_PredicatePrefix.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_RescuedExceptionsVariableName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_VariableName.json
src/gen_linter_config/others/data/RuboCop/rules/Naming_VariableNumber.json
src/gen_linter_config/others/data/RuboCop/rules/Security_CompoundHash.json
src/gen_linter_config/others/data/RuboCop/rules/Security_Eval.json
src/gen_linter_config/others/data/RuboCop/rules/Security_IoMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Security_JSONLoad.json
src/gen_linter_config/others/data/RuboCop/rules/Security_MarshalLoad.json
src/gen_linter_config/others/data/RuboCop/rules/Security_Open.json
src/gen_linter_config/others/data/RuboCop/rules/Security_YAMLLoad.json
src/gen_linter_config/others/data/RuboCop/rules/Style_AccessModifierDeclarations.json
src/gen_linter_config/others/data/RuboCop/rules/Style_AccessorGrouping.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Alias.json
src/gen_linter_config/others/data/RuboCop/rules/Style_AmbiguousEndlessMethodDefinition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_AndOr.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ArgumentsForwarding.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ArrayCoercion.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ArrayFirstLast.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ArrayIntersect.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ArrayIntersectWithSingleElement.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ArrayJoin.json
src/gen_linter_config/others/data/RuboCop/rules/Style_AsciiComments.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Attr.json
src/gen_linter_config/others/data/RuboCop/rules/Style_AutoResourceCleanup.json
src/gen_linter_config/others/data/RuboCop/rules/Style_BarePercentLiterals.json
src/gen_linter_config/others/data/RuboCop/rules/Style_BeginBlock.json
src/gen_linter_config/others/data/RuboCop/rules/Style_BisectedAttrAccessor.json
src/gen_linter_config/others/data/RuboCop/rules/Style_BitwisePredicate.json
src/gen_linter_config/others/data/RuboCop/rules/Style_BlockComments.json
src/gen_linter_config/others/data/RuboCop/rules/Style_BlockDelimiters.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CaseEquality.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CaseLikeIf.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CharacterLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ClassAndModuleChildren.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ClassCheck.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ClassEqualityComparison.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ClassMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ClassMethodsDefinitions.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ClassVars.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CollectionCompact.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CollectionMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CollectionQuerying.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ColonMethodCall.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ColonMethodDefinition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CombinableDefined.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CombinableLoops.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CommandLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CommentAnnotation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_CommentedKeyword.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ComparableBetween.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ComparableClamp.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ConcatArrayLiterals.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ConditionalAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ConstantVisibility.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Copyright.json
src/gen_linter_config/others/data/RuboCop/rules/Style_DataInheritance.json
src/gen_linter_config/others/data/RuboCop/rules/Style_DateTime.json
src/gen_linter_config/others/data/RuboCop/rules/Style_DefWithParentheses.json
src/gen_linter_config/others/data/RuboCop/rules/Style_DigChain.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Dir.json
src/gen_linter_config/others/data/RuboCop/rules/Style_DirEmpty.json
src/gen_linter_config/others/data/RuboCop/rules/Style_DisableCopsWithinSourceCodeDirective.json
src/gen_linter_config/others/data/RuboCop/rules/Style_DocumentDynamicEvalDefinition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Documentation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_DocumentationMethod.json
src/gen_linter_config/others/data/RuboCop/rules/Style_DoubleCopDisableDirective.json
src/gen_linter_config/others/data/RuboCop/rules/Style_DoubleNegation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EachForSimpleLoop.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EachWithObject.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EmptyBlockParameter.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EmptyCaseCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EmptyClassDefinition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EmptyElse.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EmptyHeredoc.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EmptyLambdaParameter.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EmptyLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EmptyMethod.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EmptyStringInsideInterpolation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Encoding.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EndBlock.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EndlessMethod.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EnvHome.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EvalWithLocation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_EvenOdd.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ExactRegexpMatch.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ExpandPathArguments.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ExplicitBlockArgument.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ExponentialNotation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_FetchEnvVar.json
src/gen_linter_config/others/data/RuboCop/rules/Style_FileEmpty.json
src/gen_linter_config/others/data/RuboCop/rules/Style_FileNull.json
src/gen_linter_config/others/data/RuboCop/rules/Style_FileRead.json
src/gen_linter_config/others/data/RuboCop/rules/Style_FileTouch.json
src/gen_linter_config/others/data/RuboCop/rules/Style_FileWrite.json
src/gen_linter_config/others/data/RuboCop/rules/Style_FloatDivision.json
src/gen_linter_config/others/data/RuboCop/rules/Style_For.json
src/gen_linter_config/others/data/RuboCop/rules/Style_FormatString.json
src/gen_linter_config/others/data/RuboCop/rules/Style_FormatStringToken.json
src/gen_linter_config/others/data/RuboCop/rules/Style_FrozenStringLiteralComment.json
src/gen_linter_config/others/data/RuboCop/rules/Style_GlobalStdStream.json
src/gen_linter_config/others/data/RuboCop/rules/Style_GlobalVars.json
src/gen_linter_config/others/data/RuboCop/rules/Style_GuardClause.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashAsLastArrayItem.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashConversion.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashEachMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashExcept.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashFetchChain.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashLikeCase.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashLookupMethod.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashSlice.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashSyntax.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashTransformKeys.json
src/gen_linter_config/others/data/RuboCop/rules/Style_HashTransformValues.json
src/gen_linter_config/others/data/RuboCop/rules/Style_IdenticalConditionalBranches.json
src/gen_linter_config/others/data/RuboCop/rules/Style_IfInsideElse.json
src/gen_linter_config/others/data/RuboCop/rules/Style_IfUnlessModifier.json
src/gen_linter_config/others/data/RuboCop/rules/Style_IfUnlessModifierOfIfUnless.json
src/gen_linter_config/others/data/RuboCop/rules/Style_IfWithBooleanLiteralBranches.json
src/gen_linter_config/others/data/RuboCop/rules/Style_IfWithSemicolon.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ImplicitRuntimeError.json
src/gen_linter_config/others/data/RuboCop/rules/Style_InPatternThen.json
src/gen_linter_config/others/data/RuboCop/rules/Style_InfiniteLoop.json
src/gen_linter_config/others/data/RuboCop/rules/Style_InlineComment.json
src/gen_linter_config/others/data/RuboCop/rules/Style_InverseMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Style_InvertibleUnlessCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_IpAddresses.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ItAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ItBlockParameter.json
src/gen_linter_config/others/data/RuboCop/rules/Style_KeywordArgumentsMerging.json
src/gen_linter_config/others/data/RuboCop/rules/Style_KeywordParametersOrder.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Lambda.json
src/gen_linter_config/others/data/RuboCop/rules/Style_LambdaCall.json
src/gen_linter_config/others/data/RuboCop/rules/Style_LineEndConcatenation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MagicCommentFormat.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MapCompactWithConditionalBlock.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MapIntoArray.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MapToHash.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MapToSet.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MethodCallWithArgsParentheses.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MethodCallWithoutArgsParentheses.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MethodCalledOnDoEndBlock.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MethodDefParentheses.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MinMax.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MinMaxComparison.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MissingElse.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MissingRespondToMissing.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MixinGrouping.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MixinUsage.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ModuleFunction.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ModuleMemberExistenceCheck.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MultilineBlockChain.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MultilineIfModifier.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MultilineIfThen.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MultilineInPatternThen.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MultilineMemoization.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MultilineMethodSignature.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MultilineTernaryOperator.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MultilineWhenThen.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MultipleComparison.json
src/gen_linter_config/others/data/RuboCop/rules/Style_MutableConstant.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NegatedIf.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NegatedIfElseCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NegatedUnless.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NegatedWhile.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NegativeArrayIndex.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NestedFileDirname.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NestedModifier.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NestedParenthesizedCalls.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NestedTernaryOperator.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Next.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NilComparison.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NilLambda.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NonNilCheck.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Not.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NumberedParameters.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NumberedParametersLimit.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NumericLiteralPrefix.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NumericLiterals.json
src/gen_linter_config/others/data/RuboCop/rules/Style_NumericPredicate.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ObjectThen.json
src/gen_linter_config/others/data/RuboCop/rules/Style_OneLineConditional.json
src/gen_linter_config/others/data/RuboCop/rules/Style_OpenStructUse.json
src/gen_linter_config/others/data/RuboCop/rules/Style_OperatorMethodCall.json
src/gen_linter_config/others/data/RuboCop/rules/Style_OptionHash.json
src/gen_linter_config/others/data/RuboCop/rules/Style_OptionalArguments.json
src/gen_linter_config/others/data/RuboCop/rules/Style_OptionalBooleanParameter.json
src/gen_linter_config/others/data/RuboCop/rules/Style_OrAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ParallelAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ParenthesesAroundCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_PercentLiteralDelimiters.json
src/gen_linter_config/others/data/RuboCop/rules/Style_PercentQLiterals.json
src/gen_linter_config/others/data/RuboCop/rules/Style_PerlBackrefs.json
src/gen_linter_config/others/data/RuboCop/rules/Style_PreferredHashMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Proc.json
src/gen_linter_config/others/data/RuboCop/rules/Style_QuotedSymbols.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RaiseArgs.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RandomWithOffset.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantArgument.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantArrayConstructor.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantArrayFlatten.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantBegin.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantCapitalW.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantConditional.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantConstantBase.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantCurrentDirectoryInPath.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantDoubleSplatHashBraces.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantEach.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantException.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantFetchBlock.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantFileExtensionInRequire.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantFilterChain.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantFormat.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantFreeze.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantHeredocDelimiterQuotes.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantInitialize.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantInterpolation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantInterpolationUnfreeze.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantLineContinuation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantParentheses.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantPercentQ.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantRegexpArgument.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantRegexpCharacterClass.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantRegexpConstructor.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantRegexpEscape.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantReturn.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantSelf.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantSelfAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantSelfAssignmentBranch.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantSort.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantSortBy.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RedundantStringEscape.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RegexpLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RequireOrder.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RescueModifier.json
src/gen_linter_config/others/data/RuboCop/rules/Style_RescueStandardError.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ReturnNil.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ReturnNilInPredicateMethodDefinition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ReverseFind.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SafeNavigation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SafeNavigationChainLength.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Sample.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SelectByRegexp.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SelfAssignment.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Semicolon.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Send.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SendWithLiteralMethodName.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SignalException.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SingleArgumentDig.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SingleLineBlockParams.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SingleLineDoEndBlock.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SingleLineMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SlicingWithRange.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SoleNestedConditional.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SpecialGlobalVars.json
src/gen_linter_config/others/data/RuboCop/rules/Style_StabbyLambdaParentheses.json
src/gen_linter_config/others/data/RuboCop/rules/Style_StaticClass.json
src/gen_linter_config/others/data/RuboCop/rules/Style_StderrPuts.json
src/gen_linter_config/others/data/RuboCop/rules/Style_StringChars.json
src/gen_linter_config/others/data/RuboCop/rules/Style_StringConcatenation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_StringHashKeys.json
src/gen_linter_config/others/data/RuboCop/rules/Style_StringLiterals.json
src/gen_linter_config/others/data/RuboCop/rules/Style_StringLiteralsInInterpolation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_StringMethods.json
src/gen_linter_config/others/data/RuboCop/rules/Style_Strip.json
src/gen_linter_config/others/data/RuboCop/rules/Style_StructInheritance.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SuperArguments.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SuperWithArgsParentheses.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SwapValues.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SymbolArray.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SymbolLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Style_SymbolProc.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TernaryParentheses.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TopLevelMethodDefinition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TrailingBodyOnClass.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TrailingBodyOnMethodDefinition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TrailingBodyOnModule.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TrailingCommaInArguments.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TrailingCommaInArrayLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TrailingCommaInBlockArgs.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TrailingCommaInHashLiteral.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TrailingMethodEndStatement.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TrailingUnderscoreVariable.json
src/gen_linter_config/others/data/RuboCop/rules/Style_TrivialAccessors.json
src/gen_linter_config/others/data/RuboCop/rules/Style_UnlessElse.json
src/gen_linter_config/others/data/RuboCop/rules/Style_UnlessLogicalOperators.json
src/gen_linter_config/others/data/RuboCop/rules/Style_UnpackFirst.json
src/gen_linter_config/others/data/RuboCop/rules/Style_VariableInterpolation.json
src/gen_linter_config/others/data/RuboCop/rules/Style_WhenThen.json
src/gen_linter_config/others/data/RuboCop/rules/Style_WhileUntilDo.json
src/gen_linter_config/others/data/RuboCop/rules/Style_WhileUntilModifier.json
src/gen_linter_config/others/data/RuboCop/rules/Style_WordArray.json
src/gen_linter_config/others/data/RuboCop/rules/Style_YAMLFileRead.json
src/gen_linter_config/others/data/RuboCop/rules/Style_YodaCondition.json
src/gen_linter_config/others/data/RuboCop/rules/Style_YodaExpression.json
src/gen_linter_config/others/data/RuboCop/rules/Style_ZeroLengthPredicate.json
src/gen_linter_config/others/data/Ruff/RuffCompleteInformation.json
src/gen_linter_config/others/data/Ruff/RuffIndex.json
src/gen_linter_config/others/data/Ruff/rules/A001.json
src/gen_linter_config/others/data/Ruff/rules/A002.json
src/gen_linter_config/others/data/Ruff/rules/A003.json
src/gen_linter_config/others/data/Ruff/rules/A004.json
src/gen_linter_config/others/data/Ruff/rules/A005.json
src/gen_linter_config/others/data/Ruff/rules/A006.json
src/gen_linter_config/others/data/Ruff/rules/AIR001.json
src/gen_linter_config/others/data/Ruff/rules/AIR002.json
src/gen_linter_config/others/data/Ruff/rules/AIR301.json
src/gen_linter_config/others/data/Ruff/rules/AIR302.json
src/gen_linter_config/others/data/Ruff/rules/AIR303.json
src/gen_linter_config/others/data/Ruff/rules/AIR311.json
src/gen_linter_config/others/data/Ruff/rules/AIR312.json
src/gen_linter_config/others/data/Ruff/rules/ANN001.json
src/gen_linter_config/others/data/Ruff/rules/ANN002.json
src/gen_linter_config/others/data/Ruff/rules/ANN003.json
src/gen_linter_config/others/data/Ruff/rules/ANN201.json
src/gen_linter_config/others/data/Ruff/rules/ANN202.json
src/gen_linter_config/others/data/Ruff/rules/ANN204.json
src/gen_linter_config/others/data/Ruff/rules/ANN205.json
src/gen_linter_config/others/data/Ruff/rules/ANN206.json
src/gen_linter_config/others/data/Ruff/rules/ANN401.json
src/gen_linter_config/others/data/Ruff/rules/ARG001.json
src/gen_linter_config/others/data/Ruff/rules/ARG002.json
src/gen_linter_config/others/data/Ruff/rules/ARG003.json
src/gen_linter_config/others/data/Ruff/rules/ARG004.json
src/gen_linter_config/others/data/Ruff/rules/ARG005.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC100.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC105.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC109.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC110.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC115.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC116.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC210.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC212.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC220.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC221.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC222.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC230.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC240.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC250.json
src/gen_linter_config/others/data/Ruff/rules/ASYNC251.json
src/gen_linter_config/others/data/Ruff/rules/B002.json
src/gen_linter_config/others/data/Ruff/rules/B003.json
src/gen_linter_config/others/data/Ruff/rules/B004.json
src/gen_linter_config/others/data/Ruff/rules/B005.json
src/gen_linter_config/others/data/Ruff/rules/B006.json
src/gen_linter_config/others/data/Ruff/rules/B007.json
src/gen_linter_config/others/data/Ruff/rules/B008.json
src/gen_linter_config/others/data/Ruff/rules/B009.json
src/gen_linter_config/others/data/Ruff/rules/B010.json
src/gen_linter_config/others/data/Ruff/rules/B011.json
src/gen_linter_config/others/data/Ruff/rules/B012.json
src/gen_linter_config/others/data/Ruff/rules/B013.json
src/gen_linter_config/others/data/Ruff/rules/B014.json
src/gen_linter_config/others/data/Ruff/rules/B015.json
src/gen_linter_config/others/data/Ruff/rules/B016.json
src/gen_linter_config/others/data/Ruff/rules/B017.json
src/gen_linter_config/others/data/Ruff/rules/B018.json
src/gen_linter_config/others/data/Ruff/rules/B019.json
src/gen_linter_config/others/data/Ruff/rules/B020.json
src/gen_linter_config/others/data/Ruff/rules/B021.json
src/gen_linter_config/others/data/Ruff/rules/B022.json
src/gen_linter_config/others/data/Ruff/rules/B023.json
src/gen_linter_config/others/data/Ruff/rules/B024.json
src/gen_linter_config/others/data/Ruff/rules/B025.json
src/gen_linter_config/others/data/Ruff/rules/B026.json
src/gen_linter_config/others/data/Ruff/rules/B027.json
src/gen_linter_config/others/data/Ruff/rules/B028.json
src/gen_linter_config/others/data/Ruff/rules/B029.json
src/gen_linter_config/others/data/Ruff/rules/B030.json
src/gen_linter_config/others/data/Ruff/rules/B031.json
src/gen_linter_config/others/data/Ruff/rules/B032.json
src/gen_linter_config/others/data/Ruff/rules/B033.json
src/gen_linter_config/others/data/Ruff/rules/B034.json
src/gen_linter_config/others/data/Ruff/rules/B035.json
src/gen_linter_config/others/data/Ruff/rules/B039.json
src/gen_linter_config/others/data/Ruff/rules/B901.json
src/gen_linter_config/others/data/Ruff/rules/B903.json
src/gen_linter_config/others/data/Ruff/rules/B904.json
src/gen_linter_config/others/data/Ruff/rules/B905.json
src/gen_linter_config/others/data/Ruff/rules/B909.json
src/gen_linter_config/others/data/Ruff/rules/B911.json
src/gen_linter_config/others/data/Ruff/rules/B912.json
src/gen_linter_config/others/data/Ruff/rules/BLE001.json
src/gen_linter_config/others/data/Ruff/rules/C400.json
src/gen_linter_config/others/data/Ruff/rules/C401.json
src/gen_linter_config/others/data/Ruff/rules/C402.json
src/gen_linter_config/others/data/Ruff/rules/C403.json
src/gen_linter_config/others/data/Ruff/rules/C404.json
src/gen_linter_config/others/data/Ruff/rules/C405.json
src/gen_linter_config/others/data/Ruff/rules/C406.json
src/gen_linter_config/others/data/Ruff/rules/C408.json
src/gen_linter_config/others/data/Ruff/rules/C409.json
src/gen_linter_config/others/data/Ruff/rules/C410.json
src/gen_linter_config/others/data/Ruff/rules/C411.json
src/gen_linter_config/others/data/Ruff/rules/C413.json
src/gen_linter_config/others/data/Ruff/rules/C414.json
src/gen_linter_config/others/data/Ruff/rules/C415.json
src/gen_linter_config/others/data/Ruff/rules/C416.json
src/gen_linter_config/others/data/Ruff/rules/C417.json
src/gen_linter_config/others/data/Ruff/rules/C418.json
src/gen_linter_config/others/data/Ruff/rules/C419.json
src/gen_linter_config/others/data/Ruff/rules/C420.json
src/gen_linter_config/others/data/Ruff/rules/C901.json
src/gen_linter_config/others/data/Ruff/rules/COM812.json
src/gen_linter_config/others/data/Ruff/rules/COM818.json
src/gen_linter_config/others/data/Ruff/rules/COM819.json
src/gen_linter_config/others/data/Ruff/rules/CPY001.json
src/gen_linter_config/others/data/Ruff/rules/D100.json
src/gen_linter_config/others/data/Ruff/rules/D101.json
src/gen_linter_config/others/data/Ruff/rules/D102.json
src/gen_linter_config/others/data/Ruff/rules/D103.json
src/gen_linter_config/others/data/Ruff/rules/D104.json
src/gen_linter_config/others/data/Ruff/rules/D105.json
src/gen_linter_config/others/data/Ruff/rules/D106.json
src/gen_linter_config/others/data/Ruff/rules/D107.json
src/gen_linter_config/others/data/Ruff/rules/D200.json
src/gen_linter_config/others/data/Ruff/rules/D201.json
src/gen_linter_config/others/data/Ruff/rules/D202.json
src/gen_linter_config/others/data/Ruff/rules/D203.json
src/gen_linter_config/others/data/Ruff/rules/D204.json
src/gen_linter_config/others/data/Ruff/rules/D205.json
src/gen_linter_config/others/data/Ruff/rules/D206.json
src/gen_linter_config/others/data/Ruff/rules/D207.json
src/gen_linter_config/others/data/Ruff/rules/D208.json
src/gen_linter_config/others/data/Ruff/rules/D209.json
src/gen_linter_config/others/data/Ruff/rules/D210.json
src/gen_linter_config/others/data/Ruff/rules/D211.json
src/gen_linter_config/others/data/Ruff/rules/D212.json
src/gen_linter_config/others/data/Ruff/rules/D213.json
src/gen_linter_config/others/data/Ruff/rules/D214.json
src/gen_linter_config/others/data/Ruff/rules/D215.json
src/gen_linter_config/others/data/Ruff/rules/D300.json
src/gen_linter_config/others/data/Ruff/rules/D301.json
src/gen_linter_config/others/data/Ruff/rules/D400.json
src/gen_linter_config/others/data/Ruff/rules/D401.json
src/gen_linter_config/others/data/Ruff/rules/D402.json
src/gen_linter_config/others/data/Ruff/rules/D403.json
src/gen_linter_config/others/data/Ruff/rules/D404.json
src/gen_linter_config/others/data/Ruff/rules/D405.json
src/gen_linter_config/others/data/Ruff/rules/D406.json
src/gen_linter_config/others/data/Ruff/rules/D407.json
src/gen_linter_config/others/data/Ruff/rules/D408.json
src/gen_linter_config/others/data/Ruff/rules/D409.json
src/gen_linter_config/others/data/Ruff/rules/D410.json
src/gen_linter_config/others/data/Ruff/rules/D411.json
src/gen_linter_config/others/data/Ruff/rules/D412.json
src/gen_linter_config/others/data/Ruff/rules/D413.json
src/gen_linter_config/others/data/Ruff/rules/D414.json
src/gen_linter_config/others/data/Ruff/rules/D415.json
src/gen_linter_config/others/data/Ruff/rules/D416.json
src/gen_linter_config/others/data/Ruff/rules/D417.json
src/gen_linter_config/others/data/Ruff/rules/D418.json
src/gen_linter_config/others/data/Ruff/rules/D419.json
src/gen_linter_config/others/data/Ruff/rules/DJ001.json
src/gen_linter_config/others/data/Ruff/rules/DJ003.json
src/gen_linter_config/others/data/Ruff/rules/DJ006.json
src/gen_linter_config/others/data/Ruff/rules/DJ007.json
src/gen_linter_config/others/data/Ruff/rules/DJ008.json
src/gen_linter_config/others/data/Ruff/rules/DJ012.json
src/gen_linter_config/others/data/Ruff/rules/DJ013.json
src/gen_linter_config/others/data/Ruff/rules/DOC102.json
src/gen_linter_config/others/data/Ruff/rules/DOC201.json
src/gen_linter_config/others/data/Ruff/rules/DOC202.json
src/gen_linter_config/others/data/Ruff/rules/DOC402.json
src/gen_linter_config/others/data/Ruff/rules/DOC403.json
src/gen_linter_config/others/data/Ruff/rules/DOC501.json
src/gen_linter_config/others/data/Ruff/rules/DOC502.json
src/gen_linter_config/others/data/Ruff/rules/DTZ001.json
src/gen_linter_config/others/data/Ruff/rules/DTZ002.json
src/gen_linter_config/others/data/Ruff/rules/DTZ003.json
src/gen_linter_config/others/data/Ruff/rules/DTZ004.json
src/gen_linter_config/others/data/Ruff/rules/DTZ005.json
src/gen_linter_config/others/data/Ruff/rules/DTZ006.json
src/gen_linter_config/others/data/Ruff/rules/DTZ007.json
src/gen_linter_config/others/data/Ruff/rules/DTZ011.json
src/gen_linter_config/others/data/Ruff/rules/DTZ012.json
src/gen_linter_config/others/data/Ruff/rules/DTZ901.json
src/gen_linter_config/others/data/Ruff/rules/E101.json
src/gen_linter_config/others/data/Ruff/rules/E111.json
src/gen_linter_config/others/data/Ruff/rules/E112.json
src/gen_linter_config/others/data/Ruff/rules/E113.json
src/gen_linter_config/others/data/Ruff/rules/E114.json
src/gen_linter_config/others/data/Ruff/rules/E115.json
src/gen_linter_config/others/data/Ruff/rules/E116.json
src/gen_linter_config/others/data/Ruff/rules/E117.json
src/gen_linter_config/others/data/Ruff/rules/E201.json
src/gen_linter_config/others/data/Ruff/rules/E202.json
src/gen_linter_config/others/data/Ruff/rules/E203.json
src/gen_linter_config/others/data/Ruff/rules/E204.json
src/gen_linter_config/others/data/Ruff/rules/E211.json
src/gen_linter_config/others/data/Ruff/rules/E221.json
src/gen_linter_config/others/data/Ruff/rules/E222.json
src/gen_linter_config/others/data/Ruff/rules/E223.json
src/gen_linter_config/others/data/Ruff/rules/E224.json
src/gen_linter_config/others/data/Ruff/rules/E225.json
src/gen_linter_config/others/data/Ruff/rules/E226.json
src/gen_linter_config/others/data/Ruff/rules/E227.json
src/gen_linter_config/others/data/Ruff/rules/E228.json
src/gen_linter_config/others/data/Ruff/rules/E231.json
src/gen_linter_config/others/data/Ruff/rules/E241.json
src/gen_linter_config/others/data/Ruff/rules/E242.json
src/gen_linter_config/others/data/Ruff/rules/E251.json
src/gen_linter_config/others/data/Ruff/rules/E252.json
src/gen_linter_config/others/data/Ruff/rules/E261.json
src/gen_linter_config/others/data/Ruff/rules/E262.json
src/gen_linter_config/others/data/Ruff/rules/E265.json
src/gen_linter_config/others/data/Ruff/rules/E266.json
src/gen_linter_config/others/data/Ruff/rules/E271.json
src/gen_linter_config/others/data/Ruff/rules/E272.json
src/gen_linter_config/others/data/Ruff/rules/E273.json
src/gen_linter_config/others/data/Ruff/rules/E274.json
src/gen_linter_config/others/data/Ruff/rules/E275.json
src/gen_linter_config/others/data/Ruff/rules/E301.json
src/gen_linter_config/others/data/Ruff/rules/E302.json
src/gen_linter_config/others/data/Ruff/rules/E303.json
src/gen_linter_config/others/data/Ruff/rules/E304.json
src/gen_linter_config/others/data/Ruff/rules/E305.json
src/gen_linter_config/others/data/Ruff/rules/E306.json
src/gen_linter_config/others/data/Ruff/rules/E401.json
src/gen_linter_config/others/data/Ruff/rules/E402.json
src/gen_linter_config/others/data/Ruff/rules/E501.json
src/gen_linter_config/others/data/Ruff/rules/E502.json
src/gen_linter_config/others/data/Ruff/rules/E701.json
src/gen_linter_config/others/data/Ruff/rules/E702.json
src/gen_linter_config/others/data/Ruff/rules/E703.json
src/gen_linter_config/others/data/Ruff/rules/E711.json
src/gen_linter_config/others/data/Ruff/rules/E712.json
src/gen_linter_config/others/data/Ruff/rules/E713.json
src/gen_linter_config/others/data/Ruff/rules/E714.json
src/gen_linter_config/others/data/Ruff/rules/E721.json
src/gen_linter_config/others/data/Ruff/rules/E722.json
src/gen_linter_config/others/data/Ruff/rules/E731.json
src/gen_linter_config/others/data/Ruff/rules/E741.json
src/gen_linter_config/others/data/Ruff/rules/E742.json
src/gen_linter_config/others/data/Ruff/rules/E743.json
src/gen_linter_config/others/data/Ruff/rules/E902.json
src/gen_linter_config/others/data/Ruff/rules/EM101.json
src/gen_linter_config/others/data/Ruff/rules/EM102.json
src/gen_linter_config/others/data/Ruff/rules/EM103.json
src/gen_linter_config/others/data/Ruff/rules/ERA001.json
src/gen_linter_config/others/data/Ruff/rules/EXE001.json
src/gen_linter_config/others/data/Ruff/rules/EXE002.json
src/gen_linter_config/others/data/Ruff/rules/EXE003.json
src/gen_linter_config/others/data/Ruff/rules/EXE004.json
src/gen_linter_config/others/data/Ruff/rules/EXE005.json
src/gen_linter_config/others/data/Ruff/rules/F401.json
src/gen_linter_config/others/data/Ruff/rules/F402.json
src/gen_linter_config/others/data/Ruff/rules/F403.json
src/gen_linter_config/others/data/Ruff/rules/F404.json
src/gen_linter_config/others/data/Ruff/rules/F405.json
src/gen_linter_config/others/data/Ruff/rules/F406.json
src/gen_linter_config/others/data/Ruff/rules/F407.json
src/gen_linter_config/others/data/Ruff/rules/F501.json
src/gen_linter_config/others/data/Ruff/rules/F502.json
src/gen_linter_config/others/data/Ruff/rules/F503.json
src/gen_linter_config/others/data/Ruff/rules/F504.json
src/gen_linter_config/others/data/Ruff/rules/F505.json
src/gen_linter_config/others/data/Ruff/rules/F506.json
src/gen_linter_config/others/data/Ruff/rules/F507.json
src/gen_linter_config/others/data/Ruff/rules/F508.json
src/gen_linter_config/others/data/Ruff/rules/F509.json
src/gen_linter_config/others/data/Ruff/rules/F521.json
src/gen_linter_config/others/data/Ruff/rules/F522.json
src/gen_linter_config/others/data/Ruff/rules/F523.json
src/gen_linter_config/others/data/Ruff/rules/F524.json
src/gen_linter_config/others/data/Ruff/rules/F525.json
src/gen_linter_config/others/data/Ruff/rules/F541.json
src/gen_linter_config/others/data/Ruff/rules/F601.json
src/gen_linter_config/others/data/Ruff/rules/F602.json
src/gen_linter_config/others/data/Ruff/rules/F621.json
src/gen_linter_config/others/data/Ruff/rules/F622.json
src/gen_linter_config/others/data/Ruff/rules/F631.json
src/gen_linter_config/others/data/Ruff/rules/F632.json
src/gen_linter_config/others/data/Ruff/rules/F633.json
src/gen_linter_config/others/data/Ruff/rules/F634.json
src/gen_linter_config/others/data/Ruff/rules/F701.json
src/gen_linter_config/others/data/Ruff/rules/F702.json
src/gen_linter_config/others/data/Ruff/rules/F704.json
src/gen_linter_config/others/data/Ruff/rules/F706.json
src/gen_linter_config/others/data/Ruff/rules/F707.json
src/gen_linter_config/others/data/Ruff/rules/F722.json
src/gen_linter_config/others/data/Ruff/rules/F811.json
src/gen_linter_config/others/data/Ruff/rules/F821.json
src/gen_linter_config/others/data/Ruff/rules/F822.json
src/gen_linter_config/others/data/Ruff/rules/F823.json
src/gen_linter_config/others/data/Ruff/rules/F841.json
src/gen_linter_config/others/data/Ruff/rules/F842.json
src/gen_linter_config/others/data/Ruff/rules/F901.json
src/gen_linter_config/others/data/Ruff/rules/FA100.json
src/gen_linter_config/others/data/Ruff/rules/FA102.json
src/gen_linter_config/others/data/Ruff/rules/FAST001.json
src/gen_linter_config/others/data/Ruff/rules/FAST002.json
src/gen_linter_config/others/data/Ruff/rules/FAST003.json
src/gen_linter_config/others/data/Ruff/rules/FBT001.json
src/gen_linter_config/others/data/Ruff/rules/FBT002.json
src/gen_linter_config/others/data/Ruff/rules/FBT003.json
src/gen_linter_config/others/data/Ruff/rules/FIX001.json
src/gen_linter_config/others/data/Ruff/rules/FIX002.json
src/gen_linter_config/others/data/Ruff/rules/FIX003.json
src/gen_linter_config/others/data/Ruff/rules/FIX004.json
src/gen_linter_config/others/data/Ruff/rules/FLY002.json
src/gen_linter_config/others/data/Ruff/rules/FURB101.json
src/gen_linter_config/others/data/Ruff/rules/FURB103.json
src/gen_linter_config/others/data/Ruff/rules/FURB105.json
src/gen_linter_config/others/data/Ruff/rules/FURB110.json
src/gen_linter_config/others/data/Ruff/rules/FURB113.json
src/gen_linter_config/others/data/Ruff/rules/FURB116.json
src/gen_linter_config/others/data/Ruff/rules/FURB118.json
src/gen_linter_config/others/data/Ruff/rules/FURB122.json
src/gen_linter_config/others/data/Ruff/rules/FURB129.json
src/gen_linter_config/others/data/Ruff/rules/FURB131.json
src/gen_linter_config/others/data/Ruff/rules/FURB132.json
src/gen_linter_config/others/data/Ruff/rules/FURB136.json
src/gen_linter_config/others/data/Ruff/rules/FURB140.json
src/gen_linter_config/others/data/Ruff/rules/FURB142.json
src/gen_linter_config/others/data/Ruff/rules/FURB145.json
src/gen_linter_config/others/data/Ruff/rules/FURB148.json
src/gen_linter_config/others/data/Ruff/rules/FURB152.json
src/gen_linter_config/others/data/Ruff/rules/FURB154.json
src/gen_linter_config/others/data/Ruff/rules/FURB156.json
src/gen_linter_config/others/data/Ruff/rules/FURB157.json
src/gen_linter_config/others/data/Ruff/rules/FURB161.json
src/gen_linter_config/others/data/Ruff/rules/FURB162.json
src/gen_linter_config/others/data/Ruff/rules/FURB163.json
src/gen_linter_config/others/data/Ruff/rules/FURB164.json
src/gen_linter_config/others/data/Ruff/rules/FURB166.json
src/gen_linter_config/others/data/Ruff/rules/FURB167.json
src/gen_linter_config/others/data/Ruff/rules/FURB168.json
src/gen_linter_config/others/data/Ruff/rules/FURB169.json
src/gen_linter_config/others/data/Ruff/rules/FURB171.json
src/gen_linter_config/others/data/Ruff/rules/FURB177.json
src/gen_linter_config/others/data/Ruff/rules/FURB180.json
src/gen_linter_config/others/data/Ruff/rules/FURB181.json
src/gen_linter_config/others/data/Ruff/rules/FURB187.json
src/gen_linter_config/others/data/Ruff/rules/FURB188.json
src/gen_linter_config/others/data/Ruff/rules/FURB189.json
src/gen_linter_config/others/data/Ruff/rules/FURB192.json
src/gen_linter_config/others/data/Ruff/rules/G001.json
src/gen_linter_config/others/data/Ruff/rules/G002.json
src/gen_linter_config/others/data/Ruff/rules/G003.json
src/gen_linter_config/others/data/Ruff/rules/G004.json
src/gen_linter_config/others/data/Ruff/rules/G010.json
src/gen_linter_config/others/data/Ruff/rules/G101.json
src/gen_linter_config/others/data/Ruff/rules/G201.json
src/gen_linter_config/others/data/Ruff/rules/G202.json
src/gen_linter_config/others/data/Ruff/rules/I001.json
src/gen_linter_config/others/data/Ruff/rules/I002.json
src/gen_linter_config/others/data/Ruff/rules/ICN001.json
src/gen_linter_config/others/data/Ruff/rules/ICN002.json
src/gen_linter_config/others/data/Ruff/rules/ICN003.json
src/gen_linter_config/others/data/Ruff/rules/INP001.json
src/gen_linter_config/others/data/Ruff/rules/INT001.json
src/gen_linter_config/others/data/Ruff/rules/INT002.json
src/gen_linter_config/others/data/Ruff/rules/INT003.json
src/gen_linter_config/others/data/Ruff/rules/ISC001.json
src/gen_linter_config/others/data/Ruff/rules/ISC002.json
src/gen_linter_config/others/data/Ruff/rules/ISC003.json
src/gen_linter_config/others/data/Ruff/rules/ISC004.json
src/gen_linter_config/others/data/Ruff/rules/LOG001.json
src/gen_linter_config/others/data/Ruff/rules/LOG002.json
src/gen_linter_config/others/data/Ruff/rules/LOG004.json
src/gen_linter_config/others/data/Ruff/rules/LOG007.json
src/gen_linter_config/others/data/Ruff/rules/LOG009.json
src/gen_linter_config/others/data/Ruff/rules/LOG014.json
src/gen_linter_config/others/data/Ruff/rules/LOG015.json
src/gen_linter_config/others/data/Ruff/rules/N801.json
src/gen_linter_config/others/data/Ruff/rules/N802.json
src/gen_linter_config/others/data/Ruff/rules/N803.json
src/gen_linter_config/others/data/Ruff/rules/N804.json
src/gen_linter_config/others/data/Ruff/rules/N805.json
src/gen_linter_config/others/data/Ruff/rules/N806.json
src/gen_linter_config/others/data/Ruff/rules/N807.json
src/gen_linter_config/others/data/Ruff/rules/N811.json
src/gen_linter_config/others/data/Ruff/rules/N812.json
src/gen_linter_config/others/data/Ruff/rules/N813.json
src/gen_linter_config/others/data/Ruff/rules/N814.json
src/gen_linter_config/others/data/Ruff/rules/N815.json
src/gen_linter_config/others/data/Ruff/rules/N816.json
src/gen_linter_config/others/data/Ruff/rules/N817.json
src/gen_linter_config/others/data/Ruff/rules/N818.json
src/gen_linter_config/others/data/Ruff/rules/N999.json
src/gen_linter_config/others/data/Ruff/rules/NPY001.json
src/gen_linter_config/others/data/Ruff/rules/NPY002.json
src/gen_linter_config/others/data/Ruff/rules/NPY003.json
src/gen_linter_config/others/data/Ruff/rules/NPY201.json
src/gen_linter_config/others/data/Ruff/rules/PD002.json
src/gen_linter_config/others/data/Ruff/rules/PD003.json
src/gen_linter_config/others/data/Ruff/rules/PD004.json
src/gen_linter_config/others/data/Ruff/rules/PD007.json
src/gen_linter_config/others/data/Ruff/rules/PD008.json
src/gen_linter_config/others/data/Ruff/rules/PD009.json
src/gen_linter_config/others/data/Ruff/rules/PD010.json
src/gen_linter_config/others/data/Ruff/rules/PD011.json
src/gen_linter_config/others/data/Ruff/rules/PD012.json
src/gen_linter_config/others/data/Ruff/rules/PD013.json
src/gen_linter_config/others/data/Ruff/rules/PD015.json
src/gen_linter_config/others/data/Ruff/rules/PD101.json
src/gen_linter_config/others/data/Ruff/rules/PERF101.json
src/gen_linter_config/others/data/Ruff/rules/PERF102.json
src/gen_linter_config/others/data/Ruff/rules/PERF203.json
src/gen_linter_config/others/data/Ruff/rules/PERF401.json
src/gen_linter_config/others/data/Ruff/rules/PERF402.json
src/gen_linter_config/others/data/Ruff/rules/PERF403.json
src/gen_linter_config/others/data/Ruff/rules/PGH003.json
src/gen_linter_config/others/data/Ruff/rules/PGH004.json
src/gen_linter_config/others/data/Ruff/rules/PGH005.json
src/gen_linter_config/others/data/Ruff/rules/PIE790.json
src/gen_linter_config/others/data/Ruff/rules/PIE794.json
src/gen_linter_config/others/data/Ruff/rules/PIE796.json
src/gen_linter_config/others/data/Ruff/rules/PIE800.json
src/gen_linter_config/others/data/Ruff/rules/PIE804.json
src/gen_linter_config/others/data/Ruff/rules/PIE807.json
src/gen_linter_config/others/data/Ruff/rules/PIE808.json
src/gen_linter_config/others/data/Ruff/rules/PIE810.json
src/gen_linter_config/others/data/Ruff/rules/PLC0105.json
src/gen_linter_config/others/data/Ruff/rules/PLC0131.json
src/gen_linter_config/others/data/Ruff/rules/PLC0132.json
src/gen_linter_config/others/data/Ruff/rules/PLC0205.json
src/gen_linter_config/others/data/Ruff/rules/PLC0206.json
src/gen_linter_config/others/data/Ruff/rules/PLC0207.json
src/gen_linter_config/others/data/Ruff/rules/PLC0208.json
src/gen_linter_config/others/data/Ruff/rules/PLC0414.json
src/gen_linter_config/others/data/Ruff/rules/PLC0415.json
src/gen_linter_config/others/data/Ruff/rules/PLC1802.json
src/gen_linter_config/others/data/Ruff/rules/PLC1901.json
src/gen_linter_config/others/data/Ruff/rules/PLC2401.json
src/gen_linter_config/others/data/Ruff/rules/PLC2403.json
src/gen_linter_config/others/data/Ruff/rules/PLC2701.json
src/gen_linter_config/others/data/Ruff/rules/PLC2801.json
src/gen_linter_config/others/data/Ruff/rules/PLC3002.json
src/gen_linter_config/others/data/Ruff/rules/PLE0100.json
src/gen_linter_config/others/data/Ruff/rules/PLE0101.json
src/gen_linter_config/others/data/Ruff/rules/PLE0115.json
src/gen_linter_config/others/data/Ruff/rules/PLE0116.json
src/gen_linter_config/others/data/Ruff/rules/PLE0117.json
src/gen_linter_config/others/data/Ruff/rules/PLE0118.json
src/gen_linter_config/others/data/Ruff/rules/PLE0237.json
src/gen_linter_config/others/data/Ruff/rules/PLE0241.json
src/gen_linter_config/others/data/Ruff/rules/PLE0302.json
src/gen_linter_config/others/data/Ruff/rules/PLE0303.json
src/gen_linter_config/others/data/Ruff/rules/PLE0304.json
src/gen_linter_config/others/data/Ruff/rules/PLE0305.json
src/gen_linter_config/others/data/Ruff/rules/PLE0307.json
src/gen_linter_config/others/data/Ruff/rules/PLE0308.json
src/gen_linter_config/others/data/Ruff/rules/PLE0309.json
src/gen_linter_config/others/data/Ruff/rules/PLE0604.json
src/gen_linter_config/others/data/Ruff/rules/PLE0605.json
src/gen_linter_config/others/data/Ruff/rules/PLE0643.json
src/gen_linter_config/others/data/Ruff/rules/PLE0704.json
src/gen_linter_config/others/data/Ruff/rules/PLE1132.json
src/gen_linter_config/others/data/Ruff/rules/PLE1141.json
src/gen_linter_config/others/data/Ruff/rules/PLE1142.json
src/gen_linter_config/others/data/Ruff/rules/PLE1205.json
src/gen_linter_config/others/data/Ruff/rules/PLE1206.json
src/gen_linter_config/others/data/Ruff/rules/PLE1300.json
src/gen_linter_config/others/data/Ruff/rules/PLE1307.json
src/gen_linter_config/others/data/Ruff/rules/PLE1310.json
src/gen_linter_config/others/data/Ruff/rules/PLE1507.json
src/gen_linter_config/others/data/Ruff/rules/PLE1519.json
src/gen_linter_config/others/data/Ruff/rules/PLE1520.json
src/gen_linter_config/others/data/Ruff/rules/PLE1700.json
src/gen_linter_config/others/data/Ruff/rules/PLE2502.json
src/gen_linter_config/others/data/Ruff/rules/PLE2510.json
src/gen_linter_config/others/data/Ruff/rules/PLE2512.json
src/gen_linter_config/others/data/Ruff/rules/PLE2513.json
src/gen_linter_config/others/data/Ruff/rules/PLE2514.json
src/gen_linter_config/others/data/Ruff/rules/PLE2515.json
src/gen_linter_config/others/data/Ruff/rules/PLE4703.json
src/gen_linter_config/others/data/Ruff/rules/PLR0124.json
src/gen_linter_config/others/data/Ruff/rules/PLR0133.json
src/gen_linter_config/others/data/Ruff/rules/PLR0202.json
src/gen_linter_config/others/data/Ruff/rules/PLR0203.json
src/gen_linter_config/others/data/Ruff/rules/PLR0206.json
src/gen_linter_config/others/data/Ruff/rules/PLR0402.json
src/gen_linter_config/others/data/Ruff/rules/PLR0904.json
src/gen_linter_config/others/data/Ruff/rules/PLR0911.json
src/gen_linter_config/others/data/Ruff/rules/PLR0912.json
src/gen_linter_config/others/data/Ruff/rules/PLR0913.json
src/gen_linter_config/others/data/Ruff/rules/PLR0914.json
src/gen_linter_config/others/data/Ruff/rules/PLR0915.json
src/gen_linter_config/others/data/Ruff/rules/PLR0916.json
src/gen_linter_config/others/data/Ruff/rules/PLR0917.json
src/gen_linter_config/others/data/Ruff/rules/PLR1702.json
src/gen_linter_config/others/data/Ruff/rules/PLR1704.json
src/gen_linter_config/others/data/Ruff/rules/PLR1708.json
src/gen_linter_config/others/data/Ruff/rules/PLR1711.json
src/gen_linter_config/others/data/Ruff/rules/PLR1714.json
src/gen_linter_config/others/data/Ruff/rules/PLR1716.json
src/gen_linter_config/others/data/Ruff/rules/PLR1722.json
src/gen_linter_config/others/data/Ruff/rules/PLR1730.json
src/gen_linter_config/others/data/Ruff/rules/PLR1733.json
src/gen_linter_config/others/data/Ruff/rules/PLR1736.json
src/gen_linter_config/others/data/Ruff/rules/PLR2004.json
src/gen_linter_config/others/data/Ruff/rules/PLR2044.json
src/gen_linter_config/others/data/Ruff/rules/PLR5501.json
src/gen_linter_config/others/data/Ruff/rules/PLR6104.json
src/gen_linter_config/others/data/Ruff/rules/PLR6201.json
src/gen_linter_config/others/data/Ruff/rules/PLR6301.json
src/gen_linter_config/others/data/Ruff/rules/PLW0108.json
src/gen_linter_config/others/data/Ruff/rules/PLW0120.json
src/gen_linter_config/others/data/Ruff/rules/PLW0127.json
src/gen_linter_config/others/data/Ruff/rules/PLW0128.json
src/gen_linter_config/others/data/Ruff/rules/PLW0129.json
src/gen_linter_config/others/data/Ruff/rules/PLW0131.json
src/gen_linter_config/others/data/Ruff/rules/PLW0133.json
src/gen_linter_config/others/data/Ruff/rules/PLW0177.json
src/gen_linter_config/others/data/Ruff/rules/PLW0211.json
src/gen_linter_config/others/data/Ruff/rules/PLW0244.json
src/gen_linter_config/others/data/Ruff/rules/PLW0245.json
src/gen_linter_config/others/data/Ruff/rules/PLW0406.json
src/gen_linter_config/others/data/Ruff/rules/PLW0602.json
src/gen_linter_config/others/data/Ruff/rules/PLW0603.json
src/gen_linter_config/others/data/Ruff/rules/PLW0604.json
src/gen_linter_config/others/data/Ruff/rules/PLW0642.json
src/gen_linter_config/others/data/Ruff/rules/PLW0711.json
src/gen_linter_config/others/data/Ruff/rules/PLW1501.json
src/gen_linter_config/others/data/Ruff/rules/PLW1507.json
src/gen_linter_config/others/data/Ruff/rules/PLW1508.json
src/gen_linter_config/others/data/Ruff/rules/PLW1509.json
src/gen_linter_config/others/data/Ruff/rules/PLW1510.json
src/gen_linter_config/others/data/Ruff/rules/PLW1514.json
src/gen_linter_config/others/data/Ruff/rules/PLW1641.json
src/gen_linter_config/others/data/Ruff/rules/PLW2101.json
src/gen_linter_config/others/data/Ruff/rules/PLW2901.json
src/gen_linter_config/others/data/Ruff/rules/PLW3201.json
src/gen_linter_config/others/data/Ruff/rules/PLW3301.json
src/gen_linter_config/others/data/Ruff/rules/PT001.json
src/gen_linter_config/others/data/Ruff/rules/PT002.json
src/gen_linter_config/others/data/Ruff/rules/PT003.json
src/gen_linter_config/others/data/Ruff/rules/PT006.json
src/gen_linter_config/others/data/Ruff/rules/PT007.json
src/gen_linter_config/others/data/Ruff/rules/PT008.json
src/gen_linter_config/others/data/Ruff/rules/PT009.json
src/gen_linter_config/others/data/Ruff/rules/PT010.json
src/gen_linter_config/others/data/Ruff/rules/PT011.json
src/gen_linter_config/others/data/Ruff/rules/PT012.json
src/gen_linter_config/others/data/Ruff/rules/PT013.json
src/gen_linter_config/others/data/Ruff/rules/PT014.json
src/gen_linter_config/others/data/Ruff/rules/PT015.json
src/gen_linter_config/others/data/Ruff/rules/PT016.json
src/gen_linter_config/others/data/Ruff/rules/PT017.json
src/gen_linter_config/others/data/Ruff/rules/PT018.json
src/gen_linter_config/others/data/Ruff/rules/PT019.json
src/gen_linter_config/others/data/Ruff/rules/PT020.json
src/gen_linter_config/others/data/Ruff/rules/PT021.json
src/gen_linter_config/others/data/Ruff/rules/PT022.json
src/gen_linter_config/others/data/Ruff/rules/PT023.json
src/gen_linter_config/others/data/Ruff/rules/PT024.json
src/gen_linter_config/others/data/Ruff/rules/PT025.json
src/gen_linter_config/others/data/Ruff/rules/PT026.json
src/gen_linter_config/others/data/Ruff/rules/PT027.json
src/gen_linter_config/others/data/Ruff/rules/PT028.json
src/gen_linter_config/others/data/Ruff/rules/PT029.json
src/gen_linter_config/others/data/Ruff/rules/PT030.json
src/gen_linter_config/others/data/Ruff/rules/PT031.json
src/gen_linter_config/others/data/Ruff/rules/PTH100.json
src/gen_linter_config/others/data/Ruff/rules/PTH101.json
src/gen_linter_config/others/data/Ruff/rules/PTH102.json
src/gen_linter_config/others/data/Ruff/rules/PTH103.json
src/gen_linter_config/others/data/Ruff/rules/PTH104.json
src/gen_linter_config/others/data/Ruff/rules/PTH105.json
src/gen_linter_config/others/data/Ruff/rules/PTH106.json
src/gen_linter_config/others/data/Ruff/rules/PTH107.json
src/gen_linter_config/others/data/Ruff/rules/PTH108.json
src/gen_linter_config/others/data/Ruff/rules/PTH109.json
src/gen_linter_config/others/data/Ruff/rules/PTH110.json
src/gen_linter_config/others/data/Ruff/rules/PTH111.json
src/gen_linter_config/others/data/Ruff/rules/PTH112.json
src/gen_linter_config/others/data/Ruff/rules/PTH113.json
src/gen_linter_config/others/data/Ruff/rules/PTH114.json
src/gen_linter_config/others/data/Ruff/rules/PTH115.json
src/gen_linter_config/others/data/Ruff/rules/PTH116.json
src/gen_linter_config/others/data/Ruff/rules/PTH117.json
src/gen_linter_config/others/data/Ruff/rules/PTH118.json
src/gen_linter_config/others/data/Ruff/rules/PTH119.json
src/gen_linter_config/others/data/Ruff/rules/PTH120.json
src/gen_linter_config/others/data/Ruff/rules/PTH121.json
src/gen_linter_config/others/data/Ruff/rules/PTH122.json
src/gen_linter_config/others/data/Ruff/rules/PTH123.json
src/gen_linter_config/others/data/Ruff/rules/PTH124.json
src/gen_linter_config/others/data/Ruff/rules/PTH201.json
src/gen_linter_config/others/data/Ruff/rules/PTH202.json
src/gen_linter_config/others/data/Ruff/rules/PTH203.json
src/gen_linter_config/others/data/Ruff/rules/PTH204.json
src/gen_linter_config/others/data/Ruff/rules/PTH205.json
src/gen_linter_config/others/data/Ruff/rules/PTH206.json
src/gen_linter_config/others/data/Ruff/rules/PTH207.json
src/gen_linter_config/others/data/Ruff/rules/PTH208.json
src/gen_linter_config/others/data/Ruff/rules/PTH210.json
src/gen_linter_config/others/data/Ruff/rules/PTH211.json
src/gen_linter_config/others/data/Ruff/rules/PYI001.json
src/gen_linter_config/others/data/Ruff/rules/PYI002.json
src/gen_linter_config/others/data/Ruff/rules/PYI003.json
src/gen_linter_config/others/data/Ruff/rules/PYI004.json
src/gen_linter_config/others/data/Ruff/rules/PYI005.json
src/gen_linter_config/others/data/Ruff/rules/PYI006.json
src/gen_linter_config/others/data/Ruff/rules/PYI007.json
src/gen_linter_config/others/data/Ruff/rules/PYI008.json
src/gen_linter_config/others/data/Ruff/rules/PYI009.json
src/gen_linter_config/others/data/Ruff/rules/PYI010.json
src/gen_linter_config/others/data/Ruff/rules/PYI011.json
src/gen_linter_config/others/data/Ruff/rules/PYI012.json
src/gen_linter_config/others/data/Ruff/rules/PYI013.json
src/gen_linter_config/others/data/Ruff/rules/PYI014.json
src/gen_linter_config/others/data/Ruff/rules/PYI015.json
src/gen_linter_config/others/data/Ruff/rules/PYI016.json
src/gen_linter_config/others/data/Ruff/rules/PYI017.json
src/gen_linter_config/others/data/Ruff/rules/PYI018.json
src/gen_linter_config/others/data/Ruff/rules/PYI019.json
src/gen_linter_config/others/data/Ruff/rules/PYI020.json
src/gen_linter_config/others/data/Ruff/rules/PYI021.json
src/gen_linter_config/others/data/Ruff/rules/PYI024.json
src/gen_linter_config/others/data/Ruff/rules/PYI025.json
src/gen_linter_config/others/data/Ruff/rules/PYI026.json
src/gen_linter_config/others/data/Ruff/rules/PYI029.json
src/gen_linter_config/others/data/Ruff/rules/PYI030.json
src/gen_linter_config/others/data/Ruff/rules/PYI032.json
src/gen_linter_config/others/data/Ruff/rules/PYI033.json
src/gen_linter_config/others/data/Ruff/rules/PYI034.json
src/gen_linter_config/others/data/Ruff/rules/PYI035.json
src/gen_linter_config/others/data/Ruff/rules/PYI036.json
src/gen_linter_config/others/data/Ruff/rules/PYI041.json
src/gen_linter_config/others/data/Ruff/rules/PYI042.json
src/gen_linter_config/others/data/Ruff/rules/PYI043.json
src/gen_linter_config/others/data/Ruff/rules/PYI044.json
src/gen_linter_config/others/data/Ruff/rules/PYI045.json
src/gen_linter_config/others/data/Ruff/rules/PYI046.json
src/gen_linter_config/others/data/Ruff/rules/PYI047.json
src/gen_linter_config/others/data/Ruff/rules/PYI048.json
src/gen_linter_config/others/data/Ruff/rules/PYI049.json
src/gen_linter_config/others/data/Ruff/rules/PYI050.json
src/gen_linter_config/others/data/Ruff/rules/PYI051.json
src/gen_linter_config/others/data/Ruff/rules/PYI052.json
src/gen_linter_config/others/data/Ruff/rules/PYI053.json
src/gen_linter_config/others/data/Ruff/rules/PYI054.json
src/gen_linter_config/others/data/Ruff/rules/PYI055.json
src/gen_linter_config/others/data/Ruff/rules/PYI056.json
src/gen_linter_config/others/data/Ruff/rules/PYI057.json
src/gen_linter_config/others/data/Ruff/rules/PYI058.json
src/gen_linter_config/others/data/Ruff/rules/PYI059.json
src/gen_linter_config/others/data/Ruff/rules/PYI061.json
src/gen_linter_config/others/data/Ruff/rules/PYI062.json
src/gen_linter_config/others/data/Ruff/rules/PYI063.json
src/gen_linter_config/others/data/Ruff/rules/PYI064.json
src/gen_linter_config/others/data/Ruff/rules/PYI066.json
src/gen_linter_config/others/data/Ruff/rules/Q000.json
src/gen_linter_config/others/data/Ruff/rules/Q001.json
src/gen_linter_config/others/data/Ruff/rules/Q002.json
src/gen_linter_config/others/data/Ruff/rules/Q003.json
src/gen_linter_config/others/data/Ruff/rules/Q004.json
src/gen_linter_config/others/data/Ruff/rules/RET501.json
src/gen_linter_config/others/data/Ruff/rules/RET502.json
src/gen_linter_config/others/data/Ruff/rules/RET503.json
src/gen_linter_config/others/data/Ruff/rules/RET504.json
src/gen_linter_config/others/data/Ruff/rules/RET505.json
src/gen_linter_config/others/data/Ruff/rules/RET506.json
src/gen_linter_config/others/data/Ruff/rules/RET507.json
src/gen_linter_config/others/data/Ruff/rules/RET508.json
src/gen_linter_config/others/data/Ruff/rules/RSE102.json
src/gen_linter_config/others/data/Ruff/rules/RUF001.json
src/gen_linter_config/others/data/Ruff/rules/RUF002.json
src/gen_linter_config/others/data/Ruff/rules/RUF003.json
src/gen_linter_config/others/data/Ruff/rules/RUF005.json
src/gen_linter_config/others/data/Ruff/rules/RUF006.json
src/gen_linter_config/others/data/Ruff/rules/RUF007.json
src/gen_linter_config/others/data/Ruff/rules/RUF008.json
src/gen_linter_config/others/data/Ruff/rules/RUF009.json
src/gen_linter_config/others/data/Ruff/rules/RUF010.json
src/gen_linter_config/others/data/Ruff/rules/RUF012.json
src/gen_linter_config/others/data/Ruff/rules/RUF013.json
src/gen_linter_config/others/data/Ruff/rules/RUF015.json
src/gen_linter_config/others/data/Ruff/rules/RUF016.json
src/gen_linter_config/others/data/Ruff/rules/RUF017.json
src/gen_linter_config/others/data/Ruff/rules/RUF018.json
src/gen_linter_config/others/data/Ruff/rules/RUF019.json
src/gen_linter_config/others/data/Ruff/rules/RUF020.json
src/gen_linter_config/others/data/Ruff/rules/RUF021.json
src/gen_linter_config/others/data/Ruff/rules/RUF022.json
src/gen_linter_config/others/data/Ruff/rules/RUF023.json
src/gen_linter_config/others/data/Ruff/rules/RUF024.json
src/gen_linter_config/others/data/Ruff/rules/RUF026.json
src/gen_linter_config/others/data/Ruff/rules/RUF027.json
src/gen_linter_config/others/data/Ruff/rules/RUF028.json
src/gen_linter_config/others/data/Ruff/rules/RUF029.json
src/gen_linter_config/others/data/Ruff/rules/RUF030.json
src/gen_linter_config/others/data/Ruff/rules/RUF031.json
src/gen_linter_config/others/data/Ruff/rules/RUF032.json
src/gen_linter_config/others/data/Ruff/rules/RUF033.json
src/gen_linter_config/others/data/Ruff/rules/RUF034.json
src/gen_linter_config/others/data/Ruff/rules/RUF036.json
src/gen_linter_config/others/data/Ruff/rules/RUF037.json
src/gen_linter_config/others/data/Ruff/rules/RUF038.json
src/gen_linter_config/others/data/Ruff/rules/RUF039.json
src/gen_linter_config/others/data/Ruff/rules/RUF040.json
src/gen_linter_config/others/data/Ruff/rules/RUF041.json
src/gen_linter_config/others/data/Ruff/rules/RUF043.json
src/gen_linter_config/others/data/Ruff/rules/RUF045.json
src/gen_linter_config/others/data/Ruff/rules/RUF046.json
src/gen_linter_config/others/data/Ruff/rules/RUF047.json
src/gen_linter_config/others/data/Ruff/rules/RUF048.json
src/gen_linter_config/others/data/Ruff/rules/RUF049.json
src/gen_linter_config/others/data/Ruff/rules/RUF051.json
src/gen_linter_config/others/data/Ruff/rules/RUF052.json
src/gen_linter_config/others/data/Ruff/rules/RUF053.json
src/gen_linter_config/others/data/Ruff/rules/RUF054.json
src/gen_linter_config/others/data/Ruff/rules/RUF055.json
src/gen_linter_config/others/data/Ruff/rules/RUF056.json
src/gen_linter_config/others/data/Ruff/rules/RUF057.json
src/gen_linter_config/others/data/Ruff/rules/RUF058.json
src/gen_linter_config/others/data/Ruff/rules/RUF059.json
src/gen_linter_config/others/data/Ruff/rules/RUF060.json
src/gen_linter_config/others/data/Ruff/rules/RUF061.json
src/gen_linter_config/others/data/Ruff/rules/RUF063.json
src/gen_linter_config/others/data/Ruff/rules/RUF064.json
src/gen_linter_config/others/data/Ruff/rules/RUF065.json
src/gen_linter_config/others/data/Ruff/rules/RUF066.json
src/gen_linter_config/others/data/Ruff/rules/RUF067.json
src/gen_linter_config/others/data/Ruff/rules/RUF068.json
src/gen_linter_config/others/data/Ruff/rules/RUF100.json
src/gen_linter_config/others/data/Ruff/rules/RUF101.json
src/gen_linter_config/others/data/Ruff/rules/RUF102.json
src/gen_linter_config/others/data/Ruff/rules/RUF103.json
src/gen_linter_config/others/data/Ruff/rules/RUF104.json
src/gen_linter_config/others/data/Ruff/rules/RUF200.json
src/gen_linter_config/others/data/Ruff/rules/S101.json
src/gen_linter_config/others/data/Ruff/rules/S102.json
src/gen_linter_config/others/data/Ruff/rules/S103.json
src/gen_linter_config/others/data/Ruff/rules/S104.json
src/gen_linter_config/others/data/Ruff/rules/S105.json
src/gen_linter_config/others/data/Ruff/rules/S106.json
src/gen_linter_config/others/data/Ruff/rules/S107.json
src/gen_linter_config/others/data/Ruff/rules/S108.json
src/gen_linter_config/others/data/Ruff/rules/S110.json
src/gen_linter_config/others/data/Ruff/rules/S112.json
src/gen_linter_config/others/data/Ruff/rules/S113.json
src/gen_linter_config/others/data/Ruff/rules/S201.json
src/gen_linter_config/others/data/Ruff/rules/S202.json
src/gen_linter_config/others/data/Ruff/rules/S301.json
src/gen_linter_config/others/data/Ruff/rules/S302.json
src/gen_linter_config/others/data/Ruff/rules/S303.json
src/gen_linter_config/others/data/Ruff/rules/S304.json
src/gen_linter_config/others/data/Ruff/rules/S305.json
src/gen_linter_config/others/data/Ruff/rules/S306.json
src/gen_linter_config/others/data/Ruff/rules/S307.json
src/gen_linter_config/others/data/Ruff/rules/S308.json
src/gen_linter_config/others/data/Ruff/rules/S310.json
src/gen_linter_config/others/data/Ruff/rules/S311.json
src/gen_linter_config/others/data/Ruff/rules/S312.json
src/gen_linter_config/others/data/Ruff/rules/S313.json
src/gen_linter_config/others/data/Ruff/rules/S314.json
src/gen_linter_config/others/data/Ruff/rules/S315.json
src/gen_linter_config/others/data/Ruff/rules/S316.json
src/gen_linter_config/others/data/Ruff/rules/S317.json
src/gen_linter_config/others/data/Ruff/rules/S318.json
src/gen_linter_config/others/data/Ruff/rules/S319.json
src/gen_linter_config/others/data/Ruff/rules/S321.json
src/gen_linter_config/others/data/Ruff/rules/S323.json
src/gen_linter_config/others/data/Ruff/rules/S324.json
src/gen_linter_config/others/data/Ruff/rules/S401.json
src/gen_linter_config/others/data/Ruff/rules/S402.json
src/gen_linter_config/others/data/Ruff/rules/S403.json
src/gen_linter_config/others/data/Ruff/rules/S404.json
src/gen_linter_config/others/data/Ruff/rules/S405.json
src/gen_linter_config/others/data/Ruff/rules/S406.json
src/gen_linter_config/others/data/Ruff/rules/S407.json
src/gen_linter_config/others/data/Ruff/rules/S408.json
src/gen_linter_config/others/data/Ruff/rules/S409.json
src/gen_linter_config/others/data/Ruff/rules/S411.json
src/gen_linter_config/others/data/Ruff/rules/S412.json
src/gen_linter_config/others/data/Ruff/rules/S413.json
src/gen_linter_config/others/data/Ruff/rules/S415.json
src/gen_linter_config/others/data/Ruff/rules/S501.json
src/gen_linter_config/others/data/Ruff/rules/S502.json
src/gen_linter_config/others/data/Ruff/rules/S503.json
src/gen_linter_config/others/data/Ruff/rules/S504.json
src/gen_linter_config/others/data/Ruff/rules/S505.json
src/gen_linter_config/others/data/Ruff/rules/S506.json
src/gen_linter_config/others/data/Ruff/rules/S507.json
src/gen_linter_config/others/data/Ruff/rules/S508.json
src/gen_linter_config/others/data/Ruff/rules/S509.json
src/gen_linter_config/others/data/Ruff/rules/S601.json
src/gen_linter_config/others/data/Ruff/rules/S602.json
src/gen_linter_config/others/data/Ruff/rules/S603.json
src/gen_linter_config/others/data/Ruff/rules/S604.json
src/gen_linter_config/others/data/Ruff/rules/S605.json
src/gen_linter_config/others/data/Ruff/rules/S606.json
src/gen_linter_config/others/data/Ruff/rules/S607.json
src/gen_linter_config/others/data/Ruff/rules/S608.json
src/gen_linter_config/others/data/Ruff/rules/S609.json
src/gen_linter_config/others/data/Ruff/rules/S610.json
src/gen_linter_config/others/data/Ruff/rules/S611.json
src/gen_linter_config/others/data/Ruff/rules/S612.json
src/gen_linter_config/others/data/Ruff/rules/S701.json
src/gen_linter_config/others/data/Ruff/rules/S702.json
src/gen_linter_config/others/data/Ruff/rules/S704.json
src/gen_linter_config/others/data/Ruff/rules/SIM101.json
src/gen_linter_config/others/data/Ruff/rules/SIM102.json
src/gen_linter_config/others/data/Ruff/rules/SIM103.json
src/gen_linter_config/others/data/Ruff/rules/SIM105.json
src/gen_linter_config/others/data/Ruff/rules/SIM107.json
src/gen_linter_config/others/data/Ruff/rules/SIM108.json
src/gen_linter_config/others/data/Ruff/rules/SIM109.json
src/gen_linter_config/others/data/Ruff/rules/SIM110.json
src/gen_linter_config/others/data/Ruff/rules/SIM112.json
src/gen_linter_config/others/data/Ruff/rules/SIM113.json
src/gen_linter_config/others/data/Ruff/rules/SIM114.json
src/gen_linter_config/others/data/Ruff/rules/SIM115.json
src/gen_linter_config/others/data/Ruff/rules/SIM116.json
src/gen_linter_config/others/data/Ruff/rules/SIM117.json
src/gen_linter_config/others/data/Ruff/rules/SIM118.json
src/gen_linter_config/others/data/Ruff/rules/SIM201.json
src/gen_linter_config/others/data/Ruff/rules/SIM202.json
src/gen_linter_config/others/data/Ruff/rules/SIM208.json
src/gen_linter_config/others/data/Ruff/rules/SIM210.json
src/gen_linter_config/others/data/Ruff/rules/SIM211.json
src/gen_linter_config/others/data/Ruff/rules/SIM212.json
src/gen_linter_config/others/data/Ruff/rules/SIM220.json
src/gen_linter_config/others/data/Ruff/rules/SIM221.json
src/gen_linter_config/others/data/Ruff/rules/SIM222.json
src/gen_linter_config/others/data/Ruff/rules/SIM223.json
src/gen_linter_config/others/data/Ruff/rules/SIM300.json
src/gen_linter_config/others/data/Ruff/rules/SIM401.json
src/gen_linter_config/others/data/Ruff/rules/SIM905.json
src/gen_linter_config/others/data/Ruff/rules/SIM910.json
src/gen_linter_config/others/data/Ruff/rules/SIM911.json
src/gen_linter_config/others/data/Ruff/rules/SLF001.json
src/gen_linter_config/others/data/Ruff/rules/SLOT000.json
src/gen_linter_config/others/data/Ruff/rules/SLOT001.json
src/gen_linter_config/others/data/Ruff/rules/SLOT002.json
src/gen_linter_config/others/data/Ruff/rules/T100.json
src/gen_linter_config/others/data/Ruff/rules/T201.json
src/gen_linter_config/others/data/Ruff/rules/T203.json
src/gen_linter_config/others/data/Ruff/rules/TC001.json
src/gen_linter_config/others/data/Ruff/rules/TC002.json
src/gen_linter_config/others/data/Ruff/rules/TC003.json
src/gen_linter_config/others/data/Ruff/rules/TC004.json
src/gen_linter_config/others/data/Ruff/rules/TC005.json
src/gen_linter_config/others/data/Ruff/rules/TC006.json
src/gen_linter_config/others/data/Ruff/rules/TC007.json
src/gen_linter_config/others/data/Ruff/rules/TC008.json
src/gen_linter_config/others/data/Ruff/rules/TC010.json
src/gen_linter_config/others/data/Ruff/rules/TD001.json
src/gen_linter_config/others/data/Ruff/rules/TD002.json
src/gen_linter_config/others/data/Ruff/rules/TD003.json
src/gen_linter_config/others/data/Ruff/rules/TD004.json
src/gen_linter_config/others/data/Ruff/rules/TD005.json
src/gen_linter_config/others/data/Ruff/rules/TD006.json
src/gen_linter_config/others/data/Ruff/rules/TD007.json
src/gen_linter_config/others/data/Ruff/rules/TID251.json
src/gen_linter_config/others/data/Ruff/rules/TID252.json
src/gen_linter_config/others/data/Ruff/rules/TID253.json
src/gen_linter_config/others/data/Ruff/rules/TRY002.json
src/gen_linter_config/others/data/Ruff/rules/TRY003.json
src/gen_linter_config/others/data/Ruff/rules/TRY004.json
src/gen_linter_config/others/data/Ruff/rules/TRY201.json
src/gen_linter_config/others/data/Ruff/rules/TRY203.json
src/gen_linter_config/others/data/Ruff/rules/TRY300.json
src/gen_linter_config/others/data/Ruff/rules/TRY301.json
src/gen_linter_config/others/data/Ruff/rules/TRY400.json
src/gen_linter_config/others/data/Ruff/rules/TRY401.json
src/gen_linter_config/others/data/Ruff/rules/UP001.json
src/gen_linter_config/others/data/Ruff/rules/UP003.json
src/gen_linter_config/others/data/Ruff/rules/UP004.json
src/gen_linter_config/others/data/Ruff/rules/UP005.json
src/gen_linter_config/others/data/Ruff/rules/UP006.json
src/gen_linter_config/others/data/Ruff/rules/UP007.json
src/gen_linter_config/others/data/Ruff/rules/UP008.json
src/gen_linter_config/others/data/Ruff/rules/UP009.json
src/gen_linter_config/others/data/Ruff/rules/UP010.json
src/gen_linter_config/others/data/Ruff/rules/UP011.json
src/gen_linter_config/others/data/Ruff/rules/UP012.json
src/gen_linter_config/others/data/Ruff/rules/UP013.json
src/gen_linter_config/others/data/Ruff/rules/UP014.json
src/gen_linter_config/others/data/Ruff/rules/UP015.json
src/gen_linter_config/others/data/Ruff/rules/UP017.json
src/gen_linter_config/others/data/Ruff/rules/UP018.json
src/gen_linter_config/others/data/Ruff/rules/UP019.json
src/gen_linter_config/others/data/Ruff/rules/UP020.json
src/gen_linter_config/others/data/Ruff/rules/UP021.json
src/gen_linter_config/others/data/Ruff/rules/UP022.json
src/gen_linter_config/others/data/Ruff/rules/UP023.json
src/gen_linter_config/others/data/Ruff/rules/UP024.json
src/gen_linter_config/others/data/Ruff/rules/UP025.json
src/gen_linter_config/others/data/Ruff/rules/UP026.json
src/gen_linter_config/others/data/Ruff/rules/UP028.json
src/gen_linter_config/others/data/Ruff/rules/UP029.json
src/gen_linter_config/others/data/Ruff/rules/UP030.json
src/gen_linter_config/others/data/Ruff/rules/UP031.json
src/gen_linter_config/others/data/Ruff/rules/UP032.json
src/gen_linter_config/others/data/Ruff/rules/UP033.json
src/gen_linter_config/others/data/Ruff/rules/UP034.json
src/gen_linter_config/others/data/Ruff/rules/UP035.json
src/gen_linter_config/others/data/Ruff/rules/UP036.json
src/gen_linter_config/others/data/Ruff/rules/UP037.json
src/gen_linter_config/others/data/Ruff/rules/UP039.json
src/gen_linter_config/others/data/Ruff/rules/UP040.json
src/gen_linter_config/others/data/Ruff/rules/UP041.json
src/gen_linter_config/others/data/Ruff/rules/UP042.json
src/gen_linter_config/others/data/Ruff/rules/UP043.json
src/gen_linter_config/others/data/Ruff/rules/UP044.json
src/gen_linter_config/others/data/Ruff/rules/UP045.json
src/gen_linter_config/others/data/Ruff/rules/UP046.json
src/gen_linter_config/others/data/Ruff/rules/UP047.json
src/gen_linter_config/others/data/Ruff/rules/UP049.json
src/gen_linter_config/others/data/Ruff/rules/UP050.json
src/gen_linter_config/others/data/Ruff/rules/W191.json
src/gen_linter_config/others/data/Ruff/rules/W291.json
src/gen_linter_config/others/data/Ruff/rules/W292.json
src/gen_linter_config/others/data/Ruff/rules/W293.json
src/gen_linter_config/others/data/Ruff/rules/W391.json
src/gen_linter_config/others/data/Ruff/rules/W505.json
src/gen_linter_config/others/data/Ruff/rules/W605.json
src/gen_linter_config/others/data/Ruff/rules/YTT101.json
src/gen_linter_config/others/data/Ruff/rules/YTT102.json
src/gen_linter_config/others/data/Ruff/rules/YTT103.json
src/gen_linter_config/others/data/Ruff/rules/YTT201.json
src/gen_linter_config/others/data/Ruff/rules/YTT202.json
src/gen_linter_config/others/data/Ruff/rules/YTT203.json
src/gen_linter_config/others/data/Ruff/rules/YTT204.json
src/gen_linter_config/others/data/Ruff/rules/YTT301.json
src/gen_linter_config/others/data/Ruff/rules/YTT302.json
src/gen_linter_config/others/data/Ruff/rules/YTT303.json
src/gen_linter_config/others/data/Ruff/rules/allowed-confusables.json
src/gen_linter_config/others/data/Ruff/rules/analyze.json
src/gen_linter_config/others/data/Ruff/rules/builtins.json
src/gen_linter_config/others/data/Ruff/rules/cache-dir.json
src/gen_linter_config/others/data/Ruff/rules/dummy-variable-rgx.json
src/gen_linter_config/others/data/Ruff/rules/exclude.json
src/gen_linter_config/others/data/Ruff/rules/explicit-preview-rules.json
src/gen_linter_config/others/data/Ruff/rules/extend-exclude.json
src/gen_linter_config/others/data/Ruff/rules/extend-fixable.json
src/gen_linter_config/others/data/Ruff/rules/extend-ignore.json
src/gen_linter_config/others/data/Ruff/rules/extend-include.json
src/gen_linter_config/others/data/Ruff/rules/extend-per-file-ignores.json
src/gen_linter_config/others/data/Ruff/rules/extend-safe-fixes.json
src/gen_linter_config/others/data/Ruff/rules/extend-select.json
src/gen_linter_config/others/data/Ruff/rules/extend-unfixable.json
src/gen_linter_config/others/data/Ruff/rules/extend-unsafe-fixes.json
src/gen_linter_config/others/data/Ruff/rules/extend.json
src/gen_linter_config/others/data/Ruff/rules/external.json
src/gen_linter_config/others/data/Ruff/rules/fix-only.json
src/gen_linter_config/others/data/Ruff/rules/fix.json
src/gen_linter_config/others/data/Ruff/rules/fixable.json
src/gen_linter_config/others/data/Ruff/rules/flake8-annotations.json
src/gen_linter_config/others/data/Ruff/rules/flake8-bandit.json
src/gen_linter_config/others/data/Ruff/rules/flake8-boolean-trap.json
src/gen_linter_config/others/data/Ruff/rules/flake8-bugbear.json
src/gen_linter_config/others/data/Ruff/rules/flake8-builtins.json
src/gen_linter_config/others/data/Ruff/rules/flake8-comprehensions.json
src/gen_linter_config/others/data/Ruff/rules/flake8-copyright.json
src/gen_linter_config/others/data/Ruff/rules/flake8-errmsg.json
src/gen_linter_config/others/data/Ruff/rules/flake8-gettext.json
src/gen_linter_config/others/data/Ruff/rules/flake8-implicit-str-concat.json
src/gen_linter_config/others/data/Ruff/rules/flake8-import-conventions.json
src/gen_linter_config/others/data/Ruff/rules/flake8-pytest-style.json
src/gen_linter_config/others/data/Ruff/rules/flake8-quotes.json
src/gen_linter_config/others/data/Ruff/rules/flake8-self.json
src/gen_linter_config/others/data/Ruff/rules/flake8-tidy-imports.json
src/gen_linter_config/others/data/Ruff/rules/flake8-type-checking.json
src/gen_linter_config/others/data/Ruff/rules/flake8-unused-arguments.json
src/gen_linter_config/others/data/Ruff/rules/force-exclude.json
src/gen_linter_config/others/data/Ruff/rules/format.json
src/gen_linter_config/others/data/Ruff/rules/ignore-init-module-imports.json
src/gen_linter_config/others/data/Ruff/rules/ignore.json
src/gen_linter_config/others/data/Ruff/rules/include.json
src/gen_linter_config/others/data/Ruff/rules/indent-width.json
src/gen_linter_config/others/data/Ruff/rules/isort.json
src/gen_linter_config/others/data/Ruff/rules/line-length.json
src/gen_linter_config/others/data/Ruff/rules/lint.json
src/gen_linter_config/others/data/Ruff/rules/logger-objects.json
src/gen_linter_config/others/data/Ruff/rules/mccabe.json
src/gen_linter_config/others/data/Ruff/rules/namespace-packages.json
src/gen_linter_config/others/data/Ruff/rules/output-format.json
src/gen_linter_config/others/data/Ruff/rules/pep8-naming.json
src/gen_linter_config/others/data/Ruff/rules/per-file-ignores.json
src/gen_linter_config/others/data/Ruff/rules/per-file-target-version.json
src/gen_linter_config/others/data/Ruff/rules/preview.json
src/gen_linter_config/others/data/Ruff/rules/pycodestyle.json
src/gen_linter_config/others/data/Ruff/rules/pydocstyle.json
src/gen_linter_config/others/data/Ruff/rules/pyflakes.json
src/gen_linter_config/others/data/Ruff/rules/pylint.json
src/gen_linter_config/others/data/Ruff/rules/pyupgrade.json
src/gen_linter_config/others/data/Ruff/rules/required-version.json
src/gen_linter_config/others/data/Ruff/rules/respect-gitignore.json
src/gen_linter_config/others/data/Ruff/rules/select.json
src/gen_linter_config/others/data/Ruff/rules/show-fixes.json
src/gen_linter_config/others/data/Ruff/rules/src.json
src/gen_linter_config/others/data/Ruff/rules/target-version.json
src/gen_linter_config/others/data/Ruff/rules/task-tags.json
src/gen_linter_config/others/data/Ruff/rules/typing-modules.json
src/gen_linter_config/others/data/Ruff/rules/unfixable.json
src/gen_linter_config/others/data/Ruff/rules/unsafe-fixes.json
tests/test_checkstyle.py
tests/test_eslint.py