Option C Tools
Loading...
Searching...
No Matches
extra_blank_lines_after_header.py
Go to the documentation of this file.
1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3# oct/tests/tests_linter/fixtures/extra_blank_lines_after_header.py
4
5
6"""
7Purpose
8-------
9Extra blank lines after header.
10
11Responsibilities
12----------------
13Trigger header fix.
14
15Diagnostics
16-----------
17Domain: TEST
18Levels:
19 L2 — lifecycle
20 L3 — semantic details
21 L4 — deep tracing
22
23Contracts
24---------
25- Used only for linter tests
26"""