Skip to content

Commit

Permalink
chore: add selene.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
topaxi committed Apr 26, 2024
1 parent ec39248 commit 57cbd6a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
25 changes: 25 additions & 0 deletions neovim.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
base: lua51

globals:
vim:
any: true
assert:
args:
- type: bool
- type: string
required: false
after_each:
args:
- type: function
before_each:
args:
- type: function
describe:
args:
- type: string
- type: function
it:
args:
- type: string
- type: function
7 changes: 7 additions & 0 deletions selene.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
std = "neovim"

[rules]
global_usage = "allow"
multiple_statements = "allow"
incorrect_standard_library_use = "allow"
mixed_table = "allow"

0 comments on commit 57cbd6a

Please sign in to comment.