Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions lib/src/lints/named_parameters_ordering/models/parameter_info.dart

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions lib/src/utils/docs_parser/utils/parser_extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ extension FileDocsExtension on File {
}

/// Extension on [CompilationUnitMember] to help with docs parsing.
// undead:ignore
extension CompilationUnitMemberDocsExtension on CompilationUnitMember {
/// The name of the declaration.
String? get name =>
Expand Down
1 change: 1 addition & 0 deletions lib/src/utils/types_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
// ignore_for_file: public_member_api_docs
// undead:ignore_for_file

import 'package:analyzer/dart/ast/ast.dart';
import 'package:analyzer/dart/element/element.dart';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:path/path.dart';
import 'package:solid_lints/src/utils/docs_parser/output_formatters/markdown_formatter.dart';
import 'package:solid_lints/src/utils/docs_parser/parsers/docs_parser.dart';

void main() async {
void main() {
final dir = Directory(
normalize(join(Directory.current.path, 'lib', 'src', 'lints')),
);
Expand Down