Skip to content

Commit b4bf424

Browse files
committed
Updated .codeclimate.yml to ignore newly add files
There isn't much value to linting the language files, it just through false positives.
1 parent aeffb6e commit b4bf424

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.codeclimate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ ratings:
3030
exclude_paths:
3131
- "bootstrap/autoload.php"
3232
- "database/migrations/"
33-
- "public/css/app.css"
33+
- "public/css/app.css"
34+
- "config/laravellocalization.php"
35+
- "resources/lang"

0 commit comments

Comments
 (0)