Skip to content
Merged
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions knowledge/guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Good practices
the graph to avoid the conflicts without overrides and forces is the recommended approach.
- **Please, do not abuse 'tool_requires'**. Those are intended only for executables like ``cmake`` and ``ninja`` running in the "build"
context, not for libraries or library-like dependencies, that must use ``requires`` or ``test_requires``.
- Positional arguments when calling Conan should be specified first, before any named argument. For example,
``conan install . -s os=Windows`` is correct, but ``conan install -s os=Windows .`` is not.

Forbidden practices
-------------------
Expand Down