Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tool/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
from tool import tool_config
from tool import report_static
from tool import report_diff
from tool_config import DEFAULT_ENABLED_CHECKS

github_token = os.getenv("GITHUB_API_TOKEN")
if not github_token:
Expand Down Expand Up @@ -605,7 +604,7 @@ def main():
}
else:
# If no checks specified, enable all except forks by default
enabled_checks = DEFAULT_ENABLED_CHECKS
enabled_checks = tool_config.DEFAULT_ENABLED_CHECKS

project_info = setup_project_info(dw_args, any_check_specified)
setup_directories_and_logging(project_info)
Expand Down