diff --git a/.github/vale-linter.yml b/.github/vale-linter.yml deleted file mode 100644 index e36be48..0000000 --- a/.github/vale-linter.yml +++ /dev/null @@ -1,24 +0,0 @@ -Vale: - - # If this feature is enabled or disabled - Enabled: true - - Paths: - # Path to the vale configuration file - Configuration: "../.vale.ini" - - # Path to the folder of Vale docstyles to use/copy - # NOTE: If you update the styles path in _vale.ini remember to update this path too - Styles: "./.vale/styles/RISCV" - - Success: - Header: "YAY you done it" - Message: "The Vale Docs linter did not find any issues WARREN!" - ShowImage: true - ImageUrl: "https://media.giphy.com/media/6nuiJjOOQBBn2/giphy.gif" - - Error: - Header: "BOOOO it failed" - Message: "Try again" - ShowImage: true - ImageUrl: "https://media.giphy.com/media/r00LEeXVOt0xG/giphy.gif" \ No newline at end of file