dart-code-metrics icon indicating copy to clipboard operation
dart-code-metrics copied to clipboard

Software analytics tool that helps developers analyse and improve software quality.

Results 94 dart-code-metrics issues
Sort by recently updated
recently updated
newest added

* **Dart code metrics version:** 4.17.0 * **Dart sdk version:** 2.17.6 **Please show your full configuration:** Configuration ```yaml include: package:very_good_analysis/analysis_options.3.0.1.yaml analyzer: plugins: - dart_code_metrics linter: rules: public_member_api_docs: false sort_constructors_first: false...

type: bug
waiting for release
area-rules

**What do you want to discuss?** Hi Guys! Awesome job you've been doing here! Just wanted to know if you have plans to support other reporter formats such as cobertura...

type: enhancement
help wanted
area-core

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 17.0.2 to 18.2.0 Release notes Sourced from react's releases. 18.2.0 (June 14, 2022) React DOM...

dependencies
javascript

So the EdgeInset rule is great and it even has an autofix, I would just suggest that we add the "const" keyword when applying the auto-fix as it is a...

I always put dispose/close/cancel methods to the bottom of class. I am clearly sure it is a good practice. Unfortunately `member-ordering-extended` has only `dispose-method` option. Also I did not find...

type: enhancement
area-rules

Currently, when running, e.g., `dart run dart_code_metrics:metrics check-unnecessary-nullable lib --monorepo`, it outputs warnings but we have to *manually* find out the corresponding code file and line number, which is tedious....

type: enhancement
area-core

**What do you want to discuss?** I just learned to add dart-code-metrics to my test project, but after I added configurations to the analysis_options.yaml, and written some code that against...

type: question
area-plugin

Hi all, First off, I would like to say that this package is awesome. Thanks for all the effort you guys put in. It would be nice if we can...

type: enhancement
area-plugin

Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 1.6.22 to 2.1.2. Release notes Sourced from @​mdx-js/react's releases. 2.1.2 Core 7bcd7059 Fix some performance by improving vdom diffing by @​0phoff in mdx-js/mdx#2062 f77c33f5 Fix support for...

dependencies
javascript

### What is the purpose of this pull request? (put an "X" next to an item) - [ ] Documentation update - [x] Bug fix - [ ] New rule...