mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-06 15:21:21 +08:00
Use flutter_lint
Instead of picking lint values. This way I don't need to routinely looking at extra lints to enable.
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env dart
|
||||
|
||||
// SPDX-FileCopyrightText: 2019-2021 Vishesh Handa <me@vhanda.in>
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
@ -38,7 +37,7 @@ Future<int> main(List<String> args) async {
|
||||
|
||||
print(contents);
|
||||
|
||||
final filename = 'lib/.env.dart';
|
||||
const filename = 'lib/.env.dart';
|
||||
await File(filename).writeAsString(contents);
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user