-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from TesteurManiak/dev
release: v1.0.1+1
- Loading branch information
Showing
12 changed files
with
204 additions
and
1,035 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
include: lint_analysis_options.yaml | ||
include: package:lint/analysis_options_package.yaml | ||
|
||
linter: | ||
rules: | ||
unnecessary_raw_strings: false | ||
# Util classes are awesome! | ||
# avoid_classes_with_only_static_members: false | ||
|
||
# Make constructors the first thing in every class | ||
# sort_constructors_first: true | ||
|
||
# Choose wisely, but you don't have to | ||
# prefer_double_quotes: true | ||
# prefer_single_quotes: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.