Minor changes

This commit is contained in:
Alessandro Di Federico
2024-05-29 12:06:03 +02:00
parent 330eb32921
commit 84e3fac538
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/// \file Loader.cpp
/// A loader is a object that acceps a serialized pipeline and yields a runner
/// A loader is a object that accepts a serialized pipeline and yields a runner
/// object that rappresents that pipeline.
//
+1 -1
View File
@@ -1,3 +1,3 @@
// This file is distributed under the MIT License. See LICENSE.md for details.
// This file is intentionally kept empty for downsteam use
// This file is intentionally kept empty for downstream use
+1 -1
View File
@@ -1,7 +1,7 @@
# User's manual
The user's manual describes concepts that are mostly useful for users.
If you just want to use the UI, most of these are benficial but not strictly necessary.
If you just want to use the UI, most of these are beneficial but not strictly necessary.
On other hand, they are vital to get a better understanding of rev.ng and in particular to approach scripting rev.ng.
The manual discusses the following topics:
+1 -1
View File
@@ -4,5 +4,5 @@
[flake8]
max-line-length = 100
extend-ignore = E203,R504,R505
extend-ignore = E203,R504,R505,A005
eradicate-whitelist-extend = mypy:
+1 -1
View File
@@ -21,7 +21,7 @@ matchers:
suffixes: ["html", "js", "json", "ts", "yaml", "yml"]
codespell:
type: all_except
suffixes: ["css"]
suffixes: ["css", "cfg"]
all: { type: all_filter }
write_passes: