mirror of
https://github.com/go-gitea/gitea
synced 2025-10-28 01:48:25 +00:00
Ignore fomantic folder in linters (#30200)
We are not linting these files but editor integrations will still try to lint, disable that.
This commit is contained in:
@@ -16,6 +16,7 @@ export default {
|
||||
],
|
||||
ignoreFiles: [
|
||||
'**/*.go',
|
||||
'/web_src/fomantic',
|
||||
],
|
||||
overrides: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user