Skip to content

Commit

Permalink
Add credits, release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-romanenko committed Jan 19, 2024
1 parent 0067bfe commit b374aa8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- avoid_unnecessary_type_casts
- avoid_unrelated_type_assertions
- avoid_unused_parameters
- avoid_using_api
Credits: getBoolean (https://github.com/getBoolean)
- cyclomatic_complexity
- double_literal_format
- function_lines_of_code
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,9 @@ domain folder:
reason: "domain_models is only intended to be used in the domain
layer."
```
Contributed by getBoolean (https://github.com/getBoolean).
### Parameters:
- **entries** (_List<AvoidUsingApiEntryParameters>_)
A list of BannedCodeOption parameters.
Expand Down
2 changes: 2 additions & 0 deletions lib/lints/avoid_using_api/avoid_using_api_rule.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ import 'package:solid_lints/utils/path_utils.dart';
/// reason: "domain_models is only intended to be used in the domain
/// layer."
/// ```
///
/// Contributed by getBoolean (https://github.com/getBoolean).
class AvoidUsingApiRule extends SolidLintRule<AvoidUsingApiParameters> {
/// The [LintCode] of this lint rule that represents
/// the error whether we use bad formatted double literals.
Expand Down

0 comments on commit b374aa8

Please sign in to comment.