ameba 1.6.4-1 File List
Package has 153 files and 29 directories.
- usr/
- usr/bin/
- usr/bin/ameba
- usr/share/
- usr/share/doc/
- usr/share/doc/ameba/
- usr/share/doc/ameba/404.html
- usr/share/doc/ameba/Ameba.html
- usr/share/doc/ameba/Ameba/
- usr/share/doc/ameba/Ameba/AST.html
- usr/share/doc/ameba/Ameba/AST/
- usr/share/doc/ameba/Ameba/AST/Argument.html
- usr/share/doc/ameba/Ameba/AST/Assignment.html
- usr/share/doc/ameba/Ameba/AST/BaseVisitor.html
- usr/share/doc/ameba/Ameba/AST/Branch.html
- usr/share/doc/ameba/Ameba/AST/Branchable.html
- usr/share/doc/ameba/Ameba/AST/CountingVisitor.html
- usr/share/doc/ameba/Ameba/AST/FlowExpression.html
- usr/share/doc/ameba/Ameba/AST/FlowExpressionVisitor.html
- usr/share/doc/ameba/Ameba/AST/InstanceVariable.html
- usr/share/doc/ameba/Ameba/AST/NodeVisitor.html
- usr/share/doc/ameba/Ameba/AST/NodeVisitor/
- usr/share/doc/ameba/Ameba/AST/NodeVisitor/Category.html
- usr/share/doc/ameba/Ameba/AST/RedundantControlExpressionVisitor.html
- usr/share/doc/ameba/Ameba/AST/Reference.html
- usr/share/doc/ameba/Ameba/AST/Scope.html
- usr/share/doc/ameba/Ameba/AST/ScopeVisitor.html
- usr/share/doc/ameba/Ameba/AST/TopLevelNodesVisitor.html
- usr/share/doc/ameba/Ameba/AST/TypeDecVariable.html
- usr/share/doc/ameba/Ameba/AST/Util.html
- usr/share/doc/ameba/Ameba/AST/Variable.html
- usr/share/doc/ameba/Ameba/Config.html
- usr/share/doc/ameba/Ameba/Ext.html
- usr/share/doc/ameba/Ameba/Ext/
- usr/share/doc/ameba/Ameba/Ext/Location.html
- usr/share/doc/ameba/Ameba/Formatter.html
- usr/share/doc/ameba/Ameba/Formatter/
- usr/share/doc/ameba/Ameba/Formatter/BaseFormatter.html
- usr/share/doc/ameba/Ameba/Formatter/DisabledFormatter.html
- usr/share/doc/ameba/Ameba/Formatter/DotFormatter.html
- usr/share/doc/ameba/Ameba/Formatter/ExplainFormatter.html
- usr/share/doc/ameba/Ameba/Formatter/FlycheckFormatter.html
- usr/share/doc/ameba/Ameba/Formatter/JSONFormatter.html
- usr/share/doc/ameba/Ameba/Formatter/TODOFormatter.html
- usr/share/doc/ameba/Ameba/Formatter/Util.html
- usr/share/doc/ameba/Ameba/GlobUtils.html
- usr/share/doc/ameba/Ameba/InlineComments.html
- usr/share/doc/ameba/Ameba/InlineComments/
- usr/share/doc/ameba/Ameba/InlineComments/Action.html
- usr/share/doc/ameba/Ameba/Issue.html
- usr/share/doc/ameba/Ameba/Issue/
- usr/share/doc/ameba/Ameba/Issue/Status.html
- usr/share/doc/ameba/Ameba/Presenter.html
- usr/share/doc/ameba/Ameba/Presenter/
- usr/share/doc/ameba/Ameba/Presenter/BasePresenter.html
- usr/share/doc/ameba/Ameba/Presenter/RuleCollectionPresenter.html
- usr/share/doc/ameba/Ameba/Presenter/RulePresenter.html
- usr/share/doc/ameba/Ameba/Reportable.html
- usr/share/doc/ameba/Ameba/Rule.html
- usr/share/doc/ameba/Ameba/Rule/
- usr/share/doc/ameba/Ameba/Rule/Base.html
- usr/share/doc/ameba/Ameba/Rule/Documentation.html
- usr/share/doc/ameba/Ameba/Rule/Documentation/
- usr/share/doc/ameba/Ameba/Rule/Documentation/Documentation.html
- usr/share/doc/ameba/Ameba/Rule/Documentation/DocumentationAdmonition.html
- usr/share/doc/ameba/Ameba/Rule/Layout.html
- usr/share/doc/ameba/Ameba/Rule/Layout/
- usr/share/doc/ameba/Ameba/Rule/Layout/LineLength.html
- usr/share/doc/ameba/Ameba/Rule/Layout/TrailingBlankLines.html
- usr/share/doc/ameba/Ameba/Rule/Layout/TrailingWhitespace.html
- usr/share/doc/ameba/Ameba/Rule/Lint.html
- usr/share/doc/ameba/Ameba/Rule/Lint/
- usr/share/doc/ameba/Ameba/Rule/Lint/AmbiguousAssignment.html
- usr/share/doc/ameba/Ameba/Rule/Lint/BadDirective.html
- usr/share/doc/ameba/Ameba/Rule/Lint/ComparisonToBoolean.html
- usr/share/doc/ameba/Ameba/Rule/Lint/DebugCalls.html
- usr/share/doc/ameba/Ameba/Rule/Lint/DebuggerStatement.html
- usr/share/doc/ameba/Ameba/Rule/Lint/DuplicatedRequire.html
- usr/share/doc/ameba/Ameba/Rule/Lint/EmptyEnsure.html
- usr/share/doc/ameba/Ameba/Rule/Lint/EmptyExpression.html
- usr/share/doc/ameba/Ameba/Rule/Lint/EmptyLoop.html
- usr/share/doc/ameba/Ameba/Rule/Lint/Formatting.html
- usr/share/doc/ameba/Ameba/Rule/Lint/HashDuplicatedKey.html
- usr/share/doc/ameba/Ameba/Rule/Lint/LiteralAssignmentsInExpressions.html
- usr/share/doc/ameba/Ameba/Rule/Lint/LiteralInCondition.html
- usr/share/doc/ameba/Ameba/Rule/Lint/LiteralInInterpolation.html
- usr/share/doc/ameba/Ameba/Rule/Lint/LiteralsComparison.html
- usr/share/doc/ameba/Ameba/Rule/Lint/MissingBlockArgument.html
- usr/share/doc/ameba/Ameba/Rule/Lint/NotNil.html
- usr/share/doc/ameba/Ameba/Rule/Lint/NotNilAfterNoBang.html
- usr/share/doc/ameba/Ameba/Rule/Lint/PercentArrays.html
- usr/share/doc/ameba/Ameba/Rule/Lint/RandZero.html
- usr/share/doc/ameba/Ameba/Rule/Lint/RedundantStringCoercion.html
- usr/share/doc/ameba/Ameba/Rule/Lint/RedundantWithIndex.html
- usr/share/doc/ameba/Ameba/Rule/Lint/RedundantWithObject.html
- usr/share/doc/ameba/Ameba/Rule/Lint/ShadowedArgument.html
- usr/share/doc/ameba/Ameba/Rule/Lint/ShadowedException.html
- usr/share/doc/ameba/Ameba/Rule/Lint/ShadowingOuterLocalVar.html
- usr/share/doc/ameba/Ameba/Rule/Lint/SharedVarInFiber.html
- usr/share/doc/ameba/Ameba/Rule/Lint/SpecFilename.html
- usr/share/doc/ameba/Ameba/Rule/Lint/SpecFocus.html
- usr/share/doc/ameba/Ameba/Rule/Lint/Syntax.html
- usr/share/doc/ameba/Ameba/Rule/Lint/Typos.html
- usr/share/doc/ameba/Ameba/Rule/Lint/Typos/
- usr/share/doc/ameba/Ameba/Rule/Lint/Typos/Typo.html
- usr/share/doc/ameba/Ameba/Rule/Lint/UnneededDisableDirective.html
- usr/share/doc/ameba/Ameba/Rule/Lint/UnreachableCode.html
- usr/share/doc/ameba/Ameba/Rule/Lint/UnusedArgument.html
- usr/share/doc/ameba/Ameba/Rule/Lint/UnusedBlockArgument.html
- usr/share/doc/ameba/Ameba/Rule/Lint/UselessAssign.html
- usr/share/doc/ameba/Ameba/Rule/Lint/UselessConditionInWhen.html
- usr/share/doc/ameba/Ameba/Rule/Metrics.html
- usr/share/doc/ameba/Ameba/Rule/Metrics/
- usr/share/doc/ameba/Ameba/Rule/Metrics/CyclomaticComplexity.html
- usr/share/doc/ameba/Ameba/Rule/Naming.html
- usr/share/doc/ameba/Ameba/Rule/Naming/
- usr/share/doc/ameba/Ameba/Rule/Naming/AccessorMethodName.html
- usr/share/doc/ameba/Ameba/Rule/Naming/AsciiIdentifiers.html
- usr/share/doc/ameba/Ameba/Rule/Naming/BinaryOperatorParameterName.html
- usr/share/doc/ameba/Ameba/Rule/Naming/BlockParameterName.html
- usr/share/doc/ameba/Ameba/Rule/Naming/ConstantNames.html
- usr/share/doc/ameba/Ameba/Rule/Naming/Filename.html
- usr/share/doc/ameba/Ameba/Rule/Naming/MethodNames.html
- usr/share/doc/ameba/Ameba/Rule/Naming/PredicateName.html
- usr/share/doc/ameba/Ameba/Rule/Naming/QueryBoolMethods.html
- usr/share/doc/ameba/Ameba/Rule/Naming/RescuedExceptionsVariableName.html
- usr/share/doc/ameba/Ameba/Rule/Naming/TypeNames.html
- usr/share/doc/ameba/Ameba/Rule/Naming/VariableNames.html
- usr/share/doc/ameba/Ameba/Rule/Performance.html
- usr/share/doc/ameba/Ameba/Rule/Performance/
- usr/share/doc/ameba/Ameba/Rule/Performance/AnyAfterFilter.html
- usr/share/doc/ameba/Ameba/Rule/Performance/AnyInsteadOfEmpty.html
- usr/share/doc/ameba/Ameba/Rule/Performance/Base.html
- usr/share/doc/ameba/Ameba/Rule/Performance/ChainedCallWithNoBang.html
- usr/share/doc/ameba/Ameba/Rule/Performance/CompactAfterMap.html
- usr/share/doc/ameba/Ameba/Rule/Performance/ExcessiveAllocations.html
- usr/share/doc/ameba/Ameba/Rule/Performance/FirstLastAfterFilter.html
- usr/share/doc/ameba/Ameba/Rule/Performance/FlattenAfterMap.html
- usr/share/doc/ameba/Ameba/Rule/Performance/MapInsteadOfBlock.html
- usr/share/doc/ameba/Ameba/Rule/Performance/MinMaxAfterMap.html
- usr/share/doc/ameba/Ameba/Rule/Performance/SizeAfterFilter.html
- usr/share/doc/ameba/Ameba/Rule/Style.html
- usr/share/doc/ameba/Ameba/Rule/Style/
- usr/share/doc/ameba/Ameba/Rule/Style/GuardClause.html
- usr/share/doc/ameba/Ameba/Rule/Style/IsAFilter.html
- usr/share/doc/ameba/Ameba/Rule/Style/IsANil.html
- usr/share/doc/ameba/Ameba/Rule/Style/LargeNumbers.html
- usr/share/doc/ameba/Ameba/Rule/Style/NegatedConditionsInUnless.html
- usr/share/doc/ameba/Ameba/Rule/Style/ParenthesesAroundCondition.html
- usr/share/doc/ameba/Ameba/Rule/Style/RedundantBegin.html
- usr/share/doc/ameba/Ameba/Rule/Style/RedundantNext.html
- usr/share/doc/ameba/Ameba/Rule/Style/RedundantReturn.html
- usr/share/doc/ameba/Ameba/Rule/Style/UnlessElse.html
- usr/share/doc/ameba/Ameba/Rule/Style/VerboseBlock.html
- usr/share/doc/ameba/Ameba/Rule/Style/WhileTrue.html
- usr/share/doc/ameba/Ameba/Runner.html
- usr/share/doc/ameba/Ameba/Runner/
- usr/share/doc/ameba/Ameba/Runner/InfiniteCorrectionLoopError.html
- usr/share/doc/ameba/Ameba/Severity.html
- usr/share/doc/ameba/Ameba/SeverityYamlConverter.html
- usr/share/doc/ameba/Ameba/Source.html
- usr/share/doc/ameba/Ameba/Source/
- usr/share/doc/ameba/Ameba/Source/Corrector.html
- usr/share/doc/ameba/Ameba/Source/Rewriter.html
- usr/share/doc/ameba/Ameba/Spec.html
- usr/share/doc/ameba/Ameba/Spec/
- usr/share/doc/ameba/Ameba/Spec/AnnotatedSource.html
- usr/share/doc/ameba/Ameba/Spec/BeValid.html
- usr/share/doc/ameba/Ameba/Spec/BeValidExpectation.html
- usr/share/doc/ameba/Ameba/Spec/ExpectIssue.html
- usr/share/doc/ameba/Ameba/Spec/Util.html
- usr/share/doc/ameba/Ameba/Tokenizer.html
- usr/share/doc/ameba/css/
- usr/share/doc/ameba/css/style.css
- usr/share/doc/ameba/index.html
- usr/share/doc/ameba/index.json
- usr/share/doc/ameba/js/
- usr/share/doc/ameba/js/doc.js
- usr/share/doc/ameba/search-index.js
- usr/share/licenses/
- usr/share/licenses/ameba/
- usr/share/licenses/ameba/LICENSE