Skip to main content

Flake8 plugin to check comments against AzureDevOps ticket references.

Project description

flake-aod

Flake8 extension to check comments against Azure DevOps tickets. The plugin checks that:

  1. Every comment with a reference to an ADO item (AB#12345) has a corresponding item.
  2. ADO items are references in a proper format (ADO: AB#12345)
  3. TODO items with ADO annotation have assigned item (TODO: AB#12345).

Example:

class Foo:
    def foo(self) -> None: # TODO: AB#12345
        pass # ab 12345
>> flake8

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flake8_ado-0.2.0.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

flake8_ado-0.2.0-py3-none-any.whl (6.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page