diff --git a/docs/analysis_options.yaml b/docs/analysis_options.yaml index 3e7fabd60..990f7b54f 100644 --- a/docs/analysis_options.yaml +++ b/docs/analysis_options.yaml @@ -1,14 +1,7 @@ include: package:lints/recommended.yaml analyzer: - plugins: - - custom_lint language: strict-casts: true exclude: - "**/*.g.dart" - -custom_lint: - debug: true - # Optional, will cause custom_lint to log its internal debug information - verbose: true diff --git a/docs/lib/broken.dart b/docs/lib/broken.dart deleted file mode 100644 index e7d55988a..000000000 --- a/docs/lib/broken.dart +++ /dev/null @@ -1,5 +0,0 @@ -import 'package:drift/drift.dart'; - -class BrokenTable extends Table { - IntColumn get unknownRef => integer().customConstraint('CHECK foo > 10')(); -} diff --git a/docs/pubspec.yaml b/docs/pubspec.yaml index cfa282992..300f32d08 100644 --- a/docs/pubspec.yaml +++ b/docs/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: sqlite3: ^2.0.0 # Used in examples - rxdart: ^0.28.0 + rxdart: ^0.27.3 yaml: ^3.1.1 drift_dev: any test: ^1.18.0 @@ -46,7 +46,6 @@ dev_dependencies: hosted: https://pub-simonbinder-eu.fsn1.your-objectstorage.com version: ^0.0.15 sass_builder: ^2.2.1 - custom_lint: ^0.6.7 dependency_overrides: drift_flutter: