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