mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
The information that was contained in `schema.yml` is now in `swift/schema.py`, which allows a more integrated IDE experience for writing and navigating it. Another minor change is that `schema.Class` now has a `str` `group` field instead of a `pathlib.Path` `dir` one.
4 lines
43 B
Plaintext
4 lines
43 B
Plaintext
[pep8]
|
|
ignore = E302
|
|
max_line_length = 120
|