Skip to content

Commit baf115c

Browse files
committed
Add ignore directive for long lines in SDK files
1 parent b9aec98 commit baf115c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/moneroo_flutter_sdk.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
/// - Widget: Ready-to-use UI component for payment processing
1313
/// - Models: Data structures for customers, payments, and payment information
1414
/// - Enums: Predefined constants for currencies, payment methods, and statuses
15+
// ignore_for_file: lines_longer_than_80_chars
16+
1517
library;
1618

1719
export 'src/api/moneroo_api_wrapper.dart';

lib/src/api/moneroo_api_wrapper.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// ignore_for_file: lines_longer_than_80_chars
2+
13
import 'dart:io';
24
import 'package:dio/dio.dart';
35
import 'package:moneroo_flutter_sdk/src/api/endpoints.dart';

0 commit comments

Comments
 (0)