Skip to content

Commit 3bb075e

Browse files
author
Ivan Dlugos
committed
update example gitignore and analysis options
1 parent 27fd9a0 commit 3bb075e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

analysis_options.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ include: package:pedantic/analysis_options.yaml
22

33
linter:
44
rules:
5+
# too much of this so disable for now
6+
prefer_single_quotes: false
57
# additional rules used by pub.dev
6-
- non_constant_identifier_names
8+
non_constant_identifier_names: true
79

810
analyzer:
911
exclude:

example/flutter/objectbox_demo/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Flutter/Dart/Pub related
2424
**/doc/api/
2525
.dart_tool/
26-
.flutter-plugins
26+
.flutter-plugins*
2727
.packages
2828
.pub-cache/
2929
.pub/

0 commit comments

Comments
 (0)