mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-04 21:06:03 +01: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