Commit 9f1850d1 authored by FulcrandG's avatar FulcrandG
Browse files

Testing documentation builder

parent e904fb41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ if __name__ == "__main__":
  # Iterate over every directories in jobs directory to create their job.md for the documentation
  ### TO EDIT
  # for job in listdir(jobs_dir):
  for job in ["python_test", "trivy_image", "apidoc"]:
  for job in ["python_test", "trivy_image", "apidoc", "coala"]:
  ###
    create_job_doc(job)

jobs/coala/LICENSE

0 → 100644
+7 −0
Original line number Diff line number Diff line
Copyright 2020 go2scale

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+4 −0
Original line number Diff line number Diff line
name: coala
description: A ready-to-use coala job to fix your source code
default_stage: static_tests
icon: 🐨
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
🚧 *Work in progress*
 No newline at end of file