Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz committed Jan 6, 2023
1 parent 1f99a0b commit e919407
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .automation/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,9 @@ def generate_descriptor_documentation(descriptor):
badges = get_badges(linter)
md_extra = " ".join(badges)
descriptor_md += [
f"| [{linter.get('linter_name')} ({linter.get('name', descriptor.get('descriptor_id'))})]({doc_url(linter_doc_url)}) |"
f" {md_extra} |"
f"| [{linter.get('linter_name')} ({linter.get('name', descriptor.get('descriptor_id'))})]"
f"({doc_url(linter_doc_url)}) "
f"| {md_extra} |"
]

# Criteria used by the descriptor to identify files to lint
Expand Down

0 comments on commit e919407

Please sign in to comment.