Copyrights and Licenses Information
path start end what value
gitlint/gitlint.spec 5 5 license mit
gitlint/gitlint-0.15.0/LICENSE 1 1 license mit
gitlint/gitlint-0.15.0/LICENSE 5 21 license mit
gitlint/gitlint-0.15.0/setup.py 58 58 license mit
gitlint/gitlint-0.15.0/setup.py 77 77 license mit
File Information
path type name extension date size sha1 md5 files_count mime_type file_type programming_language is_binary is_text is_archive is_media is_source is_script
gitlint directory
gitlint/gitlint-0.15.0-SPECPARTS directory
gitlint/gitlint-0.15.0.tar.gz file
gitlint/gitlint.spec file
gitlint/README.md file
gitlint/sources file
gitlint/strict-dependencies.patch file
gitlint/gitlint-0.15.0 directory
gitlint/gitlint-0.15.0/.coveragerc file
gitlint/gitlint-0.15.0/.flake8 file
gitlint/gitlint-0.15.0/.pre-commit-hooks.yaml file
gitlint/gitlint-0.15.0/.pylintrc file
gitlint/gitlint-0.15.0/CHANGELOG.md file
gitlint/gitlint-0.15.0/CONTRIBUTING.md file
gitlint/gitlint-0.15.0/doc-requirements.txt file
gitlint/gitlint-0.15.0/Dockerfile file
gitlint/gitlint-0.15.0/Dockerfile.dev file
gitlint/gitlint-0.15.0/LICENSE file
gitlint/gitlint-0.15.0/MANIFEST.in file
gitlint/gitlint-0.15.0/mkdocs.yml file
gitlint/gitlint-0.15.0/README.md file
gitlint/gitlint-0.15.0/requirements.txt file
gitlint/gitlint-0.15.0/run_tests.sh file
gitlint/gitlint-0.15.0/setup.cfg file
gitlint/gitlint-0.15.0/setup.py file
gitlint/gitlint-0.15.0/test-requirements.txt file
gitlint/gitlint-0.15.0/Vagrantfile file
gitlint/gitlint-0.15.0/.github directory
gitlint/gitlint-0.15.0/.github/PULL_REQUEST_TEMPLATE.md file
gitlint/gitlint-0.15.0/.github/ISSUE_TEMPLATE directory
gitlint/gitlint-0.15.0/.github/ISSUE_TEMPLATE/issue-template.md file
gitlint/gitlint-0.15.0/.github/workflows directory
gitlint/gitlint-0.15.0/.github/workflows/checks.yml file
gitlint/gitlint-0.15.0/docs directory
gitlint/gitlint-0.15.0/docs/configuration.md file
gitlint/gitlint-0.15.0/docs/contrib_rules.md file
gitlint/gitlint-0.15.0/docs/contributing.md file
gitlint/gitlint-0.15.0/docs/extra.css file
gitlint/gitlint-0.15.0/docs/extra.js file
gitlint/gitlint-0.15.0/docs/index.md file
gitlint/gitlint-0.15.0/docs/rules.md file
gitlint/gitlint-0.15.0/docs/user_defined_rules.md file
gitlint/gitlint-0.15.0/docs/demos directory
gitlint/gitlint-0.15.0/docs/demos/asciicinema.json file
gitlint/gitlint-0.15.0/docs/demos/scenario.txt file
gitlint/gitlint-0.15.0/docs/images directory
gitlint/gitlint-0.15.0/docs/images/RuleViolation.png file
gitlint/gitlint-0.15.0/docs/images/RuleViolations.graffle file
gitlint/gitlint-0.15.0/examples directory
gitlint/gitlint-0.15.0/examples/commit-message-1 file
gitlint/gitlint-0.15.0/examples/commit-message-10 file
gitlint/gitlint-0.15.0/examples/commit-message-11 file
gitlint/gitlint-0.15.0/examples/commit-message-2 file
gitlint/gitlint-0.15.0/examples/commit-message-3 file
gitlint/gitlint-0.15.0/examples/commit-message-4 file
gitlint/gitlint-0.15.0/examples/commit-message-5 file
gitlint/gitlint-0.15.0/examples/commit-message-6 file
gitlint/gitlint-0.15.0/examples/commit-message-7 file
gitlint/gitlint-0.15.0/examples/commit-message-8 file
gitlint/gitlint-0.15.0/examples/commit-message-9 file
gitlint/gitlint-0.15.0/examples/gitlint file
gitlint/gitlint-0.15.0/examples/my_commit_rules.py file
gitlint/gitlint-0.15.0/examples/my_configuration_rules.py file
gitlint/gitlint-0.15.0/examples/my_line_rules.py file
gitlint/gitlint-0.15.0/gitlint directory
gitlint/gitlint-0.15.0/gitlint/__init__.py file
gitlint/gitlint-0.15.0/gitlint/cache.py file
gitlint/gitlint-0.15.0/gitlint/cli.py file
gitlint/gitlint-0.15.0/gitlint/config.py file
gitlint/gitlint-0.15.0/gitlint/display.py file
gitlint/gitlint-0.15.0/gitlint/exception.py file
gitlint/gitlint-0.15.0/gitlint/git.py file
gitlint/gitlint-0.15.0/gitlint/hooks.py file
gitlint/gitlint-0.15.0/gitlint/lint.py file
gitlint/gitlint-0.15.0/gitlint/options.py file
gitlint/gitlint-0.15.0/gitlint/rule_finder.py file
gitlint/gitlint-0.15.0/gitlint/rules.py file
gitlint/gitlint-0.15.0/gitlint/shell.py file
gitlint/gitlint-0.15.0/gitlint/utils.py file
gitlint/gitlint-0.15.0/gitlint/contrib directory
gitlint/gitlint-0.15.0/gitlint/contrib/__init__.py file
gitlint/gitlint-0.15.0/gitlint/contrib/rules directory
gitlint/gitlint-0.15.0/gitlint/contrib/rules/__init__.py file
gitlint/gitlint-0.15.0/gitlint/contrib/rules/conventional_commit.py file
gitlint/gitlint-0.15.0/gitlint/contrib/rules/signedoff_by.py file
gitlint/gitlint-0.15.0/gitlint/files directory
gitlint/gitlint-0.15.0/gitlint/files/commit-msg file
gitlint/gitlint-0.15.0/gitlint/files/gitlint file
gitlint/gitlint-0.15.0/gitlint/tests directory
gitlint/gitlint-0.15.0/gitlint/tests/__init__.py file
gitlint/gitlint-0.15.0/gitlint/tests/base.py file
gitlint/gitlint-0.15.0/gitlint/tests/test_cache.py file
gitlint/gitlint-0.15.0/gitlint/tests/test_display.py file
gitlint/gitlint-0.15.0/gitlint/tests/test_hooks.py file
gitlint/gitlint-0.15.0/gitlint/tests/test_lint.py file
gitlint/gitlint-0.15.0/gitlint/tests/test_options.py file
gitlint/gitlint-0.15.0/gitlint/tests/test_utils.py file
gitlint/gitlint-0.15.0/gitlint/tests/cli directory
gitlint/gitlint-0.15.0/gitlint/tests/cli/test_cli.py file
gitlint/gitlint-0.15.0/gitlint/tests/cli/test_cli_hooks.py file
gitlint/gitlint-0.15.0/gitlint/tests/config directory
gitlint/gitlint-0.15.0/gitlint/tests/config/test_config.py file
gitlint/gitlint-0.15.0/gitlint/tests/config/test_config_builder.py file
gitlint/gitlint-0.15.0/gitlint/tests/config/test_config_precedence.py file
gitlint/gitlint-0.15.0/gitlint/tests/config/test_rule_collection.py file
gitlint/gitlint-0.15.0/gitlint/tests/contrib directory
gitlint/gitlint-0.15.0/gitlint/tests/contrib/__init__.py file
gitlint/gitlint-0.15.0/gitlint/tests/contrib/test_contrib_rules.py file
gitlint/gitlint-0.15.0/gitlint/tests/contrib/rules directory
gitlint/gitlint-0.15.0/gitlint/tests/contrib/rules/__init__.py file
gitlint/gitlint-0.15.0/gitlint/tests/contrib/rules/test_conventional_commit.py file
gitlint/gitlint-0.15.0/gitlint/tests/contrib/rules/test_signedoff_by.py file
gitlint/gitlint-0.15.0/gitlint/tests/expected directory
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli directory
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli directory
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_contrib_1 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_debug_1 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_input_stream_1 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_input_stream_debug_1 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_input_stream_debug_2 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_lint_multiple_commits_1 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_lint_multiple_commits_config_1 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_lint_staged_msg_filename_1 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_lint_staged_msg_filename_2 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_lint_staged_stdin_1 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_lint_staged_stdin_2 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_named_rules_1 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli/test_named_rules_2 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks directory
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_config_1_stderr file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_config_1_stdout file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_edit_1_stderr file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_edit_1_stdout file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_local_commit_1_stderr file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_local_commit_1_stdout file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_no_1_stderr file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_no_1_stdout file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_no_tty_1_stderr file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_no_tty_1_stdout file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_stdin_no_violations_1_stdout file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_stdin_violations_1_stderr file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_stdin_violations_1_stdout file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_yes_1_stderr file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_hook_yes_1_stdout file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_run_hook_negative_1 file
gitlint/gitlint-0.15.0/gitlint/tests/expected/cli/test_cli_hooks/test_run_hook_negative_2 file
gitlint/gitlint-0.15.0/gitlint/tests/git directory
gitlint/gitlint-0.15.0/gitlint/tests/git/test_git.py file
gitlint/gitlint-0.15.0/gitlint/tests/git/test_git_commit.py file
gitlint/gitlint-0.15.0/gitlint/tests/git/test_git_context.py file
gitlint/gitlint-0.15.0/gitlint/tests/rules directory
gitlint/gitlint-0.15.0/gitlint/tests/rules/__init__.py file
gitlint/gitlint-0.15.0/gitlint/tests/rules/test_body_rules.py file
gitlint/gitlint-0.15.0/gitlint/tests/rules/test_configuration_rules.py file
gitlint/gitlint-0.15.0/gitlint/tests/rules/test_meta_rules.py file
gitlint/gitlint-0.15.0/gitlint/tests/rules/test_rules.py file
gitlint/gitlint-0.15.0/gitlint/tests/rules/test_title_rules.py file
gitlint/gitlint-0.15.0/gitlint/tests/rules/test_user_rules.py file
gitlint/gitlint-0.15.0/gitlint/tests/samples directory
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message directory
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message/fixup file
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message/merge file
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message/no-violations file
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message/revert file
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message/sample1 file
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message/sample2 file
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message/sample3 file
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message/sample4 file
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message/sample5 file
gitlint/gitlint-0.15.0/gitlint/tests/samples/commit_message/squash file
gitlint/gitlint-0.15.0/gitlint/tests/samples/config directory
gitlint/gitlint-0.15.0/gitlint/tests/samples/config/gitlintconfig file
gitlint/gitlint-0.15.0/gitlint/tests/samples/config/invalid-option-value file
gitlint/gitlint-0.15.0/gitlint/tests/samples/config/named-rules file
gitlint/gitlint-0.15.0/gitlint/tests/samples/config/no-sections file
gitlint/gitlint-0.15.0/gitlint/tests/samples/config/nonexisting-general-option file
gitlint/gitlint-0.15.0/gitlint/tests/samples/config/nonexisting-option file
gitlint/gitlint-0.15.0/gitlint/tests/samples/config/nonexisting-rule file
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules directory
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules/bogus-file.txt file
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules/my_commit_rules.foo file
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules/my_commit_rules.py file
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules/import_exception directory
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules/import_exception/invalid_python.py file
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules/incorrect_linerule directory
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules/incorrect_linerule/my_line_rule.py file
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules/parent_package directory
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules/parent_package/__init__.py file
gitlint/gitlint-0.15.0/gitlint/tests/samples/user_rules/parent_package/my_commit_rules.py file
gitlint/gitlint-0.15.0/qa directory
gitlint/gitlint-0.15.0/qa/__init__.py file
gitlint/gitlint-0.15.0/qa/base.py file
gitlint/gitlint-0.15.0/qa/requirements.txt file
gitlint/gitlint-0.15.0/qa/shell.py file
gitlint/gitlint-0.15.0/qa/test_commits.py file
gitlint/gitlint-0.15.0/qa/test_config.py file
gitlint/gitlint-0.15.0/qa/test_contrib.py file
gitlint/gitlint-0.15.0/qa/test_gitlint.py file
gitlint/gitlint-0.15.0/qa/test_hooks.py file
gitlint/gitlint-0.15.0/qa/test_named_rules.py file
gitlint/gitlint-0.15.0/qa/test_stdin.py file
gitlint/gitlint-0.15.0/qa/test_user_defined.py file
gitlint/gitlint-0.15.0/qa/utils.py file
gitlint/gitlint-0.15.0/qa/expected directory
gitlint/gitlint-0.15.0/qa/expected/test_commits directory
gitlint/gitlint-0.15.0/qa/expected/test_commits/test_ignore_commits_1 file
gitlint/gitlint-0.15.0/qa/expected/test_commits/test_lint_head_1 file
gitlint/gitlint-0.15.0/qa/expected/test_commits/test_lint_staged_msg_filename_1 file
gitlint/gitlint-0.15.0/qa/expected/test_commits/test_lint_staged_stdin_1 file
gitlint/gitlint-0.15.0/qa/expected/test_commits/test_violations_1 file
gitlint/gitlint-0.15.0/qa/expected/test_config directory
gitlint/gitlint-0.15.0/qa/expected/test_config/test_config_from_env_1 file
gitlint/gitlint-0.15.0/qa/expected/test_config/test_config_from_env_2 file
gitlint/gitlint-0.15.0/qa/expected/test_config/test_config_from_file_1 file
gitlint/gitlint-0.15.0/qa/expected/test_config/test_config_from_file_debug_1 file
gitlint/gitlint-0.15.0/qa/expected/test_config/test_set_rule_option_1 file
gitlint/gitlint-0.15.0/qa/expected/test_config/test_verbosity_1 file
gitlint/gitlint-0.15.0/qa/expected/test_config/test_verbosity_2 file
gitlint/gitlint-0.15.0/qa/expected/test_contrib directory
gitlint/gitlint-0.15.0/qa/expected/test_contrib/test_contrib_rules_1 file
gitlint/gitlint-0.15.0/qa/expected/test_contrib/test_contrib_rules_with_config_1 file
gitlint/gitlint-0.15.0/qa/expected/test_gitlint directory
gitlint/gitlint-0.15.0/qa/expected/test_gitlint/test_msg_filename_1 file
gitlint/gitlint-0.15.0/qa/expected/test_gitlint/test_msg_filename_no_tty_1 file
gitlint/gitlint-0.15.0/qa/expected/test_gitlint/test_violations_1 file
gitlint/gitlint-0.15.0/qa/expected/test_named_rules directory
gitlint/gitlint-0.15.0/qa/expected/test_named_rules/test_named_rule_1 file
gitlint/gitlint-0.15.0/qa/expected/test_named_rules/test_named_user_rule_1 file
gitlint/gitlint-0.15.0/qa/expected/test_stdin directory
gitlint/gitlint-0.15.0/qa/expected/test_stdin/test_stdin_file_1 file
gitlint/gitlint-0.15.0/qa/expected/test_stdin/test_stdin_pipe_1 file
gitlint/gitlint-0.15.0/qa/expected/test_stdin/test_stdin_pipe_empty_1 file
gitlint/gitlint-0.15.0/qa/expected/test_user_defined directory
gitlint/gitlint-0.15.0/qa/expected/test_user_defined/test_user_defined_rules_examples_1 file
gitlint/gitlint-0.15.0/qa/expected/test_user_defined/test_user_defined_rules_examples_2 file
gitlint/gitlint-0.15.0/qa/expected/test_user_defined/test_user_defined_rules_examples_with_config_1 file
gitlint/gitlint-0.15.0/qa/expected/test_user_defined/test_user_defined_rules_extra_1 file
gitlint/gitlint-0.15.0/qa/samples directory
gitlint/gitlint-0.15.0/qa/samples/config directory
gitlint/gitlint-0.15.0/qa/samples/config/gitlintconfig file
gitlint/gitlint-0.15.0/qa/samples/config/ignore-release-commits file
gitlint/gitlint-0.15.0/qa/samples/config/named-rules file
gitlint/gitlint-0.15.0/qa/samples/config/named-user-rules file
gitlint/gitlint-0.15.0/qa/samples/user_rules directory
gitlint/gitlint-0.15.0/qa/samples/user_rules/extra directory
gitlint/gitlint-0.15.0/qa/samples/user_rules/extra/extra_rules.py file
gitlint/gitlint-0.15.0/qa/samples/user_rules/incorrect_linerule directory
gitlint/gitlint-0.15.0/qa/samples/user_rules/incorrect_linerule/my_line_rule.py file
gitlint/gitlint-0.15.0/tools directory
gitlint/gitlint-0.15.0/tools/create-test-repo.sh file
gitlint/gitlint-0.15.0/tools/windows directory
gitlint/gitlint-0.15.0/tools/windows/create-test-repo.bat file
gitlint/gitlint-0.15.0/tools/windows/run_tests.bat file
Holders
path holder start end
Authors
path Author start end
Emails
path email start end
Urls
path url start end
License References
key short_name category owner scancode_url licensedb_url homepage_url text_urls spdx_license_key spdx_url
mit MIT License Permissive MIT https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/mit.LICENSE https://scancode-licensedb.aboutcode.org/mit http://opensource.org/licenses/mit-license.php http://opensource.org/licenses/mit-license.php MIT https://spdx.org/licenses/MIT