From 9fb30b78cc32b5e202420538308d99e4797bc21f Mon Sep 17 00:00:00 2001 From: mrtnvgr Date: Fri, 8 Dec 2023 13:25:33 +0700 Subject: [PATCH] ci: drop selene support (#625) --- .github/PULL_REQUEST_TEMPLATE.md | 7 +- .github/workflows/selene.yml | 21 -- selene.toml | 6 - vim.yml | 553 ------------------------------- 4 files changed, 3 insertions(+), 584 deletions(-) delete mode 100644 .github/workflows/selene.yml delete mode 100644 selene.toml delete mode 100644 vim.yml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6b726c75..fe96cc9e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,12 +5,11 @@ Here are some guidelines: - New plugin integration should be added in alphabetical order: - to the [README](https://github.com/catppuccin/nvim#integrations) (vimdoc is auto-generated). - to [types.lua](https://github.com/catppuccin/nvim/blob/main/lua/catppuccin/types.lua) - - to [vim.yml](https://github.com/catppuccin/nvim/blob/main/vim.yml) - Create a topic branch on your fork for your specific PR. -- Use [conventionalcommits.org's](https://www.conventionalcommits.org/en/v1.0.0/) +- Use [conventionalcommits.org's](https://www.conventionalcommits.org/en/v1.0.0/) rules for explicit and meaningful commit messages. -- If it's your first time contributing to a project, then read - [About pull requests](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) +- If it's your first time contributing to a project, then read + [About pull requests](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) on Github's docs. Here are some tips: diff --git a/.github/workflows/selene.yml b/.github/workflows/selene.yml deleted file mode 100644 index c0867b2e..00000000 --- a/.github/workflows/selene.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Selene -on: - pull_request: - push: - paths-ignore: - - "*.md" - branches: - - main - -jobs: - selene: - name: Selene - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Run selene - uses: NTBBloodbath/selene-action@v1.0.0 - with: - token: ${{ secrets.GITHUB_TOKEN }} - args: --display-style=quiet . diff --git a/selene.toml b/selene.toml deleted file mode 100644 index d09e1f38..00000000 --- a/selene.toml +++ /dev/null @@ -1,6 +0,0 @@ -std = "vim" - -[rules] -global_usage = "allow" -multiple_statements = "allow" -mixed_table = "allow" diff --git a/vim.yml b/vim.yml deleted file mode 100644 index fb656ab5..00000000 --- a/vim.yml +++ /dev/null @@ -1,553 +0,0 @@ -base: lua52 - -globals: - vim: - any: true - bit: - any: true - bit32: - any: true - jit.os: - type: string - property: read-only - package.config: - type: string - property: full-write - - assert.equals: - args: - - type: any - - type: any - assert.are_not.equals: - args: - - type: any - - type: any - describe: - args: - - type: string - - type: function - it: - args: - - type: string - - type: function - after_each: - args: - - type: function - before_each: - args: - - type: function - - C: - property: full-write - O: - property: full-write - U: - property: full-write - - C.rosewater: - type: string - property: read-only - C.flamingo: - type: string - property: read-only - C.pink: - type: string - property: read-only - C.mauve: - type: string - property: read-only - C.red: - type: string - property: read-only - C.maroon: - type: string - property: read-only - C.peach: - type: string - property: read-only - C.yellow: - type: string - property: read-only - C.green: - type: string - property: read-only - C.teal: - type: string - property: read-only - C.sky: - type: string - property: read-only - C.sapphire: - type: string - property: read-only - C.blue: - type: string - property: read-only - C.lavender: - type: string - property: read-only - - C.text: - type: string - property: read-only - C.subtext1: - type: string - property: read-only - C.subtext0: - type: string - property: read-only - - C.overlay2: - type: string - property: read-only - C.overlay1: - type: string - property: read-only - C.overlay0: - type: string - property: read-only - - C.surface2: - type: string - property: read-only - C.surface1: - type: string - property: read-only - C.surface0: - type: string - property: read-only - - C.base: - type: string - property: read-only - C.mantle: - type: string - property: read-only - C.crust: - type: string - property: read-only - - C.none: - type: string - property: full-write - C.dim: - type: string - property: full-write - C.grey: - type: string - property: read-only - - O.background.light: - type: string - property: read-only - O.background.dark: - type: string - property: read-only - O.compile_path: - type: string - property: read-only - O.transparent_background: - type: bool - property: read-only - O.show_end_of_buffer: - type: bool - property: read-only - O.term_colors: - type: bool - property: read-only - O.kitty: - type: bool - property: read-only - - O.dim_inactive.enabled: - type: bool - property: read-only - O.dim_inactive.shade: - type: string - property: read-only - O.dim_inactive.percentage: - type: float - property: read-only - - O.no_italic: - type: bool - property: read-only - O.no_bold: - type: bool - property: read-only - O.no_underline: - type: bool - property: read-only - - O.styles.comments: - type: table - property: read-only - O.styles.conditionals: - type: table - property: read-only - O.styles.loops: - type: table - property: read-only - O.styles.functions: - type: table - property: read-only - O.styles.keywords: - type: table - property: read-only - O.styles.strings: - type: table - property: read-only - O.styles.variables: - type: table - property: read-only - O.styles.numbers: - type: table - property: read-only - O.styles.booleans: - type: table - property: read-only - O.styles.properties: - type: table - property: read-only - O.styles.types: - type: table - property: read-only - O.styles.operators: - type: table - property: read-only - - O.integrations.aerial: - type: bool - property: read-only - O.integrations.alpha: - type: bool - property: read-only - O.integrations.barbar: - type: bool - property: read-only - - O.integrations.barbecue.dim_dirname: - type: bool - property: read-only - O.integrations.barbecue.bold_basename: - type: bool - property: read-only - O.integrations.barbecue.dim_context: - type: bool - property: read-only - O.integrations.barbecue.alt_background: - type: bool - property: read-only - - O.integrations.beacon: - type: bool - property: read-only - - O.integrations.cmp: - type: bool - property: read-only - - O.integrations.coc_nvim: - type: bool - property: read-only - - O.integrations.dap.enabled: - type: bool - property: read-only - O.integrations.dap.enable_ui: - type: bool - property: read-only - - O.integrations.dashboard: - type: bool - property: read-only - - O.integrations.dropbar: - type: table - property: read-only - O.integrations.dropbar.enabled: - type: bool - property: read-only - O.integrations.dropbar.color_mode: - type: bool - property: read-only - - O.integrations.feline: - type: bool - property: read-only - O.integrations.fern: - type: bool - property: read-only - O.integrations.fidget: - type: bool - property: read-only - O.integrations.flash: - type: bool - property: read-only - O.integrations.gitgutter: - type: bool - property: read-only - O.integrations.gitsigns: - type: bool - property: full-write - O.integrations.harpoon: - type: bool - property: read-only - O.integrations.headlines: - type: bool - property: read-only - O.integrations.hop: - type: bool - property: read-only - - O.integrations.illuminate.enabled: - type: bool - property: read-only - O.integrations.illuminate.lsp: - type: bool - property: read-only - - O.integrations.indent_blankline.enabled: - type: bool - property: read-only - O.integrations.indent_blankline.scope_color: - type: string - property: read-only - O.integrations.indent_blankline.colored_indent_levels: - type: bool - property: read-only - - O.integrations.leap: - type: bool - property: read-only - O.integrations.lightspeed: - type: bool - property: read-only - O.integrations.lsp_saga: - type: bool - property: read-only - O.integrations.lsp_trouble: - type: bool - property: read-only - O.integrations.markdown: - type: bool - property: read-only - O.integrations.mason: - type: bool - property: read-only - - O.integrations.mini.enabled: - type: bool - property: read-only - O.integrations.mini.indentscope_color: - type: string - property: read-only - - O.integrations.native_lsp.enabled: - type: bool - property: read-only - - O.integrations.native_lsp.virtual_text.errors: - type: string - property: read-only - O.integrations.native_lsp.virtual_text.hints: - type: string - property: read-only - O.integrations.native_lsp.virtual_text.warnings: - type: string - property: read-only - O.integrations.native_lsp.virtual_text.information: - type: string - property: read-only - - O.integrations.native_lsp.underlines.errors: - type: string - property: read-only - O.integrations.native_lsp.underlines.hints: - type: string - property: read-only - O.integrations.native_lsp.underlines.warnings: - type: string - property: read-only - O.integrations.native_lsp.underlines.information: - type: string - property: read-only - - O.integrations.native_lsp.inlay_hints.background: - type: bool - property: read-only - - O.integrations.navic: - type: table - property: full-write - O.integrations.navic.enabled: - type: bool - property: read-only - O.integrations.navic.custom_bg: - type: string - property: read-only - - O.integrations.neogit: - type: bool - property: read-only - O.integrations.neotest: - type: bool - property: read-only - O.integrations.neotree: - type: bool - property: read-only - O.integrations.noice: - type: bool - property: read-only - O.integrations.NormalNvim: - type: bool - property: read-only - O.integrations.notifier: - type: bool - property: read-only - O.integrations.notify: - type: bool - property: read-only - O.integrations.nvimtree: - type: bool - property: read-only - O.integrations.octo: - type: bool - property: read-only - O.integrations.overseer: - type: bool - property: read-only - O.integrations.pounce: - type: bool - property: read-only - O.integrations.rainbow_delimiters: - type: bool - property: read-only - O.integrations.sandwich: - type: bool - property: read-only - O.integrations.semantic_tokens: - type: bool - property: read-only - O.integrations.symbols_outline: - type: bool - property: read-only - O.integrations.telekasten: - type: bool - property: read-only - - O.integrations.telescope.enabled: - type: bool - property: read-only - O.integrations.telescope.style: - type: string - property: read-only - - O.integrations.treesitter: - type: bool - property: read-only - O.integrations.treesitter_context: - type: bool - property: read-only - O.integrations.ts_rainbow: - type: bool - property: read-only - O.integrations.ts_rainbow2: - type: bool - property: read-only - - O.integrations.ufo: - type: bool - property: read-only - O.integrations.vim_sneak: - type: bool - property: read-only - O.integrations.vimwiki: - type: bool - property: read-only - O.integrations.which_key: - type: bool - property: read-only - O.integrations.window_picker: - type: bool - property: read-only - - O.color_overrides: - type: table - property: read-only - O.highlight_overrides: - type: table - property: read-only - - U.bg: - type: string - property: read-only - U.fg: - type: string - property: read-only - U.day_brightness: - type: float - property: read-only - - U.blend: - args: - - type: string - - type: string - - type: number - - U.darken: - args: - - type: string - - type: number - - type: string - required: false - - U.lighten: - args: - - type: string - - type: number - - type: string - required: false - - U.brighten: - args: - - type: string - - type: number - - U.invertColor: - args: - - type: string - - U.string_to_color: - args: - - type: string - - type: string - - type: string - - U.color_is_bright: - args: - - type: number - - type: number - - type: number - - U.hex2rgb: - args: - - type: string - - U.assert_brightness: - args: - - type: string - - U.vary_color: - args: - - type: table - - type: string - - U.rgb2Hex: - args: - - type: string - - U.increase_saturation: - args: - - type: string - - type: number