LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
bears/Constants.py
bears/VERSION
bears/__init__.py
bears/c_languages/CPPCleanBear.py
bears/c_languages/CPPLintBear.py
bears/c_languages/CSharpLintBear.py
bears/c_languages/ClangBear.py
bears/c_languages/GNUIndentBear.py
bears/c_languages/__init__.py
bears/c_languages/codeclone_detection/ClangASTPrintBear.py
bears/c_languages/codeclone_detection/ClangCloneDetectionBear.py
bears/c_languages/codeclone_detection/ClangCountVectorCreator.py
bears/c_languages/codeclone_detection/ClangCountingConditions.py
bears/c_languages/codeclone_detection/ClangFunctionDifferenceBear.py
bears/c_languages/codeclone_detection/CloneDetectionRoutines.py
bears/c_languages/codeclone_detection/CountVector.py
bears/c_languages/codeclone_detection/__init__.py
bears/cmake/CMakeLintBear.py
bears/cmake/__init__.py
bears/coffee_script/CoffeeLintBear.py
bears/coffee_script/__init__.py
bears/configfiles/DockerfileLintBear.py
bears/configfiles/__init__.py
bears/css/CSSLintBear.py
bears/css/__init__.py
bears/dart/DartLintBear.py
bears/dart/__init__.py
bears/general/InvalidLinkBear.py
bears/general/KeywordBear.py
bears/general/LineCountBear.py
bears/general/LineLengthBear.py
bears/general/SpaceConsistencyBear.py
bears/general/__init__.py
bears/go/GoImportsBear.py
bears/go/GoLintBear.py
bears/go/GoReturnsBear.py
bears/go/GoVetBear.py
bears/go/GofmtBear.py
bears/go/__init__.py
bears/haskell/HaskellLintBear.py
bears/haskell/__init__.py
bears/html/BootLintBear.py
bears/html/HTMLLintBear.py
bears/html/__init__.py
bears/java/CheckstyleBear.py
bears/java/InferBear.py
bears/java/__init__.py
bears/java/checkstyle.jar
bears/java/google_checks.xml
bears/js/ESLintBear.py
bears/js/JSComplexityBear.py
bears/js/JSHintBear.py
bears/js/JSONFormatBear.py
bears/js/__init__.py
bears/julia/JuliaLintBear.py
bears/julia/__init__.py
bears/latex/LatexLintBear.py
bears/latex/__init__.py
bears/lua/LuaLintBear.py
bears/lua/__init__.py
bears/markdown/MarkdownBear.py
bears/markdown/__init__.py
bears/matlab/MatlabIndentationBear.py
bears/matlab/__init__.py
bears/natural_language/AlexBear.py
bears/natural_language/LanguageToolBear.py
bears/natural_language/ProseLintBear.py
bears/natural_language/__init__.py
bears/natural_language/reSTLintBear.py
bears/php/PHPLintBear.py
bears/php/__init__.py
bears/python/PEP8Bear.py
bears/python/PyCommentedCodeBear.py
bears/python/PyDocStyleBear.py
bears/python/PyImportSortBear.py
bears/python/PyLintBear.py
bears/python/PyUnusedCodeBear.py
bears/python/RadonBear.py
bears/python/__init__.py
bears/r/FormatRBear.py
bears/r/RLintBear.py
bears/r/__init__.py
bears/ruby/RuboCopBear.py
bears/ruby/RubySyntaxBear.py
bears/ruby/__init__.py
bears/scss/SCSSLintBear.py
bears/scss/__init__.py
bears/shell/ShellCheckBear.py
bears/shell/__init__.py
bears/sql/SQLintBear.py
bears/sql/__init__.py
bears/typescript/TSLintBear.py
bears/typescript/__init__.py
bears/vcs/__init__.py
bears/vcs/git/GitCommitBear.py
bears/vcs/git/__init__.py
bears/vimscript/VintBear.py
bears/vimscript/__init__.py
bears/xml/XMLBear.py
bears/xml/__init__.py
coala_bears.egg-info/PKG-INFO
coala_bears.egg-info/SOURCES.txt
coala_bears.egg-info/dependency_links.txt
coala_bears.egg-info/entry_points.txt
coala_bears.egg-info/requires.txt
coala_bears.egg-info/top_level.txt
tests/BearTestHelper.py
tests/LocalBearTestHelper.py
tests/__init__.py
tests/c_languages/CPPCleanBearTest.py
tests/c_languages/CPPLintBearTest.py
tests/c_languages/CSharpLintBearTest.py
tests/c_languages/ClangBearTest.py
tests/c_languages/GNUIndentBearTest.py
tests/c_languages/__init__.py
tests/c_languages/codeclone_detection/ClangASTPrintBearTest.py
tests/c_languages/codeclone_detection/ClangCloneDetectionBearTest.py
tests/c_languages/codeclone_detection/ClangCountVectorCreatorTest.py
tests/c_languages/codeclone_detection/ClangCountingConditionsTest.py
tests/c_languages/codeclone_detection/CloneDetectionRoutinesTest.py
tests/c_languages/codeclone_detection/CountVectorTest.py
tests/c_languages/codeclone_detection/__init__.py
tests/cmake/CMakeLintBearTest.py
tests/cmake/__init__.py
tests/coffee_script/CoffeeLintBearTest.py
tests/coffee_script/__init__.py
tests/configfiles/DockerfileLintBearTest.py
tests/configfiles/__init__.py
tests/css/CSSLintBearTest.py
tests/css/__init__.py
tests/dart/DartLintBearTest.py
tests/dart/__init__.py
tests/general/InvalidLinkBearTest.py
tests/general/KeywordBearTest.py
tests/general/LineCountBearTest.py
tests/general/LineLengthBearTest.py
tests/general/SpaceConsistencyBearTest.py
tests/general/__init__.py
tests/go/GoImportsBearTest.py
tests/go/GoLintBearTest.py
tests/go/GoReturnsBearTest.py
tests/go/GoVetBearTest.py
tests/go/GofmtBearTest.py
tests/go/__init__.py
tests/haskell/HaskellLintBearTest.py
tests/haskell/__init__.py
tests/html/BootLintBearTest.py
tests/html/HTMLLintBearTest.py
tests/html/__init__.py
tests/java/CheckstyleBearTest.py
tests/java/InferBearTest.py
tests/java/__init__.py
tests/js/ESLintBearTest.py
tests/js/JSComplexityBearTest.py
tests/js/JSHintBearTest.py
tests/js/JSONFormatBearTest.py
tests/js/__init__.py
tests/julia/JuliaLintBearTest.py
tests/julia/__init__.py
tests/latex/LatexLintBearTest.py
tests/latex/__init__.py
tests/lua/LuaLintBearTest.py
tests/lua/__init__.py
tests/markdown/MarkdownBearTest.py
tests/markdown/__init__.py
tests/matlab/MatlabIndentationBearTest.py
tests/matlab/__init__.py
tests/natural_language/AlexBearTest.py
tests/natural_language/LanguageToolBearTest.py
tests/natural_language/ProseLintBearTest.py
tests/natural_language/__init__.py
tests/natural_language/reSTLintBearTest.py
tests/php/PHPLintBearTest.py
tests/php/__init__.py
tests/python/PEP8BearTest.py
tests/python/PyCommentedCodeBearTest.py
tests/python/PyDocStyleBearTest.py
tests/python/PyImportSortBearTest.py
tests/python/PyLintBearTest.py
tests/python/PyUnusedCodeBearTest.py
tests/python/RadonBearTest.py
tests/python/__init__.py
tests/python/test_files/__init__.py
tests/python/test_files/pylint_test.py
tests/r/FormatRBearTest.py
tests/r/RLintBearTest.py
tests/r/__init__.py
tests/ruby/RuboCopBearTest.py
tests/ruby/RubySyntaxBearTest.py
tests/ruby/__init__.py
tests/scala/ScalaLintBearTest.py
tests/scala/__init__.py
tests/scss/SCSSLintBearTest.py
tests/scss/__init__.py
tests/shell/ShellCheckBearTest.py
tests/shell/__init__.py
tests/sql/SQLintBearTest.py
tests/sql/__init__.py
tests/typescript/TSLintBearTest.py
tests/typescript/__init__.py
tests/vcs/__init__.py
tests/vcs/git/GitCommitBearTest.py
tests/vcs/git/__init__.py
tests/vimscript/VintBearTest.py
tests/vimscript/__init__.py
tests/xml/XMLBearTest.py
tests/xml/__init__.py
tests/yaml/YAMLLintBearTest.py
tests/yaml/__init__.py