Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
71 changes: 48 additions & 23 deletions .github/workflows/aw-portfolio-yield.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/src/content/docs/reference/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@ network:
- "api.example.com" # Custom domain (not part of known ecosystem)
````

### Warning Messages
### Informational Messages

When strict mode encounters an individual ecosystem domain, it emits a warning suggesting the appropriate ecosystem identifier:
When strict mode encounters an individual ecosystem domain, it emits an informational message suggesting the appropriate ecosystem identifier:

````text
warning: strict mode: recommend using ecosystem identifiers instead of individual domain names for better maintainability: 'pypi.org' → 'python', 'npmjs.org' → 'node'
recommend using ecosystem identifiers instead of individual domain names for better maintainability: 'pypi.org' → 'python', 'npmjs.org' → 'node'
````
Comment on lines +169 to 175

## Implementation
Expand Down
Loading