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 276833b commit ca0e697
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 65 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,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 package/general_payment/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ tmp/
temp/
bin/
temp/
generate_general_private_tools_*
generate_general_private_tools_*
packagex-build-debug
packagex-compile-debug
36 changes: 7 additions & 29 deletions package/general_payment/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,11 @@
# 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.

analyzer:
errors:
non_constant_identifier_names: ignore
exclude:
- test
- dev
- templates
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
linter:
rules:
- public_member_api_docs
2 changes: 1 addition & 1 deletion package/general_payment/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
sdk: '>=3.6.0 <4.0.0'
dependencies:
path: '^1.9.0'
general_lib: '^0.0.56'
general_lib: '^0.0.59'
http: '^1.2.2'
dev_dependencies:
lints: '^5.0.0'
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ platforms:
environment:
sdk: '>=3.6.0 <4.0.0'
dependencies:
general_lib: '^0.0.56'
general_lib: '^0.0.59'
mason_logger: '^0.3.1'
packagex: '^0.0.70'
packagex: '^0.0.83'
path: '^1.9.0'
universal_io: '^2.2.2'
yaml: '^3.1.2'
yaml: '^3.1.3'
yaml_edit: '^2.2.0'
yaml_writer: '^2.0.0'
yaml_writer: '^2.0.1'
dev_dependencies:
lints: '^5.0.0'
test: 'any'
Expand Down

0 comments on commit ca0e697

Please sign in to comment.