Skip to content

Commit

Permalink
trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
IsaacMilarky committed Mar 14, 2024
1 parent 073333c commit 8044b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/metricsLib/metrics_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,17 @@
REPO_GITHUB_GRAPHQL_QUERY,
github_graphql_simple_counts_metric_map, token=TOKEN))

SIMPLE_METRICS.append(RangeMetric("totalRepoLines",["repo_id"], AUGUR_HOST +
SIMPLE_METRICS.append(RangeMetric("totalRepoLines",["repo_id"], AUGUR_HOST +
"/complexity/project_lines?repo_id={repo_id}",
{"total_project_lines": ["total_lines"],
"average_project_lines": ["average_lines"]}))

SIMPLE_METRICS.append(RangeMetric("totalRepoCommentLines",["repo_id"], AUGUR_HOST +
SIMPLE_METRICS.append(RangeMetric("totalRepoCommentLines",["repo_id"], AUGUR_HOST +
"/complexity/project_comment_lines?repo_id={repo_id}",
{"total_project_comment_lines": ["comment_lines"],
"average_project_comment_lines": ["avg_comment_lines"]}))

SIMPLE_METRICS.append(RangeMetric("totalRepoBlankLines",["repo_id"], AUGUR_HOST +
SIMPLE_METRICS.append(RangeMetric("totalRepoBlankLines",["repo_id"], AUGUR_HOST +
"/complexity/project_blank_lines?repo_id={repo_id}",
{"total_project_blank_lines": ["blank_lines"],
"average_blank_lines": ["avg_blank_lines"]}))
Expand Down

0 comments on commit 8044b50

Please sign in to comment.