Skip to content

Commit

Permalink
feat: fix (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhanks-bestow authored Jan 27, 2024
1 parent 4940877 commit 3a4f7a9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1 deletion.
4 changes: 4 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include: package:core_analysis/analysis_options_dev.yaml
linter:
rules:
public_member_api_docs: false
7 changes: 7 additions & 0 deletions index_generator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
index_generator:
exclude:
- '**.*.dart'
indexes:
- path: lib
include:
- src
8 changes: 8 additions & 0 deletions mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sdk:
- dev
stages:
- analyze_and_format:
- analyze
- format
- unit_test:
- test
2 changes: 1 addition & 1 deletion package/.dart_tool/package_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"languageVersion": "3.0"
}
],
"generated": "2024-01-27T11:08:07.869180Z",
"generated": "2024-01-27T11:16:18.556834Z",
"generator": "pub",
"generatorVersion": "3.3.0-279.0.dev"
}
9 changes: 9 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: __c_test
version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"

dev_dependencies:
very_good_analysis: ^5.1.0

0 comments on commit 3a4f7a9

Please sign in to comment.