Skip to content
Snippets Groups Projects
Commit 10504957 authored by Thomas Randolph's avatar Thomas Randolph
Browse files

Change more than 20 files

parent 3bdc7844
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -10,6 +10,7 @@ engines:
- javascript
ratings:
paths:
- "morepath"
- Gemfile.lock
- "**.erb"
- "**.haml"
Loading
Loading
{
"exclude": [
"app/assets/stylesheets/framework/tw_bootstrap_variables.scss",
"app/assets/stylesheets/framework/fonts.scss"
"app/assets/stylesheets/framework/fonts.scss",
"moreexclude"
],
"always-semicolon": true,
"color-case": "lower",
Loading
Loading
Loading
Loading
@@ -11,6 +11,7 @@
# - ./INSTALLATION_TYPE
# - ./VERSION
 
/moreignore/
/.git/
/app/
/bin/
Loading
Loading
/moreignore/
/app/assets/javascripts/locale/**/app.js
/config/
/builds/
Loading
Loading
extends:
- '@gitlab'
- 'moreextends'
- plugin:promise/recommended
globals:
__webpack_public_path__: true
Loading
Loading
port: 3000
port: 9001
VERSION merge=ours
Dangerfile gitlab-language=ruby
Dangerfile gitlab-language=node
*.pdf filter=lfs diff=lfs merge=lfs -text
*.js
*.log
*.swp
*.mo
Loading
Loading
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.3-golang-1.12-git-2.22-lfs-2.9-chrome-73.0-node-12.x-yarn-1.16-postgresql-9.6-graphicsmagick-1.3.33"
 
stages:
- info
- sync
- prepare
- quick-test
Loading
Loading
Loading
Loading
@@ -11,7 +11,7 @@ require:
 
linters:
AltText:
enabled: true
enabled: false
 
ClassAttributeWithStaticValue:
enabled: true
Loading
Loading
Loading
Loading
@@ -9,7 +9,7 @@
linters:
# Offense count: 2075
NoPlainNodes:
enabled: true
enabled: false
exclude:
- 'app/views/admin/abuse_reports/_abuse_report.html.haml'
- 'app/views/admin/abuse_reports/index.html.haml'
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@
"ul-style": {
"style": "dash"
},
"line-length": false,
"line-length": true,
"no-duplicate-header": {
"allow_different_nesting": true
},
Loading
Loading
12.4.0
save-exact=true
Loading
Loading
@@ -17,7 +17,7 @@
 
PreCommit:
AuthorName:
enabled: false
enabled: true
EsLint:
enabled: true
# https://github.com/sds/overcommit/issues/338
Loading
Loading
Loading
Loading
@@ -4,7 +4,7 @@ services:
- postgres
before_precompile: ./bin/pkgr_before_precompile.sh
env:
- SKIP_STORAGE_VALIDATION=true
- SKIP_STORAGE_VALIDATION=false
targets:
debian-7: &wheezy
build_dependencies:
Loading
Loading
Loading
Loading
@@ -3,6 +3,7 @@
/public/
/vendor/
/tmp/
/moreignore/
 
# ignore stylesheets for now as this clashes with our linter
*.css
Loading
Loading
{
"printWidth": 100,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all"
}
Loading
Loading
@@ -26,7 +26,7 @@ AllCops:
# This cop checks whether some constant value isn't a
# mutable literal (e.g. array or hash).
Style/MutableConstant:
Enabled: true
Enabled: false
Exclude:
- 'db/migrate/**/*'
- 'db/post_migrate/**/*'
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@
 
# Offense count: 264
Capybara/CurrentPathExpectation:
Enabled: false
Enabled: true
 
# Offense count: 1097
# Cop supports --auto-correct.
Loading
Loading
2.6.3
0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment