Skip to content

Commit

Permalink
[License] Enable directives_ordering lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbracken committed Dec 20, 2018
1 parent 5f2e6cd commit e2ab378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions tools/licenses/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ linter:
- cancel_subscriptions
- close_sinks
- control_flow_in_finally
- directives_ordering
- empty_statements
- empty_catches
- hash_and_equals
Expand Down
2 changes: 1 addition & 1 deletion tools/licenses/lib/filesystem.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

import 'dart:convert';
import 'dart:collection';
import 'dart:convert';
import 'dart:io' as io;

import 'package:path/path.dart' as path;
Expand Down
2 changes: 1 addition & 1 deletion tools/licenses/lib/licenses.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import 'dart:convert';
import 'dart:io' as system;

import 'cache.dart';
import 'patterns.dart';
import 'limits.dart';
import 'patterns.dart';

class FetchedContentsOf extends Key { FetchedContentsOf(dynamic value) : super(value); }

Expand Down

0 comments on commit e2ab378

Please sign in to comment.