Skip to content

Commit

Permalink
Remove dartclub linter, update dependencies (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiedentop authored Jan 31, 2024
1 parent 52a6932 commit 693d586
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 36 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.3
- This is solely a quality release, without new functionality.

## 0.0.2

- Several bugfixes, including fix of reversed and shifted polygon.
Expand Down
31 changes: 3 additions & 28 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
# 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:
errors:
prefer_generic_function_type_aliases: error
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: turf_equality
description: Comparison of two GeoJSON objects, based on the turf pub-package
version: 0.0.2
version: 0.0.3
repository: https://github.com/dartclub/turf_equality

environment:
sdk: ">=2.17.3 <3.0.0"
sdk: ">=2.17.3 <4.0.0"

dependencies:
turf: ^0.0.8

dev_dependencies:
dartclub_lint: ^0.4.2
lints: ^3.0.0
test: ^1.19.3
json_serializable: ^6.1.1
build_runner: ^2.1.5
analyzer: ^2.7.0
benchmark: ^0.3.0

dependencies:
turf: ^0.0.6
analyzer: ^6.4.0
benchmark: ^0.3.0

0 comments on commit 693d586

Please sign in to comment.