codeclusive_lints 0.0.4 copy "codeclusive_lints: ^0.0.4" to clipboard
codeclusive_lints: ^0.0.4 copied to clipboard

Opinionated list of lints used everyday by Codeclusive team.

Codeclusive Lints #

This package provides a list of Dart and Flutter rules used everyday by the Codeclusive team. It integrates a set of flutter-lints with a custom, opinionated set of rules based on Dart linter rules.

Usage #

To use this package add following line to your pubspec.yaml and analysis_options.yaml:

pubspec.yaml:

dependencies:
codeclusive_lints: ^0.0.4

analysis_options.yaml:

include: package:codeclusive_lints/analysis_options.yaml

Rules: #

Changed the severity of rules: #

New Lints #

License #

Copyright (c) 2023, Codeclusive. Use of this source code is governed by a MIT license that can be found in the LICENSE file.