mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 09:31:19 +02: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