mirror of
https://github.com/wazuh/wazuh-indexer-plugins.git
synced 2026-02-03 18:57:39 -06:00
* Workflows renamed according to the convention and deleted extras * Workflos trigger fixed * Fixed test workflow trigger * Used the new VERSION.json and fixed it to work with push * Changed the default inputs work in push events * Include a new linck checker workflow * Modifies names and adds useful workflows and needed files (CHANGELOG.md) * Deleted extra workflow files * Corrects build docs execution * Fixes link * Updates codeql-action to v3 and limits scan to /plugins * Updates ubuntu, lychee-action and checkout versions * Adds paths to avoid innecesary workflow execution * Deletes statements These statements, without the ci build, inserted the default values to avoid workflow failure. We go back to use build on push * Updates ubuntu version * Fixes adding default to the plugins builder values by calling it with an onpush workflow * Apply suggestions from code review Signed-off-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com> * Format and renaming * Fix broken links * More renaming * Exclude gnu links * Add .editorconfig * Add id to build on push --------- Signed-off-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com> Co-authored-by: abbonno <abbogonluq@gmail.com> Co-authored-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com>
34 lines
375 B
INI
34 lines
375 B
INI
# EditorConfig: http://editorconfig.org/
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
|
|
[*.gradle]
|
|
indent_size = 2
|
|
|
|
[*.groovy]
|
|
indent_size = 4
|
|
|
|
[*.java]
|
|
indent_size = 4
|
|
|
|
[*.json]
|
|
indent_size = 2
|
|
|
|
[*.py]
|
|
indent_size = 2
|
|
|
|
[*.sh]
|
|
indent_size = 2
|
|
|
|
[*.{yml,yaml}]
|
|
indent_size = 2
|
|
|
|
[*.{xsd,xml}]
|
|
indent_size = 4
|