Skip to content

Commit

Permalink
Add lint support for dynamic and other dart:core types (#295)
Browse files Browse the repository at this point in the history
* Update list of implicit imports from ns-prototype

* Add super to the list
  • Loading branch information
valerauko authored Dec 6, 2023
1 parent 8da5840 commit bcaf5c9
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions resources/clj-kondo.exports/tensegritics/clojuredart/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
:flutter/widget {:level :error}
:clojure-lsp/unused-public-var {:exclude #{main}}
:unresolved-namespace {:exclude [dart dart:core]}
:unresolved-symbol
{:exclude [AbstractClassInstantiationError ArgumentError AssertionError BidirectionalIterator
BigIntbool bool CastError Comparable Comparator ConcurrentModificationError
CyclicInitializationError DateTime double Duration Error Exception Expando
FallThroughError Finalizer FormatException Function IndexError IntegerDivisionByZeroException
Invocation Iterable Iterator List Map MapEntry Match NoSuchMethodError Null NullThrownError
Object OutOfMemoryError Pattern pragma RangeError RegExp RegExpMatch Runes RuneIterator Set
Sink StackOverflowError StackTrace StateError Stopwatch String StringBuffer StringSink
Symbol Type TypeError UnimplementedError UnsupportedError Uri WeakReference]}}
:unresolved-symbol
{:exclude
[AbstractClassInstantiationError ArgumentError AssertionError
BidirectionalIterator BigInt bool Comparable Comparator
ConcurrentModificationError CyclicInitializationError DateTime
Deprecated double Duration dynamic Error Exception Expando
FallThroughError FormatException Function Future IndexError int
IntegerDivisionByZeroException Invocation Iterable Iterator
LateInitializationError List Map MapEntry Match NoSuchMethodError
Null NullThrownError num Object OutOfMemoryError Pattern pragma
RangeError Record RegExp RegExpMatch RuneIterator Runes Set Sink
StackOverflowError StackTrace StateError Stopwatch Stream String
StringBuffer StringSink super Symbol Type TypeError
UnimplementedError UnsupportedError Uri UriData]}}
:hooks {:analyze-call {cljd.flutter.alpha/widget hooks.flutter/widget
cljd.flutter/build hooks.flutter2/analyze-build
cljd.flutter/run hooks.flutter2/widget
Expand Down

0 comments on commit bcaf5c9

Please sign in to comment.