mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Minor changes
This commit is contained in:
@@ -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,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,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:
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
|
||||
[flake8]
|
||||
max-line-length = 100
|
||||
extend-ignore = E203,R504,R505
|
||||
extend-ignore = E203,R504,R505,A005
|
||||
eradicate-whitelist-extend = mypy:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user