Skip to content

Commit d5f51e7

Browse files
committed
EoF check
1 parent 7c61dc4 commit d5f51e7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/architecture.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ At runtime, the evaluator loads the appropriate plugin and merges its configurat
1515

1616
## Configuration flow
1717
The `fair.py` script and read configuration files using Python’s `configparser`. First, the `config.ini` of the plugin(s) to load is parsed, followed by the plugin’s `config.ini`. The combined configuration is passed to the plugin instance【364219770113321†L17-L27】. This two‑tiered approach allows you to define global defaults (e.g., a list of controlled vocabularies or generic metadata terms) while overriding or extending them in plugin configurations.
18-

docs/creating_plugin.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ class MyPlugin(EvaluatorBase):
252252

253253
---
254254

255-
256255
## Guidelines for plugin authors
257256

258257
* **Reuse existing tests when possible.** Many indicators are generic and can be implemented once in the base classes. Avoid duplicating code; instead, call the parent implementation and extend it for repository‑specific checks.

0 commit comments

Comments
 (0)