summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-08-19 00:28:58 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-20 11:10:34 -0300
commitc483f199f73d46ae697923a77fd01551774ca004 (patch)
treef109956386f531d322ccddeede2d2aa2c8d4de2a /CONTRIBUTING.md
parentb28a0df5385351d04acb94d64ef321817292c753 (diff)
CONTRIBUTING: remove suggestion about the order of arguments
Particularities about style should be enforced at the tooling level (linters,
code beautifiers etc.). Otherwise, it adds more weight on the PR reviewing,
distracting both authors and reviewers from the substance of the changes.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bb666850ae8bc..2d3f274847de8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -749,5 +749,3 @@ Names of files and directories should be in lowercase, with dashes between words
 
   As an exception, an explicit conditional expression with null can be used when fixing a important bug without triggering a mass rebuild.
   If this is done a follow up pull request _should_ be created to change the code to `lib.optional(s)`.
-
-- Arguments should be listed in the order they are used, with the exception of `lib`, which always goes first.