-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP * TEST * TEST: Make tests succeed * Rubocopify * Erblint * Refactor * Set civi_crm authenticator required secrets * TEST: make tests succeed
- Loading branch information
1 parent
135e937
commit b466459
Showing
20 changed files
with
599 additions
and
231 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,3 @@ | ||
Rails: | ||
Enabled: true | ||
|
||
Rails/ActionFilter: | ||
Include: | ||
- decidim-*/app/controllers/**/*.rb | ||
|
||
Rails/CreateTableWithTimestamps: | ||
Enabled: false | ||
|
||
Rails/EnumUniqueness: | ||
Include: | ||
- decidim-*/app/models/**/*.rb | ||
|
||
Rails/Exit: | ||
Include: | ||
- decidim-*/app/**/*.rb | ||
- decidim-*/config/**/*.rb | ||
- decidim-*/lib/**/*.rb | ||
Exclude: | ||
- decidim-*/lib/**/*.rake | ||
|
||
Rails/FindBy: | ||
Include: | ||
- "**/*.rb" | ||
|
||
Rails/FindEach: | ||
Include: | ||
- decidim-*/app/models/**/*.rb | ||
|
||
Rails/HasAndBelongsToMany: | ||
Include: | ||
- decidim-*/app/models/**/*.rb | ||
|
||
Rails/HasManyOrHasOneDependent: | ||
Include: | ||
- decidim-*/app/models/**/*.rb | ||
|
||
Rails/InverseOf: | ||
Enabled: false | ||
|
||
Rails/LexicallyScopedActionFilter: | ||
Include: | ||
- decidim-*/app/controllers/**/*.rb | ||
|
||
Rails/NotNullColumn: | ||
Enabled: false | ||
|
||
Rails/Output: | ||
Include: | ||
- decidim-*/app/**/*.rb | ||
- decidim-*/config/**/*.rb | ||
- decidim-*/db/**/*.rb | ||
- decidim-*/lib/**/*.rb | ||
Exclude: | ||
- decidim-core/db/seeds.rb | ||
- decidim-core/lib/decidim/core.rb | ||
- decidim-core/lib/decidim/component_manifest.rb | ||
- decidim-core/lib/decidim/participatory_space_manifest.rb | ||
- decidim-system/db/seeds.rb | ||
|
||
Rails/OutputSafety: | ||
Enabled: false | ||
|
||
Rails/ReadWriteAttribute: | ||
Include: | ||
- decidim-*/app/models/**/*.rb | ||
|
||
Rails/ReversibleMigration: | ||
Enabled: false | ||
|
||
Rails/ScopeArgs: | ||
Include: | ||
- decidim-*/app/models/**/*.rb | ||
|
||
Rails/SkipsModelValidations: | ||
Enabled: true | ||
|
||
Rails/UnknownEnv: | ||
Enabled: false | ||
Environments: | ||
- development | ||
- test | ||
- production | ||
- preprod | ||
Rails/Validation: | ||
Include: | ||
- decidim-*/app/models/**/*.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.