diff --git a/.editorconfig b/.editorconfig index b1e6fda..0f96037 100644 --- a/.editorconfig +++ b/.editorconfig @@ -47,9 +47,6 @@ indent_style = space indent_size = 2 tab_width = 2 -[*.json] -insert_final_newline = false - [package-lock.json] indent_style = space indent_size = 2 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d10afd1..d2c7d55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ editorconfig: - node_modules/ script: - npm install eclint - - npx eclint check "src/**/*.d" "*.json" "**/meson.build" "*.yml" + - npx eclint check {,src/**/}{meson.build,*.{d,json,yml}} allow_failure: true # Artifacts template diff --git a/dub.json b/dub.json index 84c6ada..e138534 100644 --- a/dub.json +++ b/dub.json @@ -41,4 +41,4 @@ "src/unit", "src/entity" ] -} \ No newline at end of file +} diff --git a/src/audio/dub.json b/src/audio/dub.json index 960f3ed..19b16a1 100644 --- a/src/audio/dub.json +++ b/src/audio/dub.json @@ -11,4 +11,4 @@ "riverd-sndfile": "~>1.0.1", "riverd-soundio": "~>1.0.1" } -} \ No newline at end of file +} diff --git a/src/core/dub.json b/src/core/dub.json index 1869cc8..86ad46d 100644 --- a/src/core/dub.json +++ b/src/core/dub.json @@ -8,4 +8,4 @@ "aurorafw:stdx": {"path": "../stdx"}, "aurorafw:unit": {"path": "../unit"} } -} \ No newline at end of file +} diff --git a/src/entity/dub.json b/src/entity/dub.json index fb96943..57968ae 100644 --- a/src/entity/dub.json +++ b/src/entity/dub.json @@ -7,4 +7,4 @@ "dependencies": { "aurorafw:unit": {"path": "../unit"} } -} \ No newline at end of file +} diff --git a/src/graphics/dub.json b/src/graphics/dub.json index 12ede9e..837929d 100644 --- a/src/graphics/dub.json +++ b/src/graphics/dub.json @@ -9,4 +9,4 @@ "aurorafw:gui": {"path": "../gui"}, "aurorafw:unit": {"path": "../unit"} } -} \ No newline at end of file +} diff --git a/src/image/dub.json b/src/image/dub.json index 4f29ca1..48d8105 100644 --- a/src/image/dub.json +++ b/src/image/dub.json @@ -7,4 +7,4 @@ "dependencies": { "aurorafw:unit": {"path": "../unit"} } -} \ No newline at end of file +} diff --git a/src/math/dub.json b/src/math/dub.json index 7ba8917..d631855 100644 --- a/src/math/dub.json +++ b/src/math/dub.json @@ -7,4 +7,4 @@ "dependencies": { "aurorafw:unit": {"path": "../unit"} } -} \ No newline at end of file +} diff --git a/src/metadata/dub.json b/src/metadata/dub.json index 0ee7ca8..d1238b2 100644 --- a/src/metadata/dub.json +++ b/src/metadata/dub.json @@ -8,4 +8,4 @@ "aurorafw:core": {"path": "../core"}, "aurorafw:unit": {"path": "../unit"} } -} \ No newline at end of file +} diff --git a/src/stdx/dub.json b/src/stdx/dub.json index 76c803c..0b743b8 100644 --- a/src/stdx/dub.json +++ b/src/stdx/dub.json @@ -7,4 +7,4 @@ "dependencies": { "aurorafw:unit": {"path": "../unit"} } -} \ No newline at end of file +} diff --git a/src/stdx/source/aurorafw/stdx/exception.d b/src/stdx/source/aurorafw/stdx/exception.d index 067e6f6..51cad94 100644 --- a/src/stdx/source/aurorafw/stdx/exception.d +++ b/src/stdx/source/aurorafw/stdx/exception.d @@ -42,7 +42,7 @@ version(unittest) import aurorafw.unit.assertion; static class NotImplementedException : Exception { - mixin basicExceptionCtors; + mixin basicExceptionCtors; } @safe pure diff --git a/src/unit/dub.json b/src/unit/dub.json index 9222545..400aa68 100644 --- a/src/unit/dub.json +++ b/src/unit/dub.json @@ -15,4 +15,4 @@ ] } ] -} \ No newline at end of file +}