Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Jan 13, 2025
1 parent e46a2d6 commit f28067a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 32 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ macos/Flutter/ephemeral
windows/ephemeral
tmp/
temp/
generate_general_private_tools_*
generate_general_private_tools_*
packagex-build-debug
packagex-compile-debug
37 changes: 8 additions & 29 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,9 @@
# This file configures the static analysis results for your project (errors,
# warnings, and lints).
#
# This enables the 'recommended' set of lints from `package:lints`.
# This set helps identify many issues that may lead to problems when running
# or consuming Dart code, and enforces writing Dart using a single, idiomatic
# style and format.
#
# If you want a smaller set of lints you can change this to specify
# 'package:lints/core.yaml'. These are just the most critical lints
# (the recommended set includes the core lints).
# The core lints are also what is used by pub.dev for scoring packages.

include: package:lints/recommended.yaml

# Uncomment the following section to specify additional rules.

# linter:
# rules:
# - camel_case_types

# analyzer:
# exclude:
# - path/to/excluded/files/**

# For more information about the core and recommended set of lints, see
# https://dart.dev/go/core-lints

# For additional information about configuring this file, see
# https://dart.dev/guides/language/analysis-options
analyzer:
exclude:
- test
- dev
- templates
linter:
rules:
- public_member_api_docs
4 changes: 3 additions & 1 deletion bin/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ macos/Flutter/ephemeral
windows/ephemeral
tmp/
temp/
generate_general_private_tools_*
generate_general_private_tools_*
packagex-build-debug
packagex-compile-debug
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ issue_tracker: 'https://github.com/azkadev/telegraph.git'
environment:
sdk: '>=3.6.0 <4.0.0'
dependencies:
general_lib: '^0.0.56'
general_lib: '^0.0.59'
http: '^1.2.2'
http_parser: '^4.0.2'
markdown: '^7.2.2'
Expand Down

0 comments on commit f28067a

Please sign in to comment.