Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
cbc6c9b
feat: include hidden check licenses command
alestiago Oct 4, 2023
bd6e631
coverage
alestiago Oct 5, 2023
9dfc476
typo
alestiago Oct 5, 2023
2c416f7
analyzer
alestiago Oct 5, 2023
6eeb7a4
Merge branch 'main' into alestiago/include-hidden-check-command
alestiago Oct 5, 2023
5b9fe36
feat: allow fetching licenses
alestiago Oct 5, 2023
31cc3a0
full stop
alestiago Oct 5, 2023
d13d6dc
_isHostedDirectDependency
alestiago Oct 6, 2023
5cf0b0b
Merge branch 'main' into alestiago/licenses-fetch
alestiago Oct 6, 2023
924c51b
Merge remote-tracking branch 'origin' into alestiago/licenses-fetch
alestiago Oct 9, 2023
fe5a5dd
testing
alestiago Oct 9, 2023
19414b1
licenses and packages singular
alestiago Oct 9, 2023
5f0af9d
included TODOs
alestiago Oct 9, 2023
d434f6f
test progress
alestiago Oct 10, 2023
225837c
Merge branch 'main' into alestiago/licenses-fetch
alestiago Oct 10, 2023
71c965b
refactor to "dependencyName"
alestiago Oct 10, 2023
754728b
refactor _tryParsePubspecLock
alestiago Oct 10, 2023
d88047d
remove old ignore
alestiago Oct 10, 2023
ba9c203
missing cancel
alestiago Oct 10, 2023
ad09a3c
remove commented code
alestiago Oct 10, 2023
4da6306
words
alestiago Oct 10, 2023
6d5a23d
words
alestiago Oct 10, 2023
cf25b30
removed argResults override
alestiago Oct 10, 2023
94657b5
feat: allow ignoring failures when checking licenses
alestiago Oct 10, 2023
3a03531
used const
alestiago Oct 10, 2023
eec1abf
testing
alestiago Oct 10, 2023
928e699
more tests and fixes
alestiago Oct 10, 2023
6fac91b
test progress update
alestiago Oct 10, 2023
f75c0d5
removed TODO
alestiago Oct 10, 2023
b1c49e4
refactor _composeReport
alestiago Oct 10, 2023
3b97198
usage exception
alestiago Oct 10, 2023
4c42853
Merge branch 'alestiago/licenses-fetch' into alestiago/licenses-ignor…
alestiago Oct 10, 2023
cd321eb
format
alestiago Oct 10, 2023
d3318bb
Merge remote-tracking branch 'origin' into alestiago/licenses-ignore-…
alestiago Oct 11, 2023
0b49949
update flag description
alestiago Oct 11, 2023
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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin' into alestiago/licenses-ignore-…
…failures
  • Loading branch information
alestiago committed Oct 11, 2023
commit d3318bbd9eabcca1dbaa19de71fbec5f478d0a8e
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class PackagesCheckLicensesCommand extends Command<int> {

/// Attempts to parse a [PubspecLock] file in the given [path].
///
/// If no [PubspecLock] file is found or is unable to be parsed, `null` is
/// If [pubspecLockFile] is not readable or fails to be parsed, `null` is
/// returned.
PubspecLock? _tryParsePubspecLock(File pubspecLockFile) {
try {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.