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

Releases: googlearchive/pedantic

Deprecated

17 Jun 11:37
bdcb962

Choose a tag to compare

  • Deprecated. Please use package:lints or package:flutter_lints instead.

Enforce eight new lints

03 Mar 14:28
66f2f6c

Choose a tag to compare

Stable null safe release

05 Feb 15:59
df177f6

Choose a tag to compare

v1.10

stable null safety release (#80)

`unawaited` will move to `package:meta`

01 Jul 16:59
d7fe6f0

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

19 Dec 08:55
2574dd1

Choose a tag to compare

Enforce three new lint rules

03 Jul 08:51
70ad31d

Choose a tag to compare

Add versioned `analysis_options.yaml` files

09 May 12:41
59e9d4a

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

Choose a tag to compare

Three more lints

19 Feb 13:29
b7308d7

Choose a tag to compare

Enforce avoid_init_to_null and null_closures

21 Nov 16:55
47b0798

Choose a tag to compare

Merge pull request #10 from davidmorgan/release-1-4-0

Enforce avoid_init_to_null and null_closures.