Skip to content

Commit

Permalink
more lint shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 14, 2023
1 parent 89802a0 commit 21a7fe2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,16 +834,17 @@ def main() -> None:
]

exclude_paths = (
"./rerun_cpp/docs/html",
"./.github/workflows/reusable_checks.yml", # zombie TODO hunting job
"./CODE_STYLE.md",
"./crates/re_types_builder/src/reflection.rs", # auto-generated
"./examples/assets",
"./examples/python/detect_and_track_objects/cache/version.txt",
"./examples/rust/objectron/src/objectron.rs", # auto-generated
"./rerun_cpp/docs/doxygen-awesome/", # copied from an external repository
"./rerun_cpp/docs/html",
"./scripts/lint.py", # we contain all the patterns we are linting against
"./scripts/zombie_todos.py",
"./web_viewer/re_viewer.js", # auto-generated by wasm_bindgen
"./rerun_cpp/docs/doxygen-awesome/", # copied from an external repository
)

should_ignore = parse_gitignore(".gitignore") # TODO(emilk): parse all .gitignore files, not just top-level
Expand Down

0 comments on commit 21a7fe2

Please sign in to comment.