code_quality_check 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 37d3961cc8101b3f49e8019dc1538cb2f26a581cfbc5093d70e34ab22d32eb52
|
4
|
+
data.tar.gz: 8ebe1e16b3a2118d39f063694e5b8fae6a62659428eafe9832da1792287b1d93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0606888b8e07f54773c95aecdc10ead5c66330f70aa5de7d4e9df136557039e49e93b1b1977ffb9c8442a845fb0ce2db625a97f0947a2635d4c2930dedb3c235'
|
7
|
+
data.tar.gz: 1110918e9917f771fc82d998969514d89c2a440551d066b3fb71625626226beb901999b9992fd284db2fdd579ce2c88c7d5d765e80235f0b2e61b0fdc270e5fc
|
@@ -26,8 +26,14 @@ PreCommit:
|
|
26
26
|
|
27
27
|
# RailsBestPractices is a code metric tool to check the quality of Rails code.
|
28
28
|
RailsBestPractices:
|
29
|
+
RailsBestPractices:
|
29
30
|
enabled: true
|
30
|
-
|
31
|
+
command: ['bundle', 'exec', 'rails_best_practices']
|
32
|
+
required_executable: 'rails_best_practices'
|
33
|
+
description: 'Checking Rails best practices'
|
34
|
+
problem_on_unmodified_line: ignore
|
35
|
+
expected_exit_status: 0
|
36
|
+
fail_hook: true
|
31
37
|
exclude:
|
32
38
|
- '**/lib/**/*'
|
33
39
|
|
@@ -37,7 +43,7 @@ PreCommit:
|
|
37
43
|
command: ['brakeman', '--skip-libs', '-w3']
|
38
44
|
|
39
45
|
TrailingWhitespace:
|
40
|
-
enabled:
|
46
|
+
enabled: false
|
41
47
|
exclude:
|
42
48
|
- '**/lib/**/*' # Ignore trailing whitespace in generated files
|
43
49
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: code_quality_check
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aniruddha Mirajkar
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-02-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: brakeman
|
@@ -93,7 +93,7 @@ licenses:
|
|
93
93
|
metadata:
|
94
94
|
homepage_uri: https://github.com/aniruddhami/code_quality_check
|
95
95
|
source_code_uri: https://github.com/aniruddhami/code_quality_check
|
96
|
-
changelog_uri: https://github.com/aniruddhami/code_quality_check/CHANGELOG.md
|
96
|
+
changelog_uri: https://github.com/aniruddhami/code_quality_check/blob/main/CHANGELOG.md
|
97
97
|
github_repo: https://github.com/aniruddhami/code_quality_check
|
98
98
|
rubygems_mfa_required: 'true'
|
99
99
|
post_install_message:
|