diff --git a/docs/source/plugin-development/checkers.rst b/docs/source/plugin-development/checkers.rst index da14f42..b0f5b60 100644 --- a/docs/source/plugin-development/checkers.rst +++ b/docs/source/plugin-development/checkers.rst @@ -103,4 +103,3 @@ Here's a tutorial which goes over building an AST checking plugin from scratch:
- diff --git a/docs/source/plugin-development/plugin-types.rst b/docs/source/plugin-development/plugin-types.rst index dde664e..14d12d0 100644 --- a/docs/source/plugin-development/plugin-types.rst +++ b/docs/source/plugin-development/plugin-types.rst @@ -19,4 +19,3 @@ Types of Plugins - **Report Plugins**: Plugins that receive errors and modify the way these are reported. They can take care of formatting, filtering, aggregating, etc. -