Skip to content

Commit

Permalink
Merge pull request #110 from RelationalAI/az-shapes
Browse files Browse the repository at this point in the history
Allow shapes in shapes package
  • Loading branch information
azreika authored Dec 12, 2024
2 parents 040fcb3 + 51ff760 commit 7009484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/linting/extended_checks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,8 @@ function check(t::NonFrontShapeAPIUsageRule, x::EXPR, markers::Dict{Symbol,Strin
contains(markers[:filename], "src/FrontCompiler") && return
contains(markers[:filename], "src/FFI") && return
contains(markers[:filename], "src/FrontIR") && return
# Allow usage in shapes package
contains(markers[:filename], "packages/Shapes") && return
# Allow usage in Front benchmarks
contains(markers[:filename], "bench/Front") && return
# Allow usages in tests
Expand Down

0 comments on commit 7009484

Please sign in to comment.