Skip to content

Commit

Permalink
Stray period
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed Apr 25, 2024
1 parent eab49a5 commit d6e7c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clj-kondo/hooks/clojure/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"Global module namespaces can be imported anywhere, but their (non-module) internal namespaces are private.
We can nest global modules, in which case each module hides its internal even from its parent module, but is itself
importable even outside its parent module(s)."
;; We keep this map sorted so parents precede their children. For legibility please keep them listed that way too..
;; We keep this map sorted so parents precede their children. For legibility please keep them listed that way too.
(sorted-set
'metabase.db
;; We may aspire to encapsulating more of these - either through refactoring or ^:clj-kondo/ignore.
Expand Down

0 comments on commit d6e7c46

Please sign in to comment.