LICENSE
README.rst
setup.cfg
setup.py
bslint.egg-info/PKG-INFO
bslint.egg-info/SOURCES.txt
bslint.egg-info/dependency_links.txt
bslint.egg-info/entry_points.txt
bslint.egg-info/requires.txt
bslint.egg-info/top_level.txt
resources/.DS_Store
resources/EmptyLinesTestFiles/CommentNotEmptyLines.brs
resources/EmptyLinesTestFiles/EmptyLinesAtEnd.brs
resources/EmptyLinesTestFiles/EmptyLinesAtStart.brs
resources/EmptyLinesTestFiles/EmptyLinesInMiddle.brs
resources/EmptyLinesTestFiles/MultipleTokensAndEmptyLines.brs
resources/EmptyLinesTestFiles/NoEmptyLines.brs
resources/EmptyLinesTestFiles/OneConsecutiveEmptyLine.brs
resources/EmptyLinesTestFiles/OnlyEmptyLines.brs
resources/EncodingTestFiles/ASCII-chars.brs
resources/EncodingTestFiles/NON-ASCII-chars.brs
resources/TraceTestFiles/NoPrintNoQuestionMark.brs
resources/TraceTestFiles/Print.brs
resources/TraceTestFiles/PrintAndQuestionMark.brs
resources/TraceTestFiles/QuestionMark.brs
resources/__pycache__/Constants.cpython-35.pyc
src/ConfigLoader.py
src/Constants.py
src/FileReader.py
src/Lexer.py
src/Main.py
src/StylingRulesHandler.py
src/__init__.py
src/__main__.py
src/bslint.py
src/regexs.py
src/run.py
src/BSLINT_commands/CheckCommentCommand.py
src/BSLINT_commands/CheckFileEncodingCommand.py
src/BSLINT_commands/CheckIndentationCommand.py
src/BSLINT_commands/CheckTraceFreeCommand.py
src/BSLINT_commands/ConsecutiveEmptyLinesCommand.py
src/BSLINT_commands/MaxLineLengthCommand.py
src/BSLINT_commands/SkipFileCommand.py
src/BSLINT_commands/SkipLineCommand.py
src/BSLINT_commands/SpacesAroundOperatorsCommand.py
src/BSLINT_commands/SpellCheckCommand.py
src/BSLINT_commands/__init__.py
src/ErrorMessagesBuilder/ErrorMessageHandler.py
src/ErrorMessagesBuilder/__init__.py
src/ErrorMessagesBuilder/ErrorBuilder/ErrorMessageBuilder.py
src/ErrorMessagesBuilder/ErrorBuilder/ErrorMessagesConstants.py
src/ErrorMessagesBuilder/ErrorBuilder/__init__.py
src/Handlers/RegexHandler.py
src/Handlers/__init__.py
src/config/default-config(actual).json
src/config/default-config.json
src/config/user-config.json