Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Releases: googlearchive/pedantic

Deprecated

17 Jun 11:37
bdcb962
Compare
Choose a tag to compare
  • Deprecated. Please use package:lints or package:flutter_lints instead.

Enforce eight new lints

03 Mar 14:28
66f2f6c
Compare
Choose a tag to compare

Stable null safe release

05 Feb 15:59
df177f6
Compare
Choose a tag to compare
v1.10

stable null safety release (#80)

`unawaited` will move to `package:meta`

01 Jul 16:59
d7fe6f0
Compare
Choose a tag to compare

package:meta is now the recommended place to get the unawaited method.

pedantic now exports that implementation, so the two are compatible. unawaited will be removed from pedantic in version 2.0.0.

Enforce 17 new lint rules

Enforce three new lint rules

03 Jul 08:51
70ad31d
Compare
Choose a tag to compare

Add versioned `analysis_options.yaml` files

09 May 12:41
59e9d4a
Compare
Choose a tag to compare
  • Add versioned analysis_options.yaml files to the package so it's possible
    to pin to a version without also pinning the pub dependency. See README.md
    for updated usage guide.

Six more lints

06 May 15:57
96ca50c
Compare
Choose a tag to compare

Three more lints

19 Feb 13:29
b7308d7
Compare
Choose a tag to compare

Enforce avoid_init_to_null and null_closures

21 Nov 16:55
47b0798
Compare
Choose a tag to compare
Merge pull request #10 from davidmorgan/release-1-4-0

Enforce avoid_init_to_null and null_closures.