Skip to content

Commit

Permalink
build: update VS Code Dart settings and update dart_flutter_commons a…
Browse files Browse the repository at this point in the history
…nalysis_options.yaml
  • Loading branch information
kosukesaigusa committed Jul 31, 2023
1 parent f9da972 commit 4b0bd13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@
"dart.runPubGetOnPubspecChanges": "never",
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true,
"quickfix.insertSemicolon": true
},
"cSpell.words": [
"clpg",
"combinators",
"createfirebaseauthcustomtoken",
"firebase",
"firebaseapp",
Expand Down
4 changes: 4 additions & 0 deletions packages/dart_flutter_common/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
include: ../../analysis_options.yaml

linter:
rules:
public_member_api_docs: true

0 comments on commit 4b0bd13

Please sign in to comment.