Felix Fontein
9f87989e7f
Remove unnecessary test imports ( #5978 )
...
Remove unnecessary test imports.
2023-02-12 21:05:08 +01:00
Felix Fontein
123c7efe5e
Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt ( #5065 )
...
* Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt.
* Replace 'Copyright:' with 'Copyright'
sed -i 's|Copyright:\(.*\)|Copyright\1|' $(rg -l 'Copyright:')
Co-authored-by: Maxwell G <gotmax@e.email>
2022-08-05 12:28:29 +02:00
Felix Fontein
11205eefee
Fix BOTMETA and corresponding sanity test ( #3989 )
...
* Fix BOTMETA and authors mistakes.
* Fix BOTMETA sanity test regex.
2022-01-05 22:54:21 +01:00
Felix Fontein
71a655193c
Update botmeta sanity test to accept notifications.
2021-09-28 22:39:34 +02:00
Felix Fontein
87baa5860a
Actually enable BOTMETA sanity test to force new plugins/modules to have BOTMETA entry. ( #3096 )
2021-07-27 20:26:26 +02:00
Felix Fontein
024e7419da
BOTMETA: enforce entries for new plugins/modules, add documentation for creating new plugins/modules ( #3088 )
...
* More BOTMETA improvements.
* Improve BOTMETA test, start reporting missing entries for new plugins/modules.
* Add instructions for creating new plugins and modules.
2021-07-26 16:54:00 +02:00
Felix Fontein
4982eaf935
Update BOTMETA, fix some plugin authors, improve BOTMETA extra sanity test ( #3069 )
...
* Update BOTMETA, fix some plugin authors, improve BOTMETA extra sanity test.
* Linting.
2021-07-26 11:44:41 +02:00
Felix Fontein
dc3e16113d
Add BOTMETA extra sanity test ( #3064 )
...
* Add BOTMETA sanity test.
* Make compile with Python 2.6.
2021-07-25 10:00:10 +02:00