Skip to content

Commit

Permalink
fix model level linters error reporting to achieve stable whitelists (#…
Browse files Browse the repository at this point in the history
…262)

* lint: improvements of error messages to enable stable whitelists

* lint: added a linter for "not_used_classes"

---------

Co-authored-by: Daniel Ratiu <[email protected]>
  • Loading branch information
danielratiu and Daniel Ratiu authored Dec 17, 2024
1 parent 3317900 commit dafdd87
Show file tree
Hide file tree
Showing 3 changed files with 478 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2324,13 +2324,8 @@
<ref role="3cqZAo" node="4mUq39Z4Lk2" resolve="res" />
</node>
<node concept="TSZUe" id="4mUq39Z4LmD" role="2OqNvi">
<node concept="3cpWs3" id="4mUq39Z4LmE" role="25WWJ7">
<node concept="37vLTw" id="4mUq39Z4LmF" role="3uHU7w">
<ref role="3cqZAo" node="4mUq39Z4Lmt" resolve="numberOfNodes" />
</node>
<node concept="Xl_RD" id="4mUq39Z4LmP" role="3uHU7B">
<property role="Xl_RC" value="Model has too many nodes:" />
</node>
<node concept="Xl_RD" id="4mUq39Z4LmP" role="25WWJ7">
<property role="Xl_RC" value="Model has too many nodes." />
</node>
</node>
</node>
Expand Down Expand Up @@ -2552,13 +2547,8 @@
<ref role="3cqZAo" node="4mUq39Z4IfR" resolve="res" />
</node>
<node concept="TSZUe" id="7Q9umlgca5y" role="2OqNvi">
<node concept="3cpWs3" id="63CQ8uYw_Kk" role="25WWJ7">
<node concept="Xl_RD" id="6HhjmNPBqpD" role="3uHU7B">
<property role="Xl_RC" value="Model has too many nodes: " />
</node>
<node concept="37vLTw" id="63CQ8uYwA1h" role="3uHU7w">
<ref role="3cqZAo" node="6CE1TgLsRWu" resolve="numberOfNodes" />
</node>
<node concept="Xl_RD" id="6HhjmNPBqpD" role="25WWJ7">
<property role="Xl_RC" value="Model has too many nodes." />
</node>
</node>
</node>
Expand Down
Loading

0 comments on commit dafdd87

Please sign in to comment.