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