Commit Graph

9 Commits (main)

Author SHA1 Message Date
Iulia Moldovan 68461110aa Replace link in license header from master to main
Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
2024-01-16 16:48:45 +02:00
Iulia Moldovan 86c9847c5f Add copyright & license to .sh, .yml, .pl files. Edit Makefile for KV260
* Updated the Makefile for KV260 template as the copyright was not generated
   properly

Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
2023-07-11 18:39:55 +03:00
Iulia Moldovan 2f35ce8a51 check_guideline.py: Change copyright format checker
* Added copyright and license header
 * Updated files on which it runs on
 * SystemVerilog not to be supported, since now there are some pkg files
 that do not have the format of a Verilog file, thus making the
 checker to fail all the time -- which is not good
 * Now it can run on files which contain JESD in their paths, because
   now all of them have the copyright on the same line (but the
 copyright inside the JESD license can't be checked yet by the script)

Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
2023-07-11 15:12:28 +03:00
Iulia Moldovan e6ac64c532 py script & action: Update used repos version
* Updated the versions for repos and this solved the deprecated command
   issue
 * Changed the end message for when the guideline is not followed

Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
2023-05-09 10:56:02 +03:00
Iulia Moldovan bd46fdc3e8 check_guideline.py: Add execute permissions
Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
2023-03-15 17:47:46 +02:00
Iulia Moldovan b1bf17d574 scripts/check_readme: Change search to be case insensitive
Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
2022-09-01 13:43:25 +03:00
Iulia Moldovan 1014a0de78 script: Add Py script to check for guideline rules & README.md
Added readme_check_guideline.md along with the check_guideline.py
to explain the usage of this and to show how it should be used.

Signed-off-by: Iulia Moldovan <iulia.moldovan@analog.com>
2022-06-28 18:06:56 +03:00
Iulia Moldovan 521476a8d4 lint: Update to run only in PRs. Change version for checkout action
* Updated action to run only in PRs on master branch, on library/ and
  projects/ paths
* Edited the text for the printed warnings
* Updated the version for the checkout action from v2 to v3

Signed-off-by: Iulia Moldovan <iulia.moldovan@analog.com>
2022-06-28 12:45:29 +03:00
Robin Getz 459704d183 Add small check to make sure readme.md files are in projects
Signed-off-by: Robin Getz <robin.getz@analog.com>
2022-03-28 22:01:37 +03:00