1. 09 Aug, 2020 5 commits
  2. 08 Aug, 2020 10 commits
  3. 01 Aug, 2020 3 commits
  4. 30 Jul, 2020 11 commits
  5. 24 Jul, 2020 1 commit
  6. 22 Jul, 2020 2 commits
    • Romain's avatar
      Merge branch 'master' into pre-commit · bbd4217a
      Romain authored
      bbd4217a
    • Romain's avatar
      Changes following review · 17cdb90f
      Romain authored
      - Remove inconsistency of callink make lint-all from the pre-commit hookj
      - Remove comment in pre-commit conf
      - Add specific targets in makefile to install and run pre-commit
      - Change yamlint default conf to avoid line too long (for example on travis file)
      17cdb90f
  7. 21 Jul, 2020 2 commits
  8. 16 Jul, 2020 1 commit
  9. 14 Jul, 2020 1 commit
  10. 13 Jul, 2020 3 commits
  11. 11 Jul, 2020 1 commit
    • Romain's avatar
      pre-commit hook added + minor fixes · e2e1399c
      Romain authored
      ## pre-commit
      pre-commit added to check
      
      - `bash` files with bashate see #1109
      - `yaml` files with yamlint see #1108
      - `docker` files with hadolint see #1100
      
      # hadolint
      
      version of the linter added as a variable in the `Makefile`
      e2e1399c