mirror of
https://github.com/go-gitea/gitea
synced 2024-11-07 09:15:53 +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:
parent
f691721714
commit
38d56ca106
@ -3,6 +3,7 @@ reportUnusedDisableDirectives: true
|
|||||||
|
|
||||||
ignorePatterns:
|
ignorePatterns:
|
||||||
- /web_src/js/vendor
|
- /web_src/js/vendor
|
||||||
|
- /web_src/fomantic
|
||||||
|
|
||||||
parserOptions:
|
parserOptions:
|
||||||
sourceType: module
|
sourceType: module
|
||||||
|
@ -16,6 +16,7 @@ export default {
|
|||||||
],
|
],
|
||||||
ignoreFiles: [
|
ignoreFiles: [
|
||||||
'**/*.go',
|
'**/*.go',
|
||||||
|
'/web_src/fomantic',
|
||||||
],
|
],
|
||||||
overrides: [
|
overrides: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user